This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.jetspeed.security.Group (Jetspeed-2 Core API 2.2.2 API)

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

Packages that use Group
org.apache.jetspeed.security Jetspeed security service interfaces. 
 

Uses of Group in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security that return Group
 Group GroupManager.addGroup(java.lang.String groupName)
           Add a new group.
 Group GroupManager.addGroup(java.lang.String groupName, boolean mapped)
           Add a new group and optionally map/replicate it to an external storage manager (if configured).
 Group GroupManager.getGroup(java.lang.String groupName)
           Get a group Groupfor a given group name.
 Group GroupManager.newGroup(java.lang.String name, boolean mapped)
           
 Group GroupManager.newTransientGroup(java.lang.String name)
           
 

Methods in org.apache.jetspeed.security that return types with arguments of type Group
 java.util.List<Group> GroupManager.getGroups(java.lang.String nameFilter)
          Retrieves a detached and modifiable Group list matching the corresponding group name filter.
 java.util.List<Group> GroupManager.getGroupsAssociatedFrom(Group from, java.lang.String associationName)
          Retrieve all the groups which are associated from the provided group.
 java.util.List<Group> GroupManager.getGroupsAssociatedTo(Group to, java.lang.String associationName)
          Retrieve all the groups which are associated to the provided group.
 java.util.List<Group> GroupManager.getGroupsForUser(java.lang.String username)
           Retrieves a detached and modifiable Group list of all the groups associated to a specific user.
 java.util.List<Group> GroupManager.getGroupsInRole(java.lang.String roleName)
           Retrieves a detached and modifiable Group list of all the groups in a specific role.
 

Methods in org.apache.jetspeed.security with parameters of type Group
 void GroupManager.addGroupToGroup(Group from, Group to, java.lang.String associationName)
          Add a hierarchical association between two groups.
 java.util.List<Group> GroupManager.getGroupsAssociatedFrom(Group from, java.lang.String associationName)
          Retrieve all the groups which are associated from the provided group.
 java.util.List<Group> GroupManager.getGroupsAssociatedTo(Group to, java.lang.String associationName)
          Retrieve all the groups which are associated to the provided group.
 void GroupManager.removeGroupFromGroup(Group from, Group to, java.lang.String associationName)
          Remove a hierarchical association between two groups.
 void GroupManager.updateGroup(Group group)
          Updates a group and all its attributes
 



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