org.jasig.portal.groups.pags
Class XMLPersonAttributesConfiguration

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

public class XMLPersonAttributesConfiguration
extends 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: 19776 $
Author:
Al Wold

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

Constructor Detail

XMLPersonAttributesConfiguration

public XMLPersonAttributesConfiguration()
Method Detail

getConfig

public 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


Copyright © 2010 Jasig. All Rights Reserved.