Uses of Class
org.apache.jackrabbit.webdav.security.Principal
- 
Packages that use Principal Package Description org.apache.jackrabbit.webdav.security  - 
- 
Uses of Principal in org.apache.jackrabbit.webdav.security
Methods in org.apache.jackrabbit.webdav.security that return Principal Modifier and Type Method Description static PrincipalPrincipal. createFromXml(Element principalElement)static PrincipalPrincipal. getAllPrincipal()static PrincipalPrincipal. getAuthenticatedPrincipal()static PrincipalPrincipal. getHrefPrincipal(String href)PrincipalAclProperty.Ace. getPrincipal()static PrincipalPrincipal. getPropertyPrincipal(DavPropertyName propertyName)PrincipalAclRestrictionsProperty. getRequiredPrincipal()static PrincipalPrincipal. getSelfPrincipal()static PrincipalPrincipal. getUnauthenticatedPrincipal()Methods in org.apache.jackrabbit.webdav.security with parameters of type Principal Modifier and Type Method Description static AclProperty.AceAclProperty. createDenyAce(Principal principal, Privilege[] privileges, boolean invert, boolean isProtected, AclResource inheritedFrom)static AclProperty.AceAclProperty. createGrantAce(Principal principal, Privilege[] privileges, boolean invert, boolean isProtected, AclResource inheritedFrom)Constructors in org.apache.jackrabbit.webdav.security with parameters of type Principal Constructor Description AclRestrictionsProperty(boolean grantOnly, boolean noInvert, boolean denyBeforeGrant, Principal requiredPrincipal) 
 -