org.globus.cas.types
Class GetAssertionParam

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

public class GetAssertionParam
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  int lifetime
           
private  ArrayOfSAMLAuthzQueryType samlAuthzQuery
           
private static TypeDesc typeDesc
           
 
Constructor Summary
GetAssertionParam()
           
GetAssertionParam(int lifetime, ArrayOfSAMLAuthzQueryType samlAuthzQuery)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getLifetime()
          Gets the lifetime value for this GetAssertionParam.
 ArrayOfSAMLAuthzQueryType getSamlAuthzQuery()
          Gets the samlAuthzQuery value for this GetAssertionParam.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setLifetime(int lifetime)
          Sets the lifetime value for this GetAssertionParam.
 void setSamlAuthzQuery(ArrayOfSAMLAuthzQueryType samlAuthzQuery)
          Sets the samlAuthzQuery value for this GetAssertionParam.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

samlAuthzQuery

private ArrayOfSAMLAuthzQueryType samlAuthzQuery

lifetime

private int lifetime

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

GetAssertionParam

public GetAssertionParam()

GetAssertionParam

public GetAssertionParam(int lifetime,
                         ArrayOfSAMLAuthzQueryType samlAuthzQuery)
Method Detail

getSamlAuthzQuery

public ArrayOfSAMLAuthzQueryType getSamlAuthzQuery()
Gets the samlAuthzQuery value for this GetAssertionParam.

Returns:
samlAuthzQuery

setSamlAuthzQuery

public void setSamlAuthzQuery(ArrayOfSAMLAuthzQueryType samlAuthzQuery)
Sets the samlAuthzQuery value for this GetAssertionParam.

Parameters:
samlAuthzQuery -

getLifetime

public int getLifetime()
Gets the lifetime value for this GetAssertionParam.

Returns:
lifetime

setLifetime

public void setLifetime(int lifetime)
Sets the lifetime value for this GetAssertionParam.

Parameters:
lifetime -

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