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.oauth20.OAuth20MediatorException

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

      Methods in com.ibm.oauth.core.api.oauth20.mediator that throw OAuth20MediatorException 
      Modifier and Type Method and Description
      void OAuth20Mediator.mediateAuthorize(AttributeList attributeList)
      This method is called by the core component after basic message validation and processing to allow any post custom processing by the component consumer in processAuthorization method.
      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.mediateResource(AttributeList attributeList)
      This method is called by the core component after basic message validation and processing to allow any post custom processing by the component consumer in processResourceRequest 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.mediateToken(AttributeList attributeList)
      This method is called by the core component after basic message validation and processing to allow any post custom processing by the component consumer in processTokenRequest 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