|
||||||||||
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 | |
---|---|
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.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. |
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)
Same as UserManagerImpl.createGroup(String, Principal, String) where a groupID
is generated from the principal name. |
Group |
UserManagerImpl.createGroup(String groupID)
|
Group |
UserManagerImpl.createGroup(String groupID,
Principal principal,
String intermediatePath)
Create a new Group from the given groupID and
principal . |
User |
UserManagerImpl.createUser(String userID,
String password,
Principal principal,
String intermediatePath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |