Package org.silverpeas.core.web.sso
Interface SilverpeasSsoPrincipal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetDomainId()The domain identifier of Silverpeas domain from which the SSO is performed.default StringgetLogin()The login of the user behind the principal.
-
-
-
Method Detail
-
getLogin
default String getLogin()
The login of the user behind the principal. By default it corresponds toPrincipal.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.
-
-