Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnError
-
Packages that use AuthnError Package Description com.pingidentity.sdk.api.authn.exception Contains exceptions that are used by the Authentication API SDK classes.com.pingidentity.sdk.api.authn.model Contains the core set of models for the Authentication API.com.pingidentity.sdk.api.authn.model.state Contains the models for various shared Authentication API states.com.pingidentity.sdk.api.authn.spec Defines various "spec" classes for the Authentication API.com.pingidentity.sdk.api.authn.util 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 AuthnError Modifier and Type Method Description AuthnErrorAuthnErrorException. 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 AuthnError Constructor Description AuthnErrorException(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 Modifier and Type Method Description AuthnErrorAuthnError.Builder. build()Create the authn error. -
Uses of AuthnError in com.pingidentity.sdk.api.authn.model.state
Methods in com.pingidentity.sdk.api.authn.model.state that return AuthnError Modifier and Type Method Description AuthnErrorOAuthDeviceUserCodeRequired. getAuthnError()Methods in com.pingidentity.sdk.api.authn.model.state with parameters of type AuthnError Modifier and Type Method Description voidOAuthDeviceUserCodeRequired. setAuthnError(AuthnError authnError) -
Uses of AuthnError in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnError Modifier and Type Method Description AuthnErrorAuthnErrorSpec. 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 AuthnError Modifier and Type Method Description voidAuthnApiSupport. writeErrorResponse(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, AuthnError authnError)Writes anAuthnErrorto the servlet response.
-