Uses of Interface
org.apache.jackrabbit.api.security.user.Query
-
Packages that use Query Package Description org.apache.jackrabbit.api.security.user Jackrabbit extensions for user management.org.apache.jackrabbit.oak.jcr.delegate This package contains the delegates for the various JCR API entities.org.apache.jackrabbit.oak.security.user org.apache.jackrabbit.oak.security.user.autosave org.apache.jackrabbit.oak.security.user.query -
-
Uses of Query in org.apache.jackrabbit.api.security.user
Methods in org.apache.jackrabbit.api.security.user with parameters of type Query Modifier and Type Method Description @NotNull Iterator<Authorizable>
UserManager. findAuthorizables(@NotNull Query query)
ReturnAuthorizable
s that match a specificQuery
. -
Uses of Query in org.apache.jackrabbit.oak.jcr.delegate
Methods in org.apache.jackrabbit.oak.jcr.delegate with parameters of type Query Modifier and Type Method Description @NotNull Iterator<Authorizable>
UserManagerDelegator. findAuthorizables(@NotNull Query query)
-
Uses of Query in org.apache.jackrabbit.oak.security.user
Methods in org.apache.jackrabbit.oak.security.user with parameters of type Query Modifier and Type Method Description @NotNull Iterator<Authorizable>
UserManagerImpl. findAuthorizables(@NotNull Query query)
-
Uses of Query in org.apache.jackrabbit.oak.security.user.autosave
Methods in org.apache.jackrabbit.oak.security.user.autosave with parameters of type Query Modifier and Type Method Description @NotNull Iterator<Authorizable>
AutoSaveEnabledManager. findAuthorizables(@NotNull Query query)
-
Uses of Query in org.apache.jackrabbit.oak.security.user.query
Methods in org.apache.jackrabbit.oak.security.user.query with parameters of type Query Modifier and Type Method Description @NotNull Iterator<Authorizable>
UserQueryManager. findAuthorizables(@NotNull Query query)
Find the authorizables matching the specified userQuery
.
-