Uses of Interface
org.apache.jackrabbit.api.security.user.Group

Packages that use Group
org.apache.jackrabbit.api.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(java.security.Principal principal)
          Creates a new Group that is based on the given principal.
 Group UserManager.createGroup(java.security.Principal principal, java.lang.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
 java.util.Iterator<Group> Authorizable.declaredMemberOf()
           
 java.util.Iterator<Group> Authorizable.memberOf()
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.