Class Saml
java.lang.Object
com.polarion.platform.security.login.Saml
- All Implemented Interfaces:
ILoginAuthenticator
Configures login flow to use SAML token for authentication.
- Since:
- 3.21.1
-
Method Summary
-
Method Details
-
id
Create a typed authenticator id.- Parameters:
id
- authenticator ID.- Returns:
- typed authenticator ID.
-
getId
Description copied from interface:ILoginAuthenticator
Get an authenticator ID.- Specified by:
getId
in interfaceILoginAuthenticator
- Returns:
- authenticator ID.
-
token
Prepare and create a typed SAML token instance.- Parameters:
token
- SAML token as it is received.- Returns:
- typed and prepared token instance.
-