Uses of Class
org.jasig.portal.groups.ComponentGroupServiceDescriptor

Packages that use ComponentGroupServiceDescriptor
org.jasig.portal.groups   
org.jasig.portal.groups.filesystem   
org.jasig.portal.groups.ldap   
org.jasig.portal.groups.pags   
 

Uses of ComponentGroupServiceDescriptor in org.jasig.portal.groups
 

Fields in org.jasig.portal.groups declared as ComponentGroupServiceDescriptor
protected  ComponentGroupServiceDescriptor ReferenceIndividualGroupService.serviceDescriptor
           
(package private)  ComponentGroupServiceDescriptor GroupServiceConfiguration.GroupConfigurationHandler.svcDescriptor
           
 

Methods in org.jasig.portal.groups that return ComponentGroupServiceDescriptor
protected  ComponentGroupServiceDescriptor ReferenceIndividualGroupService.getServiceDescriptor()
           
 

Methods in org.jasig.portal.groups with parameters of type ComponentGroupServiceDescriptor
 IComponentGroupService IComponentGroupServiceFactory.newGroupService(ComponentGroupServiceDescriptor descriptor)
           
 IComponentGroupService ReferenceIndividualGroupServiceFactory.newGroupService(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the service implementation.
 IEntityGroupStore ReferenceEntityGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the group store implementation.
 IEntityGroupStore IEntityGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Factory method takes a service descriptor parm, which lets the factory customize the store.
 

Constructors in org.jasig.portal.groups with parameters of type ComponentGroupServiceDescriptor
ReferenceIndividualGroupService(ComponentGroupServiceDescriptor svcDescriptor)
          ReferenceGroupsService constructor.
 

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

Methods in org.jasig.portal.groups.filesystem with parameters of type ComponentGroupServiceDescriptor
 IEntityGroupStore FileSystemGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the entity group store implementation.
 

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

Methods in org.jasig.portal.groups.ldap with parameters of type ComponentGroupServiceDescriptor
 IEntityGroupStore LDAPGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the group store implementation.
 

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

Methods in org.jasig.portal.groups.pags with parameters of type ComponentGroupServiceDescriptor
 IEntityGroupStore PersonAttributesGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)