|
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OAuthTokenResponse
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.response | Provides all response classes. |
Uses of OAuthTokenResponse in oracle.security.idaas.oauth.sdk
Methods in oracle.security.idaas.oauth.sdkthat return OAuthTokenResponse
OAuthTokenResponse |
OAuthClient.createToken(OAuthTokenRequest request) Returns a formated response including the token information or an error. |
Uses of OAuthTokenResponse in oracle.security.idaas.oauth.sdk.http
Methods in oracle.security.idaas.oauth.sdk.httpthat return OAuthTokenResponse
OAuthTokenResponse |
OAuthRestClient.createToken(OAuthTokenRequest request) Returns a token based on the parameter set in the request. |
Uses of OAuthTokenResponse in oracle.security.idaas.oauth.sdk.jersey
Methods in oracle.security.idaas.oauth.sdk.jerseythat return OAuthTokenResponse
OAuthTokenResponse |
JerseyClient.createToken(OAuthTokenRequest request) |
Uses of OAuthTokenResponse in oracle.security.idaas.oauth.sdk.response
Subclasses of OAuthTokenResponsein oracle.security.idaas.oauth.sdk.response
class |
AccessTokenResponse Class handling an Access token response. |
class |
ClientAssertionTokenResponse Class handling a Client Assertion Token response. |
class |
OAMCredentialsTokenResponse Class handling an OAM Access token response. |
class |
RevocationResponse Class handling an Access token response. |
class |
UserAssertionTokenResponse Class handling a User Assertion Token response. |
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |