Uses of Interface
org.apache.jackrabbit.api.security.principal.JackrabbitPrincipal

Packages that use JackrabbitPrincipal
org.apache.jackrabbit.api.security.principal   
org.apache.jackrabbit.core.security.principal   
 

Uses of JackrabbitPrincipal in org.apache.jackrabbit.api.security.principal
 

Subinterfaces of JackrabbitPrincipal in org.apache.jackrabbit.api.security.principal
 interface ItemBasedPrincipal
          ItemBasedPrincipal is a Principal having a corresponding item within the JCR repository.
 

Uses of JackrabbitPrincipal in org.apache.jackrabbit.core.security.principal
 

Classes in org.apache.jackrabbit.core.security.principal that implement JackrabbitPrincipal
 class AdminPrincipal
          This principal represents the admin user as a distinct principal having all the access rights and is being authenticated (in contrast to the SystemPrincipal).
 class EveryonePrincipal
          The EveryonePrincipal contains all principals (excluding itself).
 class PrincipalImpl
          Base class for implementations of JackrabbitPrincipal.
 class UnknownPrincipal
          Implements a principal that is used by the ACL importer for unknown principals.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.