Package | Description |
---|---|
org.apache.jackrabbit.api.security.user |
Jackrabbit extensions for user management.
|
Modifier and Type | Method and Description |
---|---|
Group |
UserManager.createGroup(Principal principal)
Creates a new
Group that is based on the given principal. |
Group |
UserManager.createGroup(Principal principal,
String intermediatePath)
Same as
UserManager.createGroup(String, Principal, String) where the
name of the specified principal is used to create the group's ID. |
Group |
UserManager.createGroup(String groupID)
Creates a Group for the given groupID, which must not be
null . |
Group |
UserManager.createGroup(String groupID,
Principal principal,
String intermediatePath)
Creates a new
Group that is based on the given id, principal
and the specified intermediatePath hint. |
Modifier and Type | Method and Description |
---|---|
Iterator<Group> |
Authorizable.declaredMemberOf() |
Iterator<Group> |
Authorizable.memberOf() |
Copyright © 2004-2019 The Apache Software Foundation. All Rights Reserved.