gluu
|
公開メンバ関数 | |
String | toString () |
String | getParameter () |
静的公開メンバ関数 | |
[static initializer] | |
static U2fErrorResponseType | fromString (String param) |
公開変数類 | |
SERVER_ERROR =("server_error") | |
INVALID_REQUEST =("invalid_request") | |
NO_ELIGABLE_DEVICES =("no_eligable_devices") | |
DEVICE_COMPROMISED =("device_compromised") | |
SESSION_EXPIRED =("session_expired") | |
REGISTRATION_NOT_ALLOWED =("registration_not_allowed") | |
非公開メンバ関数 | |
U2fErrorResponseType (String paramName) | |
非公開変数類 | |
final String | paramName |
静的非公開変数類 | |
static Map< String, U2fErrorResponseType > | lookup = new HashMap<String, U2fErrorResponseType>() |
Error codes for FIDO U2F server
|
inlineprivate |
|
inlinestatic |
|
inlinestatic |
Return the corresponding enumeration from a string parameter.
param | The parameter to be match. |
enumeration
if found, otherwise null
.
|
inline |
Gets error parameter.
org.xdi.oxauth.model.error.IErrorTypeを実装しています。
|
inline |
Returns a string representation of the object. In this case, the lower case code of the error.
org.xdi.oxauth.model.fido.u2f.U2fErrorResponseType.DEVICE_COMPROMISED =("device_compromised") |
The registered device was compromised.
org.xdi.oxauth.model.fido.u2f.U2fErrorResponseType.INVALID_REQUEST =("invalid_request") |
The authentication or registration request contains invalid data or signature.
|
staticprivate |
org.xdi.oxauth.model.fido.u2f.U2fErrorResponseType.NO_ELIGABLE_DEVICES =("no_eligable_devices") |
The user has no registered devices needed to build authentication request.
|
private |
org.xdi.oxauth.model.fido.u2f.U2fErrorResponseType.REGISTRATION_NOT_ALLOWED =("registration_not_allowed") |
The user has registered device already.
org.xdi.oxauth.model.fido.u2f.U2fErrorResponseType.SERVER_ERROR =("server_error") |
The FIDO U2F server encountered an unexpected condition which prevented it from fulfilling the request.
org.xdi.oxauth.model.fido.u2f.U2fErrorResponseType.SESSION_EXPIRED =("session_expired") |
The authentication or registration session was expired