Uses of Class
com.composum.sling.core.usermanagement.service.ServiceUserWrapper
-
Packages that use ServiceUserWrapper Package Description com.composum.sling.core.usermanagement.model com.composum.sling.core.usermanagement.service com.composum.sling.core.usermanagement.service.impl -
-
Uses of ServiceUserWrapper in com.composum.sling.core.usermanagement.model
Constructors in com.composum.sling.core.usermanagement.model with parameters of type ServiceUserWrapper Constructor Description ServiceUserModel(Authorizables.Context context, @NotNull ServiceUserWrapper service) -
Uses of ServiceUserWrapper in com.composum.sling.core.usermanagement.service
Fields in com.composum.sling.core.usermanagement.service declared as ServiceUserWrapper Modifier and Type Field Description protected ServiceUserWrapperGroupFacade. serviceUserConstructors in com.composum.sling.core.usermanagement.service with parameters of type ServiceUserWrapper Constructor Description GroupFacade(@NotNull AuthorizableWrapper delegate, @NotNull ServiceUserWrapper serviceUser) -
Uses of ServiceUserWrapper in com.composum.sling.core.usermanagement.service.impl
Methods in com.composum.sling.core.usermanagement.service.impl that return ServiceUserWrapper Modifier and Type Method Description protected @Nullable ServiceUserWrapperAuthorizablesImpl. getServiceUser(@NotNull String id)Methods in com.composum.sling.core.usermanagement.service.impl that return types with arguments of type ServiceUserWrapper Modifier and Type Method Description protected @NotNull List<ServiceUserWrapper>AuthorizablesImpl. findServiceUsers(@NotNull Authorizables.Context context, @Nullable Class<? extends AuthorizableWrapper> selector, @Nullable String nameQueryPattern)
-