Uses of Class
com.pingidentity.sdk.api.authn.exception.AuthnErrorException
Packages that use AuthnErrorException
Package
Description
Defines various "spec" classes for the Authentication API.
Defines various utility classes for handling Authentication API requests and generating responses.
-
Uses of AuthnErrorException in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that throw AuthnErrorExceptionModifier and TypeMethodDescriptionAuthnActionSpec.deserializeModel(javax.servlet.http.HttpServletRequest request) Deserialize the JSON body of an API request into an instance of the model for this action. -
Uses of AuthnErrorException in com.pingidentity.sdk.api.authn.util
Methods in com.pingidentity.sdk.api.authn.util that throw AuthnErrorExceptionModifier and TypeMethodDescription<ModelType>
ModelTypeAuthnApiSupport.deserializeAsModel(javax.servlet.http.HttpServletRequest request, Class<ModelType> modelClass) Deserialize the JSON body of an API request into an instance of the specified class.