| Package | Description |
|---|---|
| org.apache.jackrabbit.api.security.user |
Jackrabbit extensions for user management.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserManager.createSystemUser(String userID,
String intermediatePath)
Create a new system user for the specified
userID. |
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.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.