...
PAGS example
uPortal comes with a PAGS example commented out. To try it out:
Uncomment the PAGS definition in compositeGroupServices.xml which looks like this:
No Format |
---|
<service>
<name>pags</name>
<service_factory>org.jasig.portal.groups.ReferenceIndividualGroupServiceFactory</service_factory>
<entity_store_factory>org.jasig.portal.groups.pags.PersonAttributesEntityStoreFactory</entity_store_factory>
<group_store_factory>org.jasig.portal.groups.pags.PersonAttributesGroupStoreFactory</group_store_factory>
<entity_searcher_factory>org.jasig.portal.groups.pags.PersonAttributesEntitySearcherFactory</entity_searcher_factory>
<internally_managed>false</internally_managed>
<caching_enabled>true</caching_enabled>
</service>
|
Look at PAGSGroupStoreConfig.xml. You will see definitions for
- PAGS Root
- Users
- Short First Names
- Ds and Students
- Short First Names
Deploy the portal again with the new group configuration.
Login as Admin. In the Groups Manager Channel, Add the group "PAGS Root" to everyone. You will see the whole hierarchy but not the members.
Search for a Person whose name contains demo and look at the group information. Demo is now a member of Users, Short First Names, Developers, Ds and Students.