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 Package
oracle.security.idaas.oauth.sdk.request

Packages that use oracle.security.idaas.oauth.sdk.request

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. 
oracle.security.idaas.oauth.sdk.request Provides all request classes. 

 

Classes in oracle.security.idaas.oauth.sdk.request used by oracle.security.idaas.oauth.sdk

AccessTokenValidationRequest
          Class dedicated to the Token Validation request.
There are 2 ways to validate a token depending on the client information the user gets.
OAuthTokenRequest
          Class dedicated to Token request.
RevocationRequest
          Class dedicated to terminate a token.
There are 2 ways to terminate a token depending on the client information the user gets.

 

Classes in oracle.security.idaas.oauth.sdk.request used by oracle.security.idaas.oauth.sdk.http

AccessTokenValidationRequest
          Class dedicated to the Token Validation request.
There are 2 ways to validate a token depending on the client information the user gets.
OAuthTokenRequest
          Class dedicated to Token request.
RevocationRequest
          Class dedicated to terminate a token.
There are 2 ways to terminate a token depending on the client information the user gets.

 

Classes in oracle.security.idaas.oauth.sdk.request used by oracle.security.idaas.oauth.sdk.jersey

AccessTokenValidationRequest
          Class dedicated to the Token Validation request.
There are 2 ways to validate a token depending on the client information the user gets.
OAuthTokenRequest
          Class dedicated to Token request.
RevocationRequest
          Class dedicated to terminate a token.
There are 2 ways to terminate a token depending on the client information the user gets.

 

Classes in oracle.security.idaas.oauth.sdk.request used by oracle.security.idaas.oauth.sdk.request

OAuthRestRequest
          Generic class managing header and query parameters to be used in an OAuth Request.
OAuthTokenRequest
          Class dedicated to Token request.

 


Skip navigation links

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