Uses of Class
com.pingidentity.sdk.api.authn.exception.AuthnErrorException
-
Packages that use AuthnErrorException Package Description 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 AuthnErrorException in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that throw AuthnErrorException Modifier and Type Method Description ModelTypeAuthnActionSpec. 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 AuthnErrorException Modifier and Type Method Description <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.
-