|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.otp.objects.OTPRequest
Field Summary | |
java.lang.String |
aplicationId
Identificador de la aplicación solicitante del OTP. |
java.lang.String |
oid
Identificador del tercero solicitante del OTP. |
static int |
OTP_TYPE_ALPHANUMERIC
|
static int |
OTP_TYPE_ALPHANUMERIC_MAY
|
static int |
OTP_TYPE_ALPHANUMERIC_MIN
|
static int |
OTP_TYPE_DIGITS_ONLY
|
static int |
OTP_TYPE_LETTERS_ONLY
|
static int |
OTP_TYPE_LETTERS_ONLY_MAY
|
static int |
OTP_TYPE_LETTERS_ONLY_MIN
|
int |
otpLength
Longitud del OTP. |
int |
otpLifeSeconds
Tiempo de vida, en segundos, del OTP. -1 ilimitado. |
int |
otpMaxRetries
Reintentos permitidos para validar el OTP. -1 ilimitado. |
int |
otpType
Tipo de OTP. |
java.lang.String |
serviceId
Identificador del servicio solicitante del OTP. |
Constructor Summary | |
OTPRequest()
|
Method Summary | |
static OTPRequest |
getObject(java.lang.String xml)
Convierte un XML en un objeto OTPRequest. |
java.lang.String |
toXML()
Convierte un Objeto OTPRequest a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int OTP_TYPE_DIGITS_ONLY
public static final int OTP_TYPE_LETTERS_ONLY
public static final int OTP_TYPE_LETTERS_ONLY_MAY
public static final int OTP_TYPE_LETTERS_ONLY_MIN
public static final int OTP_TYPE_ALPHANUMERIC
public static final int OTP_TYPE_ALPHANUMERIC_MAY
public static final int OTP_TYPE_ALPHANUMERIC_MIN
public java.lang.String aplicationId
public java.lang.String serviceId
public java.lang.String oid
public int otpLength
public int otpLifeSeconds
public int otpMaxRetries
public int otpType
Constructor Detail |
public OTPRequest()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static OTPRequest 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 |