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

public final class Tcss extends Object implements ILoginAuthenticator
Configures login flow to use TeamCenter Security Services token for authentication.
Since:
3.21.1
  • Method Details

    • id

      @NotNull public static Tcss id(@NotNull String id)
      Create a typed authenticator id.
      Parameters:
      id - authenticator ID.
      Returns:
      type 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<Tcss> token(@NotNull String username, @NotNull String token)
      Prepare and create a typed TCSS token instance.
      Parameters:
      token - TCSS token in a plain format.
      Returns:
      typed and prepared token instance.