| Package | Description |
|---|---|
| org.apache.jackrabbit.api.security.principal |
Jackrabbit extensions for JAAS principals.
|
| org.apache.jackrabbit.api.security.user |
Jackrabbit extensions for user management.
|
| 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 name AND 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() |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.