Class Spnego

java.lang.Object
com.polarion.platform.security.login.Spnego
All Implemented Interfaces:
ILoginAuthenticator

@Deprecated(since="3.22.2") public final class Spnego extends Object implements ILoginAuthenticator
Deprecated.
Configures login flow to use SPNEGO/Kerberos token for authentication.
Since:
3.21.1
  • Method Details

    • id

      @NotNull public static Spnego id(@NotNull String id)
      Deprecated.
      Create a typed authenticator id.
      Parameters:
      id - authenticator ID.
      Returns:
      type authenticator ID.
    • getId

      @NotNull public String getId()
      Deprecated.
      Description copied from interface: ILoginAuthenticator
      Get an authenticator ID.
      Specified by:
      getId in interface ILoginAuthenticator
      Returns:
      authenticator ID.
    • token

      @NotNull public static IToken<Spnego> token(@NotNull String token)
      Deprecated.
      Prepare and create a typed SPNEGO token instance.
      Parameters:
      token - SPNEGO token as it is received.
      Returns:
      typed and prepared token instance.