public class ClaveAuthentication
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ClaveAuthentication.Builder
Builder design pattern class.
|
static class |
ClaveAuthentication.ClaveBean
Class that holds Cl@ve response.
|
(package private) static class |
ClaveAuthentication.Form
Form class to manage attributes
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLAVE_HEADER_REFERER |
static java.lang.String |
KNOWN_SEARCH_EXCEPTION |
Modifier and Type | Method and Description |
---|---|
ClaveAuthentication.ClaveBean |
doClave()
Return final HTML content at the Cl@ve authentication request process.
|
public static final java.lang.String KNOWN_SEARCH_EXCEPTION
public static java.lang.String CLAVE_HEADER_REFERER
public ClaveAuthentication.ClaveBean doClave() throws java.lang.Exception
java.lang.IllegalArgumentException
- if htmlData
or formAttr
or formAttrValue
or context
is null
.java.lang.Exception