Uses of Class
com.ibm.oauth.core.api.error.OAuthException
Packages that use OAuthException
Package
Description
-
Uses of OAuthException in com.ibm.oauth.core.api.error
Subclasses of OAuthException in com.ibm.oauth.core.api.errorModifier and TypeClassDescriptionclassRepresents an exception while processing OAuth component configuration.class -
Uses of OAuthException in com.ibm.oauth.core.api.error.oauth20
Subclasses of OAuthException in com.ibm.oauth.core.api.error.oauth20Modifier and TypeClassDescriptionclassRepresents an exception while processing OAuth 2.0 request and response.classRepresents an authorization exception to access protected resources.classRepresents an illegal authorization code exception presented by a client.classRepresents a bad parameter format exception presented in OAuth request.classRepresents a duplicated parameter exception in OAuth request.classRepresents an exception while processing OAuth 2.0 request and response.classRepresents an OAuth service provider internal exception while processing OAuth request.classRepresents an invalid client exception in an OAuth request.classRepresents an invalid client secret exception in an OAuth request.classRepresents an invalid or not supported grant type in an OAuth request.classRepresents an invalid redirect URI exception in an OAuth request.classRepresents an invalid response type exception in an OAuth request.classRepresents an invalid request scope exception in an OAuth request.classRepresents an invalid token exception in an OAuth request.classRepresents an invalid token request method exception in an OAuth request.classRepresents a mediation exception in an OAuth request.classRepresents a mismatch exception that the client ID does not match the authenticated client.classRepresents an error that occurs when the redirect URI passed in the request to the token endpoint does not match the redirect URI associated with the grant.classRepresents a missing request parameter exception.classRepresents an access denied exception for public client when trying to use the client_credentials grant type.classRepresents an access denied exception for public client.classRepresents a refresh token exception due to mismatched client.Methods in com.ibm.oauth.core.api.error.oauth20 with parameters of type OAuthExceptionModifier and TypeMethodDescriptionstatic StringOAuth20ExceptionUtil.getMessage(OAuthException e, Locale locale) Preserved for compatibility, calls new signaturestatic StringOAuth20ExceptionUtil.getMessage(OAuthException e, Locale locale, String encoding) Get the appropriate error message for the given exception -
Uses of OAuthException in com.ibm.oauth.core.api.oauth20.mediator
Methods in com.ibm.oauth.core.api.oauth20.mediator with parameters of type OAuthExceptionModifier and TypeMethodDescriptionvoidOAuth20Mediator.mediateAuthorizeException(AttributeList attributeList, OAuthException exception) This method is called by the core component when protocol exception happens to allow any post custom processing by the component consumer in processAuthorization method.voidOAuth20Mediator.mediateResourceException(AttributeList attributeList, OAuthException exception) This method is called by the core component when protocol exception happens to allow any post custom processing by the component consumer in processResourceRequest method.voidOAuth20Mediator.mediateTokenException(AttributeList attributeList, OAuthException exception) This method is called by the core component when protocol exception happens to allow any post custom processing by the component consumer in processTokenRequest method.