| 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 |
|---|---|
@NotNull PrincipalIterator |
PrincipalManager.findPrincipals(@Nullable java.lang.String simpleFilter)
Gets the principals matching a simple filter expression applied against
the
principal name. |
@NotNull PrincipalIterator |
PrincipalManager.findPrincipals(@Nullable java.lang.String simpleFilter)
Gets the principals matching a simple filter expression applied against
the
principal name. |
@NotNull PrincipalIterator |
PrincipalManager.findPrincipals(@Nullable java.lang.String simpleFilter,
int searchType)
Gets the principals matching a simple filter expression applied against
the
principal name AND the specified search
type. |
@NotNull PrincipalIterator |
PrincipalManager.findPrincipals(@Nullable java.lang.String simpleFilter,
int searchType)
Gets the principals matching a simple filter expression applied against
the
principal name AND the specified search
type. |
@NotNull PrincipalIterator |
PrincipalManager.getGroupMembership(@NotNull java.security.Principal principal)
Returns an iterator over all group principals for which the given
principal is either direct or indirect member of.
|
@NotNull PrincipalIterator |
PrincipalManager.getGroupMembership(@NotNull java.security.Principal principal)
Returns an iterator over all group principals for which the given
principal is either direct or indirect member of.
|
@NotNull PrincipalIterator |
PrincipalManager.getPrincipals(int searchType)
Returns all
Principals matching the specified search type. |
@NotNull PrincipalIterator |
PrincipalManager.getPrincipals(int searchType)
Returns all
Principals matching the specified search type. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull PrincipalIterator |
Impersonation.getImpersonators() |
@NotNull PrincipalIterator |
Impersonation.getImpersonators() |
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.