当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ProfileMap - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.identity2
Interface ProfileMap
- All Superinterfaces:
- java.util.Map
- public interface ProfileMap
- extends java.util.Map
Extends java.util.Map
to provide meta information about user profile.
- Version:
- $Revision: 5218 $
- Author:
- Julien Viet
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
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 |
isReadOnly
public 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