public class NewUserDetails extends Object implements Serializable
| Constructor and Description |
|---|
NewUserDetails() |
NewUserDetails(String userName,
String password,
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
|
String |
getPassword()
Gets the password value for this NewUserDetails.
|
NamedValue[] |
getProperties()
Gets the properties value for this NewUserDetails.
|
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 NewUserDetails.
|
int |
hashCode() |
void |
setPassword(String password)
Sets the password value for this NewUserDetails.
|
void |
setProperties(int i,
NamedValue _value) |
void |
setProperties(NamedValue[] properties)
Sets the properties value for this NewUserDetails.
|
void |
setUserName(String userName)
Sets the userName value for this NewUserDetails.
|
public NewUserDetails()
public NewUserDetails(String userName, String password, NamedValue[] properties)
public String getUserName()
public void setUserName(String userName)
userName - public String getPassword()
public void setPassword(String password)
password - 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.