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