Uses of Class
com.pingidentity.sdk.api.authn.spec.AuthnErrorDetailSpec
Packages that use AuthnErrorDetailSpec
Package
Description
Contains "spec" classes for states, actions, and errors that are shared across multiple API-capable plugins.
Defines various "spec" classes for the Authentication API.
-
Uses of AuthnErrorDetailSpec in com.pingidentity.sdk.api.authn.common
Fields in com.pingidentity.sdk.api.authn.common declared as AuthnErrorDetailSpecModifier and TypeFieldDescriptionstatic final AuthnErrorDetailSpecCommonErrorDetailSpec.ACCOUNT_RECOVERY_ERRORThe error detail returned when an account recovery error is encountered.static final AuthnErrorDetailSpecCommonErrorDetailSpec.CAPTCHA_ERRORThe error detail returned when an re-captcha error is encountered.static final AuthnErrorDetailSpecCommonErrorDetailSpec.CREDENTIAL_VALIDATION_FAILEDThe error detail returned when invalid credentials were provided for a user.static final AuthnErrorDetailSpecCommonErrorDetailSpec.DEVICE_LOCKEDThe error detail returned when the device is locked.static final AuthnErrorDetailSpecCommonErrorDetailSpec.DEVICE_ROOTEDThe error detail returned when the device is rooted or jailbroken.static final AuthnErrorDetailSpecCommonErrorDetailSpec.FIELD_REQUIREDThe error detail returned when a required field is missing from an authentication API POST requeststatic final AuthnErrorDetailSpecCommonErrorDetailSpec.INVALID_CHALLENGE_RESPONSEThe error detail returned when invalid challenge response were provided for a user.static final AuthnErrorDetailSpecCommonErrorDetailSpec.INVALID_CONTENT_TYPEThe error detail returned when the content type format of an authentication API POST request is invalid.static final AuthnErrorDetailSpecCommonErrorDetailSpec.INVALID_DEVICEThe error detail returned when an invalid device is provided during device selection.static final AuthnErrorDetailSpecCommonErrorDetailSpec.INVALID_FIELD_FORMATThe error detail returned when the format of a field is missing from an authentication API POST request.static final AuthnErrorDetailSpecCommonErrorDetailSpec.INVALID_FIELD_VALUEThe error detail returned when a field has an invalid value from an authentication API POST request.static final AuthnErrorDetailSpecCommonErrorDetailSpec.INVALID_MOBILE_PAYLOADThe error detail returned when an invalid mobile payload is provided.static final AuthnErrorDetailSpecCommonErrorDetailSpec.INVALID_OTPThe error detail returned when an invalid or expired OTP is provided during multi-factor authentication.static final AuthnErrorDetailSpecCommonErrorDetailSpec.INVALID_USER_CODEThe error detail returned when the user submits an invalid code during the OAuth device authorization flow.static final AuthnErrorDetailSpecCommonErrorDetailSpec.OTP_ATTEMPTS_LIMITThe error detail returned when a user has performed too many unsuccessful OTP attempts.static final AuthnErrorDetailSpecCommonErrorDetailSpec.OTP_EXPIREDThe error detail returned when the OTP has expired.static final AuthnErrorDetailSpecCommonErrorDetailSpec.OTP_RESEND_LIMITThe error detail returned when a user has re-sent the OTP the maximum number of times.static final AuthnErrorDetailSpecCommonErrorDetailSpec.PASSWORD_CHANGE_ERRORThe error detail returned when an password change error is encountered.static final AuthnErrorDetailSpecCommonErrorDetailSpec.PUSH_FAILEDThe error detail returned when the push notification failed.static final AuthnErrorDetailSpecCommonErrorDetailSpec.REGISTRATION_FAILEDThe error detail returned when an error is encountered while registering a user.static final AuthnErrorDetailSpecCommonErrorDetailSpec.TOTP_ATTEMPTS_LIMITThe error detail returned when a user has performed too many unsuccessful TOTP attempts.static final AuthnErrorDetailSpecCommonErrorDetailSpec.UNEXPECTED_ACTION_MODELThe error detail returned when an unexpected action model is provided when none is expected for an authentication API POST requeststatic final AuthnErrorDetailSpecCommonErrorDetailSpec.UNRECOGNIZED_FIELD_NAMEThe error detail returned when an unrecognized field is encountered in an authentication API POST request.static final AuthnErrorDetailSpecCommonErrorDetailSpec.USER_CODE_EXPIREDThe error detail returned when the user provides an expired code during the OAuth device authorization flow.static final AuthnErrorDetailSpecCommonErrorDetailSpec.USER_CODE_LOCKEDThe error detail returned when a temporary lockout occurs during the OAuth device authorization flow. -
Uses of AuthnErrorDetailSpec in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnErrorDetailSpecMethods in com.pingidentity.sdk.api.authn.spec that return types with arguments of type AuthnErrorDetailSpecModifier and TypeMethodDescriptionAuthnErrorGroup.getErrorDetails()Get the specs for error details that may be included with the top-level error.Methods in com.pingidentity.sdk.api.authn.spec with parameters of type AuthnErrorDetailSpecModifier and TypeMethodDescriptionAuthnActionSpec.Builder.errorDetail(AuthnErrorDetailSpec errorDetailSpec) Add an error detail spec.AuthnErrorGroup.Builder.errorDetail(AuthnErrorDetailSpec detailSpec) Add an error detail spec to the list.Method parameters in com.pingidentity.sdk.api.authn.spec with type arguments of type AuthnErrorDetailSpecModifier and TypeMethodDescriptionAuthnActionSpec.Builder.errorDetails(Collection<AuthnErrorDetailSpec> details) Add a collection of error detail specs.