Uses of Interface
org.apache.jetspeed.security.Group

Packages that use Group
org.apache.jetspeed.security Jetspeed security service interfaces. 
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
 

Uses of Group in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security that return Group
 Group GroupManager.getGroup(java.lang.String groupFullPathName)
           Get a group Groupfor a given group full path name.
 

Uses of Group in org.apache.jetspeed.security.impl
 

Classes in org.apache.jetspeed.security.impl that implement Group
 class GroupImpl
          A group made of a GroupPrincipal and the user Preferences.
 

Methods in org.apache.jetspeed.security.impl that return Group
 Group GroupManagerImpl.getGroup(java.lang.String groupFullPathName)
           
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.