Uses of Class
com.pingidentity.sdk.api.authn.spec.AuthnErrorSpec
Packages that use AuthnErrorSpec
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 AuthnErrorSpec in com.pingidentity.sdk.api.authn.common
Fields in com.pingidentity.sdk.api.authn.common declared as AuthnErrorSpecModifier and TypeFieldDescriptionstatic final AuthnErrorSpecCommonErrorSpec.INVALID_ACTION_IDThe top-level error returned when the API request is not valid for the current state of the flow.static final AuthnErrorSpecCommonErrorSpec.INVALID_REQUESTThe top-level error returned when the request is invalid.static final AuthnErrorSpecCommonErrorSpec.REGISTRATION_FAILEDThe top-level error returned when registration fails.static final AuthnErrorSpecCommonErrorSpec.REQUEST_FAILEDThe top-level error returned when the request could not be completed.static final AuthnErrorSpecCommonErrorSpec.RESOURCE_NOT_FOUNDThe top-level error returned when the API request is for a resource that does not exist.static final AuthnErrorSpecCommonErrorSpec.UNEXPECTED_ERRORThe top-level error returned when an unexpected error occurs.static final AuthnErrorSpecCommonErrorSpec.VALIDATION_ERRORThe top-level error returned when one or more validation errors occurred while processing the request. -
Uses of AuthnErrorSpec in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnErrorSpecModifier and TypeMethodDescriptionAuthnErrorSpec.Builder.build()Build the spec.AuthnErrorGroup.getError()Get the spec for the top-level error.Methods in com.pingidentity.sdk.api.authn.spec with parameters of type AuthnErrorSpecModifier and TypeMethodDescriptionAuthnActionSpec.Builder.error(AuthnErrorSpec errorSpec) Add an error spec.AuthnErrorGroup.Builder.error(AuthnErrorSpec errorSpec) Set the top-level error spec.