Uses of Class
com.composum.sling.core.usermanagement.service.ServiceUser
-
Packages that use ServiceUser Package Description com.composum.sling.core.usermanagement.model com.composum.sling.core.usermanagement.service.impl -
-
Uses of ServiceUser in com.composum.sling.core.usermanagement.model
Constructors in com.composum.sling.core.usermanagement.model with parameters of type ServiceUser Constructor Description ServiceUserModel(Authorizables.Context context, @NotNull ServiceUser service) -
Uses of ServiceUser in com.composum.sling.core.usermanagement.service.impl
Methods in com.composum.sling.core.usermanagement.service.impl that return ServiceUser Modifier and Type Method Description protected @Nullable ServiceUserAuthorizablesImpl. getServiceUser(@NotNull Authorizables.Context context, @NotNull String id)Methods in com.composum.sling.core.usermanagement.service.impl that return types with arguments of type ServiceUser Modifier and Type Method Description protected @NotNull List<ServiceUser>AuthorizablesImpl. findServiceUsers(@NotNull Authorizables.Context context, @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector, @Nullable String nameQueryPattern)
-