Interface SilverpeasSsoPrincipal

  • All Superinterfaces:
    Principal

    public interface SilverpeasSsoPrincipal
    extends Principal
    Author:
    silveryocha
    • Method Detail

      • getLogin

        default String getLogin()
        The login of the user behind the principal. By default it corresponds to Principal.getName().
        Returns:
        login as string.
      • getDomainId

        String getDomainId()
        The domain identifier of Silverpeas domain from which the SSO is performed.
        Returns:
        an identifier as string.