Uses of Class
com.composum.sling.core.usermanagement.service.Authorizables.Context
-
-
Uses of Authorizables.Context in com.composum.sling.core.usermanagement.core
Methods in com.composum.sling.core.usermanagement.core with parameters of type Authorizables.Context Modifier and Type Method Description protected AuthorizablesViewUserManagementServlet.GetAuthorizables. createView(Authorizables.Context context)protected AuthorizablesViewUserManagementServlet.QueryAuthorizables. createView(Authorizables.Context context) -
Uses of Authorizables.Context in com.composum.sling.core.usermanagement.model
Fields in com.composum.sling.core.usermanagement.model declared as Authorizables.Context Modifier and Type Field Description protected Authorizables.ContextAuthorizableModel. contextprotected Authorizables.ContextAuthorizablesView. contextMethods in com.composum.sling.core.usermanagement.model with parameters of type Authorizables.Context Modifier and Type Method Description static @NotNull Collection<GroupModel>AuthorizableModel. getGroups(Authorizables.Context context, @NotNull Set<String> idSet)static @NotNull Collection<AuthorizableModel>AuthorizableModel. getModels(Authorizables.Context context, @NotNull Set<String> idSet)static @NotNull Collection<UserModel>AuthorizableModel. getUsers(Authorizables.Context context, @NotNull Set<String> idSet)Constructors in com.composum.sling.core.usermanagement.model with parameters of type Authorizables.Context Constructor Description AuthorizableModel(Authorizables.Context context, @NotNull org.apache.jackrabbit.api.security.user.Authorizable authorizable)AuthorizablesGraph(Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern, Authorizables.Filter filter)AuthorizablesGraph(Authorizables.Context context, @Nullable String selector, @Nullable String nameQueryPattern, @Nullable String pathPattern)AuthorizablesMap(Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern, Authorizables.Filter filter)AuthorizablesPaths(Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern, Authorizables.Filter filter, @Nullable String textPattern)AuthorizablesPaths(Authorizables.Context context, @Nullable String selector, @Nullable String nameQueryPattern, @Nullable String pathPattern, @Nullable String textPattern)AuthorizablesRefs(Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern)AuthorizablesTree(Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern, Authorizables.Filter filter)AuthorizablesTree(Authorizables.Context context, @Nullable String selector, @Nullable String nameQueryPattern, @Nullable String pathPattern)AuthorizablesView(Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern, Authorizables.Filter filter)AuthorizablesView(Authorizables.Context context, @Nullable String selector, @Nullable String nameQueryPattern, @Nullable String pathPattern)GroupModel(Authorizables.Context context, @NotNull org.apache.jackrabbit.api.security.user.Group jcrGroup)ServiceUserModel(Authorizables.Context context, @NotNull ServiceUser service)UserModel(Authorizables.Context context, @NotNull org.apache.jackrabbit.api.security.user.Authorizable authorizable)UserModel(Authorizables.Context context, @NotNull org.apache.jackrabbit.api.security.user.User jcrUser) -
Uses of Authorizables.Context in com.composum.sling.core.usermanagement.service
Methods in com.composum.sling.core.usermanagement.service with parameters of type Authorizables.Context Modifier and Type Method Description @NotNull Set<org.apache.jackrabbit.api.security.user.Authorizable>Authorizables. findAuthorizables(@NotNull Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern, @Nullable Authorizables.Filter filter)@Nullable org.apache.jackrabbit.api.security.user.AuthorizableAuthorizables. getAuthorizable(@NotNull Authorizables.Context context, @NotNull String id)voidServiceUser. initialize(Authorizables.Context context)to avoid a possible endless loop during construction the relations are set up in a separate step<T extends org.apache.jackrabbit.api.security.user.Authorizable>
@NotNull Collection<T>Authorizables. loadAuthorizables(@NotNull Authorizables.Context context, @NotNull Class<T> selector, @NotNull Set<String> idSet)Constructors in com.composum.sling.core.usermanagement.service with parameters of type Authorizables.Context Constructor Description ServiceUser(Authorizables.Context context, org.apache.sling.serviceusermapping.Mapping mapping) -
Uses of Authorizables.Context in com.composum.sling.core.usermanagement.service.impl
Methods in com.composum.sling.core.usermanagement.service.impl with parameters of type Authorizables.Context Modifier and Type Method Description protected @NotNull Iterator<org.apache.jackrabbit.api.security.user.Authorizable>AuthorizablesImpl. findAuthorizables(@NotNull Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern)@NotNull Set<org.apache.jackrabbit.api.security.user.Authorizable>AuthorizablesImpl. findAuthorizables(@NotNull Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern, @Nullable Authorizables.Filter filter)protected @NotNull List<ServiceUser>AuthorizablesImpl. findServiceUsers(@NotNull Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern)@Nullable org.apache.jackrabbit.api.security.user.AuthorizableAuthorizablesImpl. getAuthorizable(@NotNull Authorizables.Context context, @NotNull String id)protected @Nullable ServiceUserAuthorizablesImpl. getServiceUser(@NotNull Authorizables.Context context, @NotNull String id)<T extends org.apache.jackrabbit.api.security.user.Authorizable>
@NotNull Collection<T>AuthorizablesImpl. loadAuthorizables(@NotNull Authorizables.Context context, @NotNull Class<T> selector, @NotNull Set<String> idSet)
-