uPortal 2.4.1
API Documentation

org.jasig.portal.groups.pags
Class XMLPersonAttributesConfiguration

java.lang.Object
  extended byorg.jasig.portal.groups.pags.XMLPersonAttributesConfiguration
All Implemented Interfaces:
IPersonAttributesConfiguration

public class XMLPersonAttributesConfiguration
extends java.lang.Object
implements IPersonAttributesConfiguration

Read in the configuration for the Person Attributes group store using an XML file. See the example file in /properties/groups/PAGSGroupStoreConfig.xml and the DTD in /webpages/dtd/PAGSGroupStore.dtd for information on the file format.

Version:
$Revision: 1.1 $
Author:
Al Wold

Constructor Summary
XMLPersonAttributesConfiguration()
           
 
Method Summary
 java.util.Map getConfig()
          Get the group definitions for the store.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLPersonAttributesConfiguration

public XMLPersonAttributesConfiguration()
Method Detail

getConfig

public java.util.Map getConfig()
Description copied from interface: IPersonAttributesConfiguration
Get the group definitions for the store. Implementations should initialize a Map of PersonAttributesGroupStore.GroupDefinition objects.

Specified by:
getConfig in interface IPersonAttributesConfiguration
Returns:
Map consisting of group definitions, keyed by group key

uPortal 2.4.1
API Documentation