Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnError
Packages that use AuthnError
Package
Description
Contains exceptions that are used by the Authentication API SDK classes.
Contains the core set of models for the Authentication API.
Contains the models for various shared Authentication API states.
Defines various "spec" classes for the Authentication API.
Defines various utility classes for handling Authentication API requests and generating responses.
-
Uses of AuthnError in com.pingidentity.sdk.api.authn.exception
Methods in com.pingidentity.sdk.api.authn.exception that return AuthnErrorModifier and TypeMethodDescriptionAuthnErrorException.getValidationError()The authentication API model representing a validation error of the JSON body of an API request against the expected API model class.Constructors in com.pingidentity.sdk.api.authn.exception with parameters of type AuthnErrorModifierConstructorDescriptionAuthnErrorException(AuthnError validationError) Create an instance of AuthnErrorException. -
Uses of AuthnError in com.pingidentity.sdk.api.authn.model
Methods in com.pingidentity.sdk.api.authn.model that return AuthnError -
Uses of AuthnError in com.pingidentity.sdk.api.authn.model.state
Methods in com.pingidentity.sdk.api.authn.model.state that return AuthnErrorMethods in com.pingidentity.sdk.api.authn.model.state with parameters of type AuthnErrorModifier and TypeMethodDescriptionvoidOAuthDeviceUserCodeRequired.setAuthnError(AuthnError authnError) -
Uses of AuthnError in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnErrorModifier and TypeMethodDescriptionAuthnErrorSpec.makeInstance()Get an instance ofAuthnErrorbased on the parameters in this spec. -
Uses of AuthnError in com.pingidentity.sdk.api.authn.util
Methods in com.pingidentity.sdk.api.authn.util with parameters of type AuthnErrorModifier and TypeMethodDescriptionvoidAuthnApiSupport.writeErrorResponse(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, AuthnError authnError) Writes anAuthnErrorto the servlet response.