|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| org.apache.jackrabbit.api.security.user | |
| org.apache.jackrabbit.core.security.user | |
| Uses of User in org.apache.jackrabbit.api.security.user |
|---|
| Methods in org.apache.jackrabbit.api.security.user that return User | |
|---|---|
User |
UserManager.createUser(String userID,
String password)
Creates an User for the given userID / password pair; neither of the specified parameters can be 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 User in org.apache.jackrabbit.core.security.user |
|---|
| Methods in org.apache.jackrabbit.core.security.user that return User | |
|---|---|
User |
UserManagerImpl.createUser(String userID,
String password)
Creates a new Node on the repository with the specified userName. |
User |
UserManagerImpl.createUser(String userID,
String password,
Principal principal,
String intermediatePath)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||