| Package | Description | 
|---|---|
| org.apache.jackrabbit.api.security.principal | Jackrabbit extensions for JAAS principals. | 
| org.apache.jackrabbit.api.security.user | Jackrabbit extensions for user management. | 
| org.apache.jackrabbit.core.security.principal | 
| Modifier and Type | Method and Description | 
|---|---|
| PrincipalIterator | PrincipalManager. findPrincipals(String simpleFilter)Gets the principals matching a simple filter expression applied against
 the  principal name. | 
| PrincipalIterator | PrincipalManager. findPrincipals(String simpleFilter,
              int searchType)Gets the principals matching a simple filter expression applied against
 the  principal nameAND the specified search
 type. | 
| PrincipalIterator | PrincipalManager. getGroupMembership(Principal principal)Returns an iterator over all group principals for which the given
 principal is either direct or indirect member of. | 
| PrincipalIterator | PrincipalManager. getPrincipals(int searchType)Returns all  Principals matching the specified search type. | 
| Modifier and Type | Method and Description | 
|---|---|
| PrincipalIterator | Impersonation. getImpersonators() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PrincipalIteratorAdapterPrincipalIteratorAdapter... | 
| Modifier and Type | Method and Description | 
|---|---|
| PrincipalIterator | DefaultPrincipalProvider. findPrincipals(String simpleFilter) | 
| PrincipalIterator | FallbackPrincipalProvider. findPrincipals(String simpleFilter)Searches for  Principals that match the given String. | 
| PrincipalIterator | PrincipalManagerImpl. findPrincipals(String simpleFilter)Gets the principals matching a simple filter expression applied against
 the  principal name. | 
| PrincipalIterator | PrincipalProvider. findPrincipals(String simpleFilter)Searches for  Principals that match the given String. | 
| PrincipalIterator | DefaultPrincipalProvider. findPrincipals(String simpleFilter,
              int searchType) | 
| PrincipalIterator | FallbackPrincipalProvider. findPrincipals(String simpleFilter,
              int searchType)Searches for  Principals that match the given String. | 
| PrincipalIterator | PrincipalManagerImpl. findPrincipals(String simpleFilter,
              int searchType)Gets the principals matching a simple filter expression applied against
 the  principal nameAND the specified search
 type. | 
| PrincipalIterator | PrincipalProvider. findPrincipals(String simpleFilter,
              int searchType)Searches for  Principals that match the given String. | 
| PrincipalIterator | DefaultPrincipalProvider. getGroupMembership(Principal userPrincipal) | 
| PrincipalIterator | FallbackPrincipalProvider. getGroupMembership(Principal principal)Returns an iterator over all group principals for which the given
 principal is either direct or indirect member of. | 
| PrincipalIterator | PrincipalManagerImpl. getGroupMembership(Principal principal)Returns an iterator over all group principals for which the given
 principal is either direct or indirect member of. | 
| PrincipalIterator | PrincipalProvider. getGroupMembership(Principal principal)Returns an iterator over all group principals for which the given
 principal is either direct or indirect member of. | 
| PrincipalIterator | DefaultPrincipalProvider. getPrincipals(int searchType) | 
| PrincipalIterator | FallbackPrincipalProvider. getPrincipals(int searchType)Returns an iterator over all principals that match the given search type. | 
| PrincipalIterator | PrincipalManagerImpl. getPrincipals(int searchType)Returns all  Principals matching the specified search type. | 
| PrincipalIterator | PrincipalProvider. getPrincipals(int searchType)Returns an iterator over all principals that match the given search type. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.