Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.oauth.core.api.error.OAuthException

  • Packages that use OAuthException 
    Package Description
    com.ibm.oauth.core.api.error  
    com.ibm.oauth.core.api.error.oauth20  
    com.ibm.oauth.core.api.oauth20.mediator  
    • Uses of OAuthException in com.ibm.oauth.core.api.error

      Subclasses of OAuthException in com.ibm.oauth.core.api.error 
      Modifier and Type Class and Description
      class  OAuthConfigurationException
      Represents an exception while processing OAuth component configuration.
      class  OidcServerException 
    • Uses of OAuthException in com.ibm.oauth.core.api.error.oauth20

      Subclasses of OAuthException in com.ibm.oauth.core.api.error.oauth20 
      Modifier and Type Class and Description
      class  InvalidGrantException
      Represents an exception while processing OAuth 2.0 request and response.
      class  OAuth20AccessDeniedException
      Represents an authorization exception to access protected resources.
      class  OAuth20AuthorizationCodeInvalidClientException
      Represents an illegal authorization code exception presented by a client.
      class  OAuth20BadParameterFormatException
      Represents a bad parameter format exception presented in OAuth request.
      class  OAuth20DuplicateParameterException
      Represents a duplicated parameter exception in OAuth request.
      class  OAuth20Exception
      Represents an exception while processing OAuth 2.0 request and response.
      class  OAuth20InternalException
      Represents an OAuth service provider internal exception while processing OAuth request.
      class  OAuth20InvalidClientException
      Represents an invalid client exception in an OAuth request.
      class  OAuth20InvalidClientSecretException
      Represents an invalid client secret exception in an OAuth request.
      class  OAuth20InvalidGrantTypeException
      Represents an invalid or not supported grant type in an OAuth request.
      class  OAuth20InvalidRedirectUriException
      Represents an invalid redirect URI exception in an OAuth request.
      class  OAuth20InvalidResponseTypeException
      Represents an invalid response type exception in an OAuth request.
      class  OAuth20InvalidScopeException
      Represents an invalid request scope exception in an OAuth request.
      class  OAuth20InvalidTokenException
      Represents an invalid token exception in an OAuth request.
      class  OAuth20InvalidTokenRequestMethodException
      Represents an invalid token request method exception in an OAuth request.
      class  OAuth20MediatorException
      Represents a mediation exception in an OAuth request.
      class  OAuth20MismatchedClientAuthenticationException
      Represents a mismatch exception that the client ID does not match the authenticated client.
      class  OAuth20MismatchedRedirectUriException
      Represents 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.
      class  OAuth20MissingParameterException
      Represents a missing request parameter exception.
      class  OAuth20PublicClientCredentialsException
      Represents an access denied exception for public client when trying to use the client_credentials grant type.
      class  OAuth20PublicClientForbiddenException
      Represents an access denied exception for public client.
      class  OAuth20RefreshTokenInvalidClientException
      Represents a refresh token exception due to mismatched client.
      Methods in com.ibm.oauth.core.api.error.oauth20 with parameters of type OAuthException 
      Modifier and Type Method and Description
      static java.lang.String OAuth20ExceptionUtil.getMessage(OAuthException e, java.util.Locale locale)
      Preserved for compatibility, calls new signature
      static java.lang.String OAuth20ExceptionUtil.getMessage(OAuthException e, java.util.Locale locale, java.lang.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 OAuthException 
      Modifier and Type Method and Description
      void OAuth20Mediator.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.
      void OAuth20Mediator.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.
      void OAuth20Mediator.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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes