org.jboss.portal.identity.info
Interface ProfileInfo

All Known Implementing Classes:
ProfileInfoSupport

public interface ProfileInfo

Class provides info about user profile

Version:
$Revision: 1.1 $
Author:
Boleslaw Dawidowicz

Method Summary
 java.util.Map getPropertiesInfo()
          Returns a Map o PropertyInfo objects describing profile properties
 PropertyInfo getPropertyInfo(java.lang.String name)
          Returns a PropertyInfo object that describes specified property
 

Method Detail

getPropertiesInfo

java.util.Map getPropertiesInfo()
Returns a Map o PropertyInfo objects describing profile properties

Returns:
Map of PropertyInfo objects

getPropertyInfo

PropertyInfo getPropertyInfo(java.lang.String name)
Returns a PropertyInfo object that describes specified property

Parameters:
name - of property
Returns:
PropertyInfo of specified property or null if no such property exists.