Uses of Class
org.apache.jackrabbit.api.security.user.AuthorizableExistsException
Packages that use AuthorizableExistsException
Package
Description
Jackrabbit extensions for user management.
- 
Uses of AuthorizableExistsException in org.apache.jackrabbit.api.security.userMethods in org.apache.jackrabbit.api.security.user that throw AuthorizableExistsExceptionModifier 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.@NotNull UserUserManager.createSystemUser(@NotNull String userID, @Nullable String intermediatePath) Create a new system user for the specifieduserID.@NotNull UserUserManager.createUser(@NotNull String userID, @Nullable String password) Creates a user for the given userID / password pair.@NotNull UserUserManager.createUser(@NotNull String userID, @Nullable String password, @NotNull Principal principal, @Nullable String intermediatePath) Creates a user for the given parameters.