Uses of Class
com.pingidentity.sdk.api.authn.spec.AuthnErrorSpec
-
Packages that use AuthnErrorSpec Package Description com.pingidentity.sdk.api.authn.common Contains "spec" classes for states, actions, and errors that are shared across multiple API-capable plugins.com.pingidentity.sdk.api.authn.spec 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 AuthnErrorSpec Modifier and Type Field Description static AuthnErrorSpecCommonErrorSpec. INVALID_ACTION_IDThe top-level error returned when the API request is not valid for the current state of the flow.static AuthnErrorSpecCommonErrorSpec. INVALID_REQUESTThe top-level error returned when the request is invalid.static AuthnErrorSpecCommonErrorSpec. REGISTRATION_FAILEDThe top-level error returned when registration fails.static AuthnErrorSpecCommonErrorSpec. REQUEST_FAILEDThe top-level error returned when the request could not be completed.static AuthnErrorSpecCommonErrorSpec. RESOURCE_NOT_FOUNDThe top-level error returned when the API request is for a resource that does not exist.static AuthnErrorSpecCommonErrorSpec. UNEXPECTED_ERRORThe top-level error returned when an unexpected error occurs.static 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 AuthnErrorSpec Modifier and Type Method Description AuthnErrorSpecAuthnErrorSpec.Builder. build()Build the spec.AuthnErrorSpecAuthnErrorGroup. getError()Get the spec for the top-level error.Methods in com.pingidentity.sdk.api.authn.spec with parameters of type AuthnErrorSpec Modifier and Type Method Description AuthnActionSpec.Builder<ModelType>AuthnActionSpec.Builder. error(AuthnErrorSpec errorSpec)Add an error spec.AuthnErrorGroup.BuilderAuthnErrorGroup.Builder. error(AuthnErrorSpec errorSpec)Set the top-level error spec.
-