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 classIncorrectCredentialsExceptionA sub-class ofResourceExceptionrepresenting an attempt to login using incorrect credentials.classInvalidAuthenticationExceptionThrown when the Authentication credentials (or access_token for OAuth requests) cannot be found in thehttpRequest.classInvalidCredentialsExceptionA sub-class ofResourceExceptionrepresenting an attempt to login using an malformed credentials.classMissingCredentialsExceptionThrown when the an Authentication Request lacks a ClientCredentials.classUnsupportedAuthenticationSchemeExceptionA sub-class ofResourceExceptionrepresenting an authentication scheme not supported by Okta.
-