Package | Description |
---|---|
org.apache.jackrabbit.api.security.user |
Jackrabbit extensions for user management.
|
Modifier and Type | Method and Description |
---|---|
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 parameters.
|
Copyright © 2004-2019 The Apache Software Foundation. All Rights Reserved.