|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap<K,V> java.util.LinkedHashMap<String,T> com.esri.gpt.framework.collection.CaseInsensitiveMap<UserAttribute> com.esri.gpt.framework.security.principal.UserAttributeMap
public class UserAttributeMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Field Summary | |
---|---|
static String |
TAG_EMAIL
The email address attribute tag = "email" |
static String |
TAG_USER_NAME
The username attribute tag = "username" |
static String |
TAG_USER_PASSWORD
The password attribute tag = "password" |
Constructor Summary | |
---|---|
UserAttributeMap()
Default constructor. |
|
UserAttributeMap(UserAttributeMap mapToClone)
Constructs a clone of the supplied attribute map. |
Method Summary | |
---|---|
void |
add(UserAttribute member)
Adds a member to the collection. |
String |
getEmailAddress()
Gets the email address. |
String |
getUsername()
Gets the username. |
void |
set(String key,
String value)
Sets the value associated with a supplied key. |
void |
setEmailAddress(String emailAddress)
Sets the email address. |
void |
setUsername(String username)
Sets the email address. |
Methods inherited from class com.esri.gpt.framework.collection.CaseInsensitiveMap |
---|
containsKey, get, getAllowEmptyKey, put, toString |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue, removeEldestEntry |
Methods inherited from class java.util.HashMap |
---|
clone, entrySet, isEmpty, keySet, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
entrySet, equals, hashCode, isEmpty, keySet, putAll, remove, size, values |
Field Detail |
---|
public static final String TAG_EMAIL
public static final String TAG_USER_NAME
public static final String TAG_USER_PASSWORD
Constructor Detail |
---|
public UserAttributeMap()
public UserAttributeMap(UserAttributeMap mapToClone)
mapToClone
- the attribute map to cloneMethod Detail |
---|
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress
- the email addresspublic String getUsername()
public void setUsername(String username)
username
- the user namepublic void add(UserAttribute member)
member
- the member to addpublic void set(String key, String value)
key
- the key associated with the valuevalue
- the value to set
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |