Uses of Interface
edu.mit.stellar.api.group.SGroup

Packages that use SGroup
edu.mit.stellar.api.group   
edu.mit.stellar.api.structure   
 

Uses of SGroup in edu.mit.stellar.api.group
 

Subinterfaces of SGroup in edu.mit.stellar.api.group
 interface SGroupM
          SGroupM Adds methods for modifying an SGroup.
 

Classes in edu.mit.stellar.api.group that implement SGroup
 class AbstractPrincipalSGroupM
          AbstractPrincipalSGroupM.
 class AbstractSGroupM
          AbstractSGroupM.
 class PrincipalSGroupMImpl
          PrincipalSGroupMImpl
 

Methods in edu.mit.stellar.api.group that return SGroup
 SGroup NexusSGroupFactory.getCombinedSGroupForNexus(Nexus nexus)
          Get Set of NexusGroups from Nexus, access the group Factories and the groups from them, and combine them to a single SGroup.
 SGroup NexusSGroupFactory.getCombinedSGroupForNexus(java.lang.String nexusPath)
           
 SGroup SGroupFactory.getSGroupByGroupId(java.lang.String groupId)
          Return the group given the ID of the group within this Manager.
 SGroup SGroupFactory.getSGroupByGroupManagerIdAndGroupId(java.lang.String groupManagerId, java.lang.String groupId)
          Return the group given the ID of the group within the specified Manager.
 

Methods in edu.mit.stellar.api.group that return types with arguments of type SGroup
 java.util.Set<SGroup> NexusSGroupFactory.getSGroupsForUserInNexus(java.lang.String uuid, Nexus nexus)
          Get Set of NexusGroups from Nexus, see if the user has is a member of each, return Set of SGroups for which the user is a member.
 java.util.Set<SGroup> NexusSGroupFactory.getSGroupsForUserInNexus(java.lang.String uuid, java.lang.String nexusPath)
           
 java.util.Set<SGroup> NexusSGroupFactory.getSGroupsForUserInNexus(UserIdentity user, Nexus nexus)
          Get Set of NexusGroups from Nexus, see if the user has is a member of each, return Set of SGroups for which the user is a member.
 java.util.Set<SGroup> NexusSGroupFactory.getSGroupsForUserInNexus(UserIdentity user, java.lang.String nexusPath)
           
 

Methods in edu.mit.stellar.api.group with parameters of type SGroup
 void SGroupManager.deleteSGroup(SGroup sGroup)
           
 SGroupM SGroupManager.getSGroupM(SGroup sGroup)
           
 

Uses of SGroup in edu.mit.stellar.api.structure
 

Methods in edu.mit.stellar.api.structure with parameters of type SGroup
 void NexusGroupManager.addGroupToNexus(NexusM nexus, SGroup group)
          Deprecated. entire approach replaced with roster / Relationship
 void NexusGroupManager.removeGroupFromNexus(NexusM nexus, SGroup group)
          Deprecated. entire approach replaced with roster / Relationship
 



Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.