org.alfresco.webservice.authentication
Class AuthenticationResult

java.lang.Object
  extended by org.alfresco.webservice.authentication.AuthenticationResult
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AuthenticationResult()
           
AuthenticationResult(java.lang.String username, java.lang.String ticket, java.lang.String sessionid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSessionid()
          Gets the sessionid value for this AuthenticationResult.
 java.lang.String getTicket()
          Gets the ticket value for this AuthenticationResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUsername()
          Gets the username value for this AuthenticationResult.
 int hashCode()
           
 void setSessionid(java.lang.String sessionid)
          Sets the sessionid value for this AuthenticationResult.
 void setTicket(java.lang.String ticket)
          Sets the ticket value for this AuthenticationResult.
 void setUsername(java.lang.String username)
          Sets the username value for this AuthenticationResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationResult

public AuthenticationResult()

AuthenticationResult

public AuthenticationResult(java.lang.String username,
                            java.lang.String ticket,
                            java.lang.String sessionid)
Method Detail

getUsername

public java.lang.String getUsername()
Gets the username value for this AuthenticationResult.

Returns:
username

setUsername

public void setUsername(java.lang.String username)
Sets the username value for this AuthenticationResult.

Parameters:
username -

getTicket

public java.lang.String getTicket()
Gets the ticket value for this AuthenticationResult.

Returns:
ticket

setTicket

public void setTicket(java.lang.String ticket)
Sets the ticket value for this AuthenticationResult.

Parameters:
ticket -

getSessionid

public java.lang.String getSessionid()
Gets the sessionid value for this AuthenticationResult.

Returns:
sessionid

setSessionid

public void setSessionid(java.lang.String sessionid)
Sets the sessionid value for this AuthenticationResult.

Parameters:
sessionid -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.