|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
org.apache.jackrabbit.api.security.user | |
org.apache.jackrabbit.core.security.authentication | |
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 .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 User in org.apache.jackrabbit.core.security.authentication |
---|
Fields in org.apache.jackrabbit.core.security.authentication declared as User | |
---|---|
protected User |
DefaultLoginModule.user
|
Uses of User in org.apache.jackrabbit.core.security.user |
---|
Classes in org.apache.jackrabbit.core.security.user that implement User | |
---|---|
class |
UserImpl
UserImpl |
Methods in org.apache.jackrabbit.core.security.user that return User | |
---|---|
User |
UserManagerImpl.createUser(String userID,
String password)
|
User |
UserManagerImpl.createUser(String userID,
String password,
Principal principal,
String intermediatePath)
|
protected User |
UserManagerImpl.doCreateUser(NodeImpl node)
Build the user object from the given user node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |