@ProviderType public interface PrincipalQueryManager
PrincipalManager
that offers range search.Modifier and Type | Method and Description |
---|---|
@NotNull PrincipalIterator |
findPrincipals(@Nullable java.lang.String simpleFilter,
boolean fullText,
int searchType,
long offset,
long limit)
Gets the principals matching a simple filter expression applied against
the
principal name AND the specified search
type. |
@NotNull @NotNull PrincipalIterator findPrincipals(@Nullable @Nullable java.lang.String simpleFilter, boolean fullText, int searchType, long offset, long limit)
principal name
AND the specified search
type.
Results are expected to be sorted by the principal name.
An implementation may limit the number of principals returned.
If there are no matching principals, an empty iterator is returned.simpleFilter
- fullText
- searchType
- Any of the following constants:
offset
- Offset from where to start returning results. 0
for no offset.limit
- Maximal number of results to return. -1 for no limit.PrincipalIterator
over the Principal
s
matching the given filter and search type.Copyright © 2010 - 2020 Adobe. All Rights Reserved