uPortal 2.4.1
API Documentation

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: 1.2 $
Author:
Al wold

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

Method Detail

getConfig

public java.util.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

uPortal 2.4.1
API Documentation