Uses of Class
lumis.portal.principal.Principals
-
Packages that use Principals Package Description lumis.portal.principal -
-
Uses of Principals in lumis.portal.principal
Methods in lumis.portal.principal that return Principals Modifier and Type Method Description Principals
IPrincipalManagerSPI. getCurrentUserPrincipals()
Returns the current user's principals.
This method follows the same rules ofIPrincipalManagerSPI.getPrincipalPrincipals(SessionConfig, String, boolean, ITransaction)
.Principals
PrincipalManager. getCurrentUserPrincipals()
Principals
IPrincipalManagerSPI. getPrincipalPrincipals(SessionConfig sessionConfig, String principalId, boolean useSessionCache, ITransaction transaction)
Returns the principals of the given principal.
The return value will be:
If the given principal is a user: a set with an entry that is the given user itself and the result of the recursion in this method for each group and segmentation the user is member of.Principals
PrincipalManager. getPrincipalPrincipals(SessionConfig sessionConfig, String principalId, boolean useSessionCache, ITransaction transaction)
-