站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ProfileMap - JBOSS Portal 2.6 API 英文版文档


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 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
 

Method Detail

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