Class Password
java.lang.Object
com.polarion.platform.security.login.Password
- All Implemented Interfaces:
ILoginAuthenticator
Configures login flow to use user name and password for authentication.
- Since:
- 3.21.1
-
Method Summary
-
Method Details
-
id
Create a typed authenticator id.- Parameters:
id
- authenticator ID.- Returns:
- type authenticator ID.
-
of
Prepare and create a typed user name and password credentials instance.- Parameters:
userName
- user name.password
- password.- Returns:
- typed and prepared credentials instance.
-
getId
Description copied from interface:ILoginAuthenticator
Get an authenticator ID.- Specified by:
getId
in interfaceILoginAuthenticator
- Returns:
- authenticator ID.
-