public class AuthenticationResult extends Object implements Serializable
| Constructor and Description |
|---|
AuthenticationResult() |
AuthenticationResult(String username,
String ticket,
String sessionid) |
| 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
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSessionid()
Gets the sessionid value for this AuthenticationResult.
|
String |
getTicket()
Gets the ticket value for this AuthenticationResult.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUsername()
Gets the username value for this AuthenticationResult.
|
int |
hashCode() |
void |
setSessionid(String sessionid)
Sets the sessionid value for this AuthenticationResult.
|
void |
setTicket(String ticket)
Sets the ticket value for this AuthenticationResult.
|
void |
setUsername(String username)
Sets the username value for this AuthenticationResult.
|
public String getUsername()
public void setUsername(String username)
username - public String getTicket()
public void setTicket(String ticket)
ticket - public String getSessionid()
public void setSessionid(String sessionid)
sessionid - 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.