Uses of Interface
org.apache.jackrabbit.api.security.user.Group
Packages that use Group
Package
Description
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 GroupModifier and TypeMethodDescription@NotNull GroupUserManager.createGroup(@NotNull String groupID) Creates a Group for the given groupID, which must not benull.@NotNull GroupUserManager.createGroup(@NotNull String groupID, @NotNull Principal principal, @Nullable String intermediatePath) Creates a newGroupthat is based on the given id, principal and the specifiedintermediatePathhint.@NotNull GroupUserManager.createGroup(@NotNull Principal principal) Creates a newGroupthat is based on the given principal.@NotNull GroupUserManager.createGroup(@NotNull Principal principal, @Nullable 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