Uses of Interface
org.apache.jackrabbit.api.security.principal.PrincipalIterator
-
Packages that use PrincipalIterator Package Description org.apache.jackrabbit.api.security.principal Jackrabbit extensions for JAAS principals.org.apache.jackrabbit.api.security.user Jackrabbit extensions for user management. -
-
Uses of PrincipalIterator in org.apache.jackrabbit.api.security.principal
Methods in org.apache.jackrabbit.api.security.principal that return PrincipalIterator Modifier and Type Method Description @NotNull PrincipalIteratorPrincipalManager. findPrincipals(@Nullable java.lang.String simpleFilter)Gets the principals matching a simple filter expression applied against theprincipal name.@NotNull PrincipalIteratorPrincipalManager. findPrincipals(@Nullable java.lang.String simpleFilter, int searchType)Gets the principals matching a simple filter expression applied against theprincipal nameAND the specified search type.@NotNull PrincipalIteratorPrincipalManager. 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 PrincipalIteratorPrincipalManager. getPrincipals(int searchType)Returns allPrincipals matching the specified search type. -
Uses of PrincipalIterator in org.apache.jackrabbit.api.security.user
Methods in org.apache.jackrabbit.api.security.user that return PrincipalIterator Modifier and Type Method Description @NotNull PrincipalIteratorImpersonation. getImpersonators()
-