org.globus.cas.types
Class TrustAnchorData

java.lang.Object
  extended byorg.globus.cas.types.CasObjectData
      extended byorg.globus.cas.types.TrustAnchorData
All Implemented Interfaces:
Serializable

public class TrustAnchorData
extends CasObjectData
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  String authData
           
private  String authMethod
           
private  String nickname
           
private static TypeDesc typeDesc
           
 
Constructor Summary
TrustAnchorData()
           
TrustAnchorData(String authData, String authMethod, String nickname)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAuthData()
          Gets the authData value for this TrustAnchorData.
 String getAuthMethod()
          Gets the authMethod value for this TrustAnchorData.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getNickname()
          Gets the nickname value for this TrustAnchorData.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAuthData(String authData)
          Sets the authData value for this TrustAnchorData.
 void setAuthMethod(String authMethod)
          Sets the authMethod value for this TrustAnchorData.
 void setNickname(String nickname)
          Sets the nickname value for this TrustAnchorData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nickname

private String nickname

authMethod

private String authMethod

authData

private String authData

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

TrustAnchorData

public TrustAnchorData()

TrustAnchorData

public TrustAnchorData(String authData,
                       String authMethod,
                       String nickname)
Method Detail

getNickname

public String getNickname()
Gets the nickname value for this TrustAnchorData.

Returns:
nickname

setNickname

public void setNickname(String nickname)
Sets the nickname value for this TrustAnchorData.

Parameters:
nickname -

getAuthMethod

public String getAuthMethod()
Gets the authMethod value for this TrustAnchorData.

Returns:
authMethod

setAuthMethod

public void setAuthMethod(String authMethod)
Sets the authMethod value for this TrustAnchorData.

Parameters:
authMethod -

getAuthData

public String getAuthData()
Gets the authData value for this TrustAnchorData.

Returns:
authData

setAuthData

public void setAuthData(String authData)
Sets the authData value for this TrustAnchorData.

Parameters:
authData -

equals

public boolean equals(Object obj)
Overrides:
equals in class CasObjectData

hashCode

public int hashCode()
Overrides:
hashCode in class CasObjectData

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