|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
org.apache.jackrabbit.api.security.user | |
org.apache.jackrabbit.core.security.user |
Uses of Group in org.apache.jackrabbit.api.security.user |
---|
Methods in org.apache.jackrabbit.api.security.user that return Group | |
---|---|
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. |
Methods in org.apache.jackrabbit.api.security.user that return types with arguments of type Group | |
---|---|
Iterator<Group> |
Authorizable.declaredMemberOf()
|
Iterator<Group> |
Authorizable.memberOf()
|
Uses of Group in org.apache.jackrabbit.core.security.user |
---|
Methods in org.apache.jackrabbit.core.security.user that return Group | |
---|---|
Group |
UserManagerImpl.createGroup(Principal principal)
Same as UserManagerImpl.createGroup(java.security.Principal, String) where the
intermediate path is null . |
Group |
UserManagerImpl.createGroup(Principal principal,
String intermediatePath)
Same as UserManagerImpl.createGroup(String, Principal, String) where a groupID
is generated from the principal name. |
Group |
UserManagerImpl.createGroup(String groupID)
|
Group |
UserManagerImpl.createGroup(String groupID,
Principal principal,
String intermediatePath)
Create a new Group from the given groupID and
principal . |
protected Group |
UserManagerImpl.doCreateGroup(NodeImpl node)
Build the group object from the given group node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |