Interface IRoleResolver
public interface IRoleResolver
This interface allows you to apply custom logic to resolve all of the roles for a
specific principal
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canResolvePrincipal
(IDirPrincipal dirPrincipal) Whether or not this resolver can resolve this principalgetRoleMembership
(IDirPrincipal dirPrincipal) Retrieve the role membership for this principal
-
Method Details
-
canResolvePrincipal
Whether or not this resolver can resolve this principal- Throws:
PortalException
-
getRoleMembership
Retrieve the role membership for this principal- Throws:
PortalException
-