|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.wsrf.security.authentication.secureconv.types.ContextTokenType
| 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 |
public ContextTokenType()
public ContextTokenType(byte[] base64Token,
String contextId,
boolean continueNeeded)
| Method Detail |
public byte[] getBase64Token()
public void setBase64Token(byte[] base64Token)
base64Token - public String getContextId()
public void setContextId(String contextId)
contextId - public boolean isContinueNeeded()
public void setContinueNeeded(boolean continueNeeded)
continueNeeded - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||