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

public final class Saml extends Object implements ILoginAuthenticator
Configures login flow to use SAML token for authentication.
Since:
3.21.1
  • Method Details

    • id

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

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

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