public class GetMobileAuthenticateStatusRequest extends AbstractGetStatusRequestType implements java.io.Serializable
| Constructor and Description |
|---|
GetMobileAuthenticateStatusRequest() |
GetMobileAuthenticateStatusRequest(java.lang.String sesscode,
java.lang.Boolean waitSignature,
java.lang.Boolean returnCertData,
java.lang.Boolean returnRevocationData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.Boolean |
getReturnCertData()
Gets the returnCertData value for this GetMobileAuthenticateStatusRequest.
|
java.lang.Boolean |
getReturnRevocationData()
Gets the returnRevocationData value for this GetMobileAuthenticateStatusRequest.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setReturnCertData(java.lang.Boolean returnCertData)
Sets the returnCertData value for this GetMobileAuthenticateStatusRequest.
|
void |
setReturnRevocationData(java.lang.Boolean returnRevocationData)
Sets the returnRevocationData value for this GetMobileAuthenticateStatusRequest.
|
getWaitSignature, setWaitSignaturegetSesscode, setSesscodepublic GetMobileAuthenticateStatusRequest()
public GetMobileAuthenticateStatusRequest(java.lang.String sesscode,
java.lang.Boolean waitSignature,
java.lang.Boolean returnCertData,
java.lang.Boolean returnRevocationData)
public java.lang.Boolean getReturnCertData()
public void setReturnCertData(java.lang.Boolean returnCertData)
returnCertData - * If 'TRUE', certificate of the user is returned.
Certificate is useful if AP wants
to save it and/or
independently verify correctness
of the signature
and validation data.public java.lang.Boolean getReturnRevocationData()
public void setReturnRevocationData(java.lang.Boolean returnRevocationData)
returnRevocationData - * If 'TRUE', OCSP response to the certificate
validity query is returned.public boolean equals(java.lang.Object obj)
equals in class AbstractGetStatusRequestTypepublic int hashCode()
hashCode in class AbstractGetStatusRequestTypepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)