org.jasig.portal.groups.pags
Interface IPersonAttributesConfiguration

All Known Implementing Classes:
XMLPersonAttributesConfiguration

public interface IPersonAttributesConfiguration

Interface for configuration providers for the Person Attributes Group Store. Portal implementors may choose to override the default implementation of this type, XMLPersonAttributesConfiguration, in order to provide a list of group definitions for the PAGS to use.

Version:
$Revision: 19776 $
Author:
Al wold

Method Summary
 Map getConfig()
          Get the group definitions for the store.
 

Method Detail

getConfig

Map getConfig()
Get the group definitions for the store. Implementations should initialize a Map of PersonAttributesGroupStore.GroupDefinition objects.

Returns:
Map consisting of group definitions, keyed by group key


Copyright © 2010 Jasig. All Rights Reserved.