Uses of Interface
org.jasig.portal.groups.IGroupConstants

Packages that use IGroupConstants
org.jasig.portal.groups   
org.jasig.portal.groups.filesystem   
org.jasig.portal.groups.ldap   
org.jasig.portal.groups.local   
org.jasig.portal.groups.local.searchers   
org.jasig.portal.groups.pags   
org.jasig.portal.services   
 

Uses of IGroupConstants in org.jasig.portal.groups
 

Subinterfaces of IGroupConstants in org.jasig.portal.groups
 interface IEntityGroupStore
          Interface for finding and maintaining IEntityGroups.
 

Classes in org.jasig.portal.groups that implement IGroupConstants
 class CompositeEntityIdentifier
          A composite key and type that uniquely identify a portal entity.
 class CompositeServiceIdentifier
          A composite key that identifies a component group service.
 class RDBMEntityGroupStore
          Store for EntityGroupImpl.
 

Uses of IGroupConstants in org.jasig.portal.groups.filesystem
 

Classes in org.jasig.portal.groups.filesystem that implement IGroupConstants
 class FileSystemGroupStore
          This class is an IEntityGroupStore that uses the native file system for its back end.
 

Uses of IGroupConstants in org.jasig.portal.groups.ldap
 

Classes in org.jasig.portal.groups.ldap that implement IGroupConstants
 class LDAPGroupStore
          LDAPGroupStore.
 

Uses of IGroupConstants in org.jasig.portal.groups.local
 

Subinterfaces of IGroupConstants in org.jasig.portal.groups.local
 interface ITypedEntitySearcher
          An API for a searcher that knows about a single type, used by EntitySearcherImpl
 

Uses of IGroupConstants in org.jasig.portal.groups.local.searchers
 

Classes in org.jasig.portal.groups.local.searchers that implement IGroupConstants
 class RDBMChannelDefSearcher
          Searches the portal DB for channels.
 class RDBMPersonSearcher
          Searches the portal DB for people.
 

Uses of IGroupConstants in org.jasig.portal.groups.pags
 

Classes in org.jasig.portal.groups.pags that implement IGroupConstants
 class PersonAttributesGroupStore
          The Person Attributes Group Store uses attributes stored in the IPerson object to determine group membership.
 

Uses of IGroupConstants in org.jasig.portal.services
 

Classes in org.jasig.portal.services that implement IGroupConstants
 class GroupService
          Bootstrap class for the IGroupService implementation.