Uses of Class
com.composum.sling.core.usermanagement.service.GroupWrapper
-
Packages that use GroupWrapper Package Description com.composum.sling.core.usermanagement.model com.composum.sling.core.usermanagement.service -
-
Uses of GroupWrapper in com.composum.sling.core.usermanagement.model
Constructors in com.composum.sling.core.usermanagement.model with parameters of type GroupWrapper Constructor Description GroupModel(Authorizables.Context context, @NotNull GroupWrapper jcrGroup)
-
Uses of GroupWrapper in com.composum.sling.core.usermanagement.service
Subclasses of GroupWrapper in com.composum.sling.core.usermanagement.service Modifier and Type Class Description class
GroupFacade
represents an authorizable as a group; used to construct a service user as a member of the assigned system usersMethods in com.composum.sling.core.usermanagement.service that return types with arguments of type GroupWrapper Modifier and Type Method Description Iterator<GroupWrapper>
AuthorizableWrapper. declaredMemberOf()
Iterator<GroupWrapper>
GroupFacade. declaredMemberOf()
Iterator<GroupWrapper>
ServiceUserWrapper. declaredMemberOf()
protected static @NotNull Iterator<GroupWrapper>
AuthorizableWrapper. getGroupWrapperIterator(Iterator<org.apache.jackrabbit.api.security.user.Group> jcrGroupIterator)
Iterator<GroupWrapper>
AuthorizableWrapper. memberOf()
Iterator<GroupWrapper>
GroupFacade. memberOf()
Iterator<GroupWrapper>
ServiceUserWrapper. memberOf()
-