|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.cas.types.CasObjectData
org.globus.cas.types.TrustAnchorData
| 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 |
private String nickname
private String authMethod
private String authData
private Object __equalsCalc
private boolean __hashCodeCalc
private static TypeDesc typeDesc
| Constructor Detail |
public TrustAnchorData()
public TrustAnchorData(String authData,
String authMethod,
String nickname)
| Method Detail |
public String getNickname()
public void setNickname(String nickname)
nickname - public String getAuthMethod()
public void setAuthMethod(String authMethod)
authMethod - public String getAuthData()
public void setAuthData(String authData)
authData - public boolean equals(Object obj)
equals in class CasObjectDatapublic int hashCode()
hashCode in class CasObjectDatapublic 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 | ||||||||||