public class UserDetails extends Object implements Serializable
| Constructor and Description |
|---|
UserDetails() |
UserDetails(String userName,
NamedValue[] properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
NamedValue[] |
getProperties()
Gets the properties value for this UserDetails.
|
NamedValue |
getProperties(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUserName()
Gets the userName value for this UserDetails.
|
int |
hashCode() |
void |
setProperties(int i,
NamedValue _value) |
void |
setProperties(NamedValue[] properties)
Sets the properties value for this UserDetails.
|
void |
setUserName(String userName)
Sets the userName value for this UserDetails.
|
public UserDetails()
public UserDetails(String userName, NamedValue[] properties)
public String getUserName()
public void setUserName(String userName)
userName - public NamedValue[] getProperties()
public void setProperties(NamedValue[] properties)
properties - public NamedValue getProperties(int i)
public void setProperties(int i,
NamedValue _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.