Uses of Interface
org.apache.jackrabbit.api.security.principal.PrincipalIterator
Packages that use PrincipalIterator
Package
Description
Jackrabbit extensions for JAAS principals.
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 PrincipalIteratorModifier and TypeMethodDescription@NotNull PrincipalIteratorPrincipalManager.findPrincipals(@Nullable String simpleFilter) Gets the principals matching a simple filter expression applied against theprincipal name.@NotNull PrincipalIteratorPrincipalManager.findPrincipals(@Nullable String simpleFilter, int searchType) Gets the principals matching a simple filter expression applied against theprincipal nameAND the specified search type.@NotNull PrincipalIteratorPrincipalManager.getGroupMembership(@NotNull 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