|
||||||||||
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)
Creates a new Group that is based on the given principal
and the specified itermediatePath 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)
Create a new Group from the given principal . |
protected Group |
UserManagerImpl.doCreateGroup(NodeImpl node)
Build the group object from the given group node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |