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.
This package contains the delegates for the various JCR API entities.
-
Uses of PrincipalIterator in org.apache.jackrabbit.api.security.principal
Methods in org.apache.jackrabbit.api.security.principal that return PrincipalIteratorModifier and TypeMethodDescription@NotNull PrincipalIterator
PrincipalManager.findPrincipals
(@Nullable String simpleFilter) Gets the principals matching a simple filter expression applied against theprincipal name
.@NotNull PrincipalIterator
PrincipalManager.findPrincipals
(@Nullable String simpleFilter, int searchType) Gets the principals matching a simple filter expression applied against theprincipal name
AND the specified search type.@NotNull PrincipalIterator
PrincipalManager.getGroupMembership
(@NotNull 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 allPrincipal
s 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 -
Uses of PrincipalIterator in org.apache.jackrabbit.oak.jcr.delegate
Methods in org.apache.jackrabbit.oak.jcr.delegate that return PrincipalIteratorModifier and TypeMethodDescription@NotNull PrincipalIterator
PrincipalManagerDelegator.findPrincipals
(@Nullable String simpleFilter) @NotNull PrincipalIterator
PrincipalManagerDelegator.findPrincipals
(@Nullable String simpleFilter, boolean fullText, int searchType, long offset, long limit) @NotNull PrincipalIterator
PrincipalManagerDelegator.findPrincipals
(@Nullable String simpleFilter, int searchType) @NotNull PrincipalIterator
PrincipalManagerDelegator.getGroupMembership
(@NotNull Principal principal) @NotNull PrincipalIterator
PrincipalManagerDelegator.getPrincipals
(int searchType) -
Uses of PrincipalIterator in org.apache.jackrabbit.oak.spi.security.principal
Classes in org.apache.jackrabbit.oak.spi.security.principal that implement PrincipalIteratorModifier and TypeClassDescriptionclass
Principal specificRangeIteratorAdapter
implementing thePrincipalIterator
interface.Methods in org.apache.jackrabbit.oak.spi.security.principal that return PrincipalIteratorModifier and TypeMethodDescription@NotNull PrincipalIterator
PrincipalManagerImpl.findPrincipals
(@Nullable String simpleFilter) @NotNull PrincipalIterator
PrincipalManagerImpl.findPrincipals
(@Nullable String simpleFilter, boolean fullText, int searchType, long offset, long limit) @NotNull PrincipalIterator
PrincipalManagerImpl.findPrincipals
(@Nullable String simpleFilter, int searchType) @NotNull PrincipalIterator
PrincipalQueryManager.findPrincipals
(@Nullable String simpleFilter, boolean fullText, int searchType, long offset, long limit) Gets the principals matching a simple filter expression applied against theprincipal name
AND the specified search type.@NotNull PrincipalIterator
PrincipalManagerImpl.getGroupMembership
(@NotNull Principal principal) @NotNull PrincipalIterator
PrincipalManagerImpl.getPrincipals
(int searchType)