Skip navigation links

Oracle Fusion Middleware Java API Reference for the Oracle Access Management OAuth Service
11g Release 2 Patch Set 3 (11.1.2.3)

E59498-01


Uses of Class
oracle.security.idaas.oauth.sdk.OAuthSdkException

Packages that use OAuthSdkException

oracle.security.idaas.oauth.sdk Provides classes and interface to handle request and response to the the OAuth server. 
oracle.security.idaas.oauth.sdk.http Contains the class implementing the Client Rest interface and all the classes need to handle an HTTP request. 
oracle.security.idaas.oauth.sdk.jersey Contains the class implementing the OAuthClient interface via a Jersey Client. 

 

Uses of OAuthSdkException in oracle.security.idaas.oauth.sdk

  Methods in oracle.security.idaas.oauth.sdkthat throw OAuthSdkException

 OAuthTokenResponse OAuthClient.createToken(OAuthTokenRequest request)
          Returns a formated response including the token information or an error.
 RevocationResponse OAuthClient.terminateToken(RevocationRequest request)
          Terminates a Token and returns the result.
 AccessTokenValidationResponse OAuthClient.validateToken(AccessTokenValidationRequest request)
          Returns a formated response including the token validation or an error.

 

Uses of OAuthSdkException in oracle.security.idaas.oauth.sdk.http

  Methods in oracle.security.idaas.oauth.sdk.httpthat throw OAuthSdkException

 OAuthTokenResponse OAuthRestClient.createToken(OAuthTokenRequest request)
          Returns a token based on the parameter set in the request.
 RevocationResponse OAuthRestClient.terminateToken(RevocationRequest request)
           
 AccessTokenValidationResponse OAuthRestClient.validateToken(AccessTokenValidationRequest request)
          Returns the result of the token validation.

 

Uses of OAuthSdkException in oracle.security.idaas.oauth.sdk.jersey

  Methods in oracle.security.idaas.oauth.sdk.jerseythat throw OAuthSdkException

 OAuthTokenResponse JerseyClient.createToken(OAuthTokenRequest request)
           
 RevocationResponse JerseyClient.terminateToken(RevocationRequest request)
           
 AccessTokenValidationResponse JerseyClient.validateToken(AccessTokenValidationRequest request)
           

 


Skip navigation links

Copyright (c) 2014, 2015,
Oracle and/or its affiliates. All Rights Reserved.