|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.otp.objects.OTPValidationRequest
Field Summary | |
java.lang.String |
aplicationId
Aplicación que solicita el OTP. |
java.lang.String |
oid
Identificador del tercero solicitante. |
java.lang.String |
otpId
Identificador del OTP. |
java.lang.String |
otpToValidate
OTP a validar. |
java.lang.String |
serviceId
Servicio para el que se solicita el OTP. |
Constructor Summary | |
OTPValidationRequest()
|
Method Summary | |
static OTPValidationRequest |
getObject(java.lang.String xml)
Convierte un XML en un objeto OTPValidationRequest. |
java.lang.String |
toXML()
Convierte un Objeto OTPValidationRequest a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String aplicationId
public java.lang.String serviceId
public java.lang.String oid
public java.lang.String otpId
public java.lang.String otpToValidate
Constructor Detail |
public OTPValidationRequest()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static OTPValidationRequest getObject(java.lang.String xml) throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |