Uses of Interface
org.apache.jackrabbit.api.security.user.Query
Packages that use Query
Package
Description
Jackrabbit extensions for user management.
This package contains the delegates for the various JCR API entities.
-
Uses of Query in org.apache.jackrabbit.api.security.user
Methods in org.apache.jackrabbit.api.security.user with parameters of type QueryModifier and TypeMethodDescription@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 QueryModifier and TypeMethodDescription@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 QueryModifier and TypeMethodDescription@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 QueryModifier and TypeMethodDescription@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 QueryModifier and TypeMethodDescription@NotNull Iterator<Authorizable>
UserQueryManager.findAuthorizables
(@NotNull Query query) Find the authorizables matching the specified userQuery
.