| Package | Description |
|---|---|
| org.apache.jackrabbit.api.security.user |
Jackrabbit extensions for user management.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Group |
UserManager.createGroup(@NotNull java.security.Principal principal)
Creates a new
Group that is based on the given principal. |
@NotNull Group |
UserManager.createGroup(@NotNull java.security.Principal principal)
Creates a new
Group that is based on the given principal. |
@NotNull Group |
UserManager.createGroup(@NotNull java.security.Principal principal,
@Nullable java.lang.String intermediatePath)
Same as
UserManager.createGroup(String, Principal, String) where the
name of the specified principal is used to create the group's ID. |
@NotNull Group |
UserManager.createGroup(@NotNull java.security.Principal principal,
@Nullable java.lang.String intermediatePath)
Same as
UserManager.createGroup(String, Principal, String) where the
name of the specified principal is used to create the group's ID. |
@NotNull Group |
UserManager.createGroup(@NotNull java.lang.String groupID)
Creates a Group for the given groupID, which must not be
null. |
@NotNull Group |
UserManager.createGroup(@NotNull java.lang.String groupID)
Creates a Group for the given groupID, which must not be
null. |
@NotNull Group |
UserManager.createGroup(@NotNull java.lang.String groupID,
@NotNull java.security.Principal principal,
@Nullable java.lang.String intermediatePath)
Creates a new
Group that is based on the given id, principal
and the specified intermediatePath hint. |
@NotNull Group |
UserManager.createGroup(@NotNull java.lang.String groupID,
@NotNull java.security.Principal principal,
@Nullable java.lang.String intermediatePath)
Creates a new
Group that is based on the given id, principal
and the specified intermediatePath hint. |
@NotNull User |
UserManager.createSystemUser(@NotNull java.lang.String userID,
@Nullable java.lang.String intermediatePath)
Create a new system user for the specified
userID. |
@NotNull User |
UserManager.createSystemUser(@NotNull java.lang.String userID,
@Nullable java.lang.String intermediatePath)
Create a new system user for the specified
userID. |
@NotNull User |
UserManager.createUser(@NotNull java.lang.String userID,
@Nullable java.lang.String password)
Creates an User for the given userID / password pair; neither of the
specified parameters can be
null. |
@NotNull User |
UserManager.createUser(@NotNull java.lang.String userID,
@Nullable java.lang.String password)
Creates an User for the given userID / password pair; neither of the
specified parameters can be
null. |
@NotNull User |
UserManager.createUser(@NotNull java.lang.String userID,
@Nullable java.lang.String password,
@NotNull java.security.Principal principal,
@Nullable java.lang.String intermediatePath)
Creates an User for the given parameters.
|
@NotNull User |
UserManager.createUser(@NotNull java.lang.String userID,
@Nullable java.lang.String password,
@NotNull java.security.Principal principal,
@Nullable java.lang.String intermediatePath)
Creates an User for the given parameters.
|
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.