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.user
Methods in org.apache.jackrabbit.api.security.user that throw AuthorizableExistsExceptionModifier and TypeMethodDescription@NotNull Group
UserManager.createGroup
(@NotNull String groupID) Creates a Group for the given groupID, which must not benull
.@NotNull Group
UserManager.createGroup
(@NotNull String groupID, @NotNull Principal principal, @Nullable String intermediatePath) Creates a newGroup
that is based on the given id, principal and the specifiedintermediatePath
hint.@NotNull Group
UserManager.createGroup
(@NotNull Principal principal) Creates a newGroup
that is based on the given principal.@NotNull Group
UserManager.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 User
UserManager.createSystemUser
(@NotNull String userID, @Nullable String intermediatePath) Create a new system user for the specifieduserID
.@NotNull User
UserManager.createUser
(@NotNull String userID, @Nullable String password) Creates a user for the given userID / password pair.@NotNull User
UserManager.createUser
(@NotNull String userID, @Nullable String password, @NotNull Principal principal, @Nullable String intermediatePath) Creates a user for the given parameters.