|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.collection.StringAttribute
com.esri.gpt.framework.security.principal.UserAttribute
public class UserAttribute
Represents an attribute associated with a user's profile.
| Constructor Summary | |
|---|---|
UserAttribute()
Default constructor. |
|
UserAttribute(String key,
String value)
Constructs with a supplied key and value. |
|
UserAttribute(UserAttribute attributeToClone)
Constructs a clone of the supplied attribute. |
|
| Method Summary | |
|---|---|
String |
getLdapName()
Gets the corresponding LDAP name for this attribute. |
void |
setLdapName(String name)
Sets the corresponding LDAP name for this attribute. |
String |
toString()
Returns the string representation of the object. |
| Methods inherited from class com.esri.gpt.framework.collection.StringAttribute |
|---|
getKey, getValue, setKey, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserAttribute()
public UserAttribute(String key,
String value)
key - the keyvalue - the valuepublic UserAttribute(UserAttribute attributeToClone)
attributeToClone - the attribute to clone| Method Detail |
|---|
public String getLdapName()
public void setLdapName(String name)
name - the LDAP namepublic String toString()
toString in class StringAttribute
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||