| Package | Description |
|---|---|
| org.apache.jackrabbit.api.security.user |
Jackrabbit extensions for user management.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull User |
UserManager.createSystemUser(@NotNull String userID,
@Nullable String intermediatePath)
Create a new system user for the specified
userID. |
@NotNull User |
UserManager.createUser(@NotNull String userID,
@Nullable 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. |
@NotNull User |
UserManager.createUser(@NotNull String userID,
@Nullable String password,
@NotNull Principal principal,
@Nullable String intermediatePath)
Creates an User for the given parameters.
|
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.