org.jboss.portal.migration.model24.identity
Interface PropertyMap

All Superinterfaces:
java.util.Map

public interface PropertyMap
extends java.util.Map

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


Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Method Summary
 boolean isReadOnly(java.lang.Object key)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

isReadOnly

public boolean isReadOnly(java.lang.Object key)