|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizableExistsException | |
|---|---|
| org.apache.jackrabbit.api.security.user | 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 AuthorizableExistsException | |
|---|---|
Group |
UserManager.createGroup(Principal principal)
Creates a new Group that is based on the given principal. |
Group |
UserManager.createGroup(Principal principal,
String intermediatePath)
Same as UserManager.createGroup(String, Principal, String) where the
name of the specified principal is used to create the group's ID. |
Group |
UserManager.createGroup(String groupID)
Creates a Group for the given groupID, which must not be null. |
Group |
UserManager.createGroup(String groupID,
Principal principal,
String intermediatePath)
Creates a new Group that is based on the given id, principal
and the specified intermediatePath hint. |
User |
UserManager.createSystemUser(String userID,
String intermediatePath)
Create a new system user for the specified userID. |
User |
UserManager.createUser(String userID,
String password)
Creates an User for the given userID / password pair; neither of the specified parameters can be null.Same as UserManager.createUser(String,String,Principal,String) where
the specified userID is equal to the principal name and the intermediate
path is null. |
User |
UserManager.createUser(String userID,
String password,
Principal principal,
String intermediatePath)
Creates an User for the given parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||