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.request.RevocationRequest

Packages that use RevocationRequest

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 RevocationRequest in oracle.security.idaas.oauth.sdk

  Methods in oracle.security.idaas.oauth.sdkwith parameters of type RevocationRequest

 RevocationResponse OAuthClient.terminateToken(RevocationRequest request)
          Terminates a Token and returns the result.

 

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

  Methods in oracle.security.idaas.oauth.sdk.httpwith parameters of type RevocationRequest

 RevocationResponse OAuthRestClient.terminateToken(RevocationRequest request)
           

 

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

  Methods in oracle.security.idaas.oauth.sdk.jerseywith parameters of type RevocationRequest

 RevocationResponse JerseyClient.terminateToken(RevocationRequest request)
           

 


Skip navigation links

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