org.jboss.portal.identity
Interface ProfileMap

All Superinterfaces:
java.util.Map
All Known Implementing Classes:
ProfileMapImpl

public interface ProfileMap
extends java.util.Map

Extends java.util.Map to provide meta information about user profile.

Version:
$Revision: 5448 $
Author:
Julien Viet

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 boolean isReadOnly(java.lang.Object key)
          Return true if the profile value is read only.
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

isReadOnly

boolean isReadOnly(java.lang.Object key)
Return true if the profile value is read only.

Parameters:
key -
Returns:
true if the profile value is read only
Throws:
java.lang.ClassCastException - if the key is not an instance of string