org.globus.wsrf.security.authentication.secureconv.types
Class ContextTokenType

java.lang.Object
  extended byorg.globus.wsrf.security.authentication.secureconv.types.ContextTokenType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InitContextTokenType

public class ContextTokenType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ContextTokenType()
           
ContextTokenType(byte[] base64Token, String contextId, boolean continueNeeded)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getBase64Token()
          Gets the base64Token value for this ContextTokenType.
 String getContextId()
          Gets the contextId value for this ContextTokenType.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isContinueNeeded()
          Gets the continueNeeded value for this ContextTokenType.
 void setBase64Token(byte[] base64Token)
          Sets the base64Token value for this ContextTokenType.
 void setContextId(String contextId)
          Sets the contextId value for this ContextTokenType.
 void setContinueNeeded(boolean continueNeeded)
          Sets the continueNeeded value for this ContextTokenType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextTokenType

public ContextTokenType()

ContextTokenType

public ContextTokenType(byte[] base64Token,
                        String contextId,
                        boolean continueNeeded)
Method Detail

getBase64Token

public byte[] getBase64Token()
Gets the base64Token value for this ContextTokenType.

Returns:
base64Token

setBase64Token

public void setBase64Token(byte[] base64Token)
Sets the base64Token value for this ContextTokenType.

Parameters:
base64Token -

getContextId

public String getContextId()
Gets the contextId value for this ContextTokenType.

Returns:
contextId

setContextId

public void setContextId(String contextId)
Sets the contextId value for this ContextTokenType.

Parameters:
contextId -

isContinueNeeded

public boolean isContinueNeeded()
Gets the continueNeeded value for this ContextTokenType.

Returns:
continueNeeded

setContinueNeeded

public void setContinueNeeded(boolean continueNeeded)
Sets the continueNeeded value for this ContextTokenType.

Parameters:
continueNeeded -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.