Uses of Interface
org.apache.jackrabbit.api.security.user.Group
-
Packages that use Group Package Description org.apache.jackrabbit.api.security.user Jackrabbit extensions for user management. -
-
Uses of Group in org.apache.jackrabbit.api.security.user
Methods in org.apache.jackrabbit.api.security.user that return Group Modifier and Type Method Description @NotNull GroupUserManager. createGroup(@NotNull java.lang.String groupID)Creates a Group for the given groupID, which must not benull.@NotNull GroupUserManager. createGroup(@NotNull java.lang.String groupID, @NotNull java.security.Principal principal, @Nullable java.lang.String intermediatePath)Creates a newGroupthat is based on the given id, principal and the specifiedintermediatePathhint.@NotNull GroupUserManager. createGroup(@NotNull java.security.Principal principal)Creates a newGroupthat is based on the given principal.@NotNull GroupUserManager. createGroup(@NotNull java.security.Principal principal, @Nullable java.lang.String intermediatePath)Same asUserManager.createGroup(String, Principal, String)where the name of the specified principal is used to create the group's ID.Methods in org.apache.jackrabbit.api.security.user that return types with arguments of type Group Modifier and Type Method Description @NotNull java.util.Iterator<Group>Authorizable. declaredMemberOf()@NotNull java.util.Iterator<Group>Authorizable. memberOf()
-