Package javax.jcr.security
Interface AccessControlEntry
-
public interface AccessControlEntryAnAccessControlEntryrepresents the association of one or morePrivilegeobjects with a specificPrincipal.- Since:
- JCR 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrincipalgetPrincipal()Returns the principal associated with this access control entry.Privilege[]getPrivileges()Returns the privileges associated with this access control entry.
-