cgl.axis.services.uddi.uddi_schema
Class AuthToken

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.AuthToken
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AuthToken()
           
AuthToken(AuthInfo authInfo)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this AuthToken.
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this AuthToken.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthToken

public AuthToken()

AuthToken

public AuthToken(AuthInfo authInfo)
Method Detail

getAuthInfo

public AuthInfo getAuthInfo()
Gets the authInfo value for this AuthToken.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)
Sets the authInfo value for this AuthToken.

Parameters:
authInfo -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()