|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorizableExistsException | |
---|---|
org.apache.jackrabbit.api.security.user | |
org.apache.jackrabbit.core.security.user |
Uses of AuthorizableExistsException in org.apache.jackrabbit.api.security.user |
---|
Methods in org.apache.jackrabbit.api.security.user that throw AuthorizableExistsException | |
---|---|
boolean |
Authorizable.addReferee(Principal principal)
Add the given Principal to this Authorizable. |
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 userID that authenitcates with the given Credentials and returns the specified
Principal upon Authorizable.getPrincipal() . |
Uses of AuthorizableExistsException in org.apache.jackrabbit.core.security.user |
---|
Methods in org.apache.jackrabbit.core.security.user that throw AuthorizableExistsException | |
---|---|
Group |
UserManagerImpl.createGroup(Principal principal,
String intermediatePath)
|
User |
UserManagerImpl.createUser(String userID,
String password,
Principal principal,
String intermediatePath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |