|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizableExistsException | |
|---|---|
| org.apache.jackrabbit.api.security.user | |
| 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)
Creates a new Group that is based on the given principal
and the specified itermediatePath hint. |
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 | |||||||||