uPortal 2.3.2
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 implement this type in order to provide a list of group definitions for the PAGS to use.

Version:
$Revision: 1.1.2.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.3.2
API Documentation