Uses of Class
com.okta.sdk.resource.ResourceException
-
Packages that use ResourceException Package Description com.okta.sdk.error.authc -
-
Uses of ResourceException in com.okta.sdk.error.authc
Subclasses of ResourceException in com.okta.sdk.error.authc Modifier and Type Class Description class
IncorrectCredentialsException
A sub-class ofResourceException
representing an attempt to login using incorrect credentials.class
InvalidAuthenticationException
Thrown when the Authentication credentials (or access_token for OAuth requests) cannot be found in thehttpRequest
.class
InvalidCredentialsException
A sub-class ofResourceException
representing an attempt to login using an malformed credentials.class
MissingCredentialsException
Thrown when the an Authentication Request lacks a ClientCredentials.class
UnsupportedAuthenticationSchemeException
A sub-class ofResourceException
representing an authentication scheme not supported by Okta.
-