@NotNull Group |
UserManager.createGroup(@NotNull String groupID) |
Creates a Group for the given groupID, which must not be null .
|
@NotNull Group |
UserManager.createGroup(@NotNull String groupID,
@NotNull Principal principal,
@Nullable String intermediatePath) |
Creates a new Group that is based on the given id, principal
and the specified intermediatePath hint.
|
@NotNull Group |
UserManager.createGroup(@NotNull Principal principal) |
Creates a new Group that is based on the given principal.
|
@NotNull Group |
UserManager.createGroup(@NotNull Principal principal,
@Nullable String intermediatePath) |
|
@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) |
|
@NotNull User |
UserManager.createUser(@NotNull String userID,
@Nullable String password,
@NotNull Principal principal,
@Nullable String intermediatePath) |
Creates an User for the given parameters.
|