|
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 ClientIdSecretPair
oracle.security.idaas.oauth.sdk.request | Provides all request classes. |
Uses of ClientIdSecretPair in oracle.security.idaas.oauth.sdk.request
Methods in oracle.security.idaas.oauth.sdk.requestthat return ClientIdSecretPair
ClientIdSecretPair |
AccessTokenRequest.getClientCredentials() Returns the client id and secret. |
ClientIdSecretPair |
AccessTokenValidationRequest.getClientCredentials() Returns the client id and secret. |
ClientIdSecretPair |
ClientAssertionTokenRequest.getClientCredentials() Returns the client Id and =secret. |
ClientIdSecretPair |
OAMCredentialsTokenRequest.getClientCredentials() Returns the class encapsulating the client id and secret. |
ClientIdSecretPair |
RevocationRequest.getClientCredentials() Returns the client id and secret. |
ClientIdSecretPair |
UserAssertionTokenRequest.getClientCredentials() Returns the client id and secret. |
Methods in oracle.security.idaas.oauth.sdk.requestwith parameters of type ClientIdSecretPair
void |
AccessTokenRequest.setClientCredentials(ClientIdSecretPair clientCredentials) Updates the client id and secret |
void |
AccessTokenValidationRequest.setClientCredentials(ClientIdSecretPair clientCredentials) Updates the client id and secret |
void |
ClientAssertionTokenRequest.setClientCredentials(ClientIdSecretPair clientCredentials) Updates the client id and secret. |
void |
OAMCredentialsTokenRequest.setClientCredentials(ClientIdSecretPair clientCredentials) Updates the client Id and secret. |
void |
RevocationRequest.setClientCredentials(ClientIdSecretPair clientCredentials) Updates the client id and secret |
void |
UserAssertionTokenRequest.setClientCredentials(ClientIdSecretPair clientCredentials) Update the client Id and secret. |
Constructors in oracle.security.idaas.oauth.sdk.requestwith parameters of type ClientIdSecretPair
AccessTokenRequest(java.lang.String grantType, ClientIdSecretPair clientCredentials, java.lang.String scope) Constructor dedicated to AT5 case: Confidential Client to use Client Secret to acquire a JWT-based Resource Access Token (AT) (which does not require a user identity) |
AccessTokenRequest(java.lang.String grantType, ClientIdSecretPair clientCredentials, java.lang.String assertion, java.lang.String scope) Constructor dedicated to AT4 case: Confidential Client to use Client Secret and User Assertion Token (SAML / JWT based) to acquire a JWT-based Resource Access Token (AT) |
AccessTokenRequest(java.lang.String grantType, ClientIdSecretPair clientCredentials, java.lang.String username, java.lang.String password, java.lang.String scope) Constructor dedicated to AT3 case: Confidential Client to use Client Secret and User Pwd to acquire a JWT-based Resource Access Token (AT) |
AccessTokenValidationRequest(ClientIdSecretPair clientCredentials, java.lang.String grantType, java.lang.String assertion, java.lang.String scope, java.lang.String attrsRetrieval) Initializes the OAuth Token Validation request using Client Secret (e.g. |
ClientAssertionTokenRequest(ClientIdSecretPair clientCredentials) [CT.1] Confidential Client to use Client Secret to acquire Client Assertion Token (CT) |
OAMCredentialsTokenRequest(ClientIdSecretPair clientCredentials, OracleUserCredentials oracleUserCredentials, java.lang.String scope, java.lang.String oamAuthenResource) (2a) Initializes the OAM Credentials Token Request to obtain a JWT Access Token using Client Credentials. |
OAMCredentialsTokenRequest(ClientIdSecretPair clientCredentials, java.lang.String oamAuthenResource) (1a) Initializes the OAM Credentials Token Request to obtain a JWT User Token using Client Credentials. |
OAMCredentialsTokenRequest(ClientIdSecretPair clientCredentials, java.lang.String oracleRequestAssertions, OracleUserCredentials oracleUserCredentials, java.lang.String oamAuthenResource) (3a) and (4a) Initializes the OAM Credentials Token Request to obtain an OAM User Token and an OAM Master Token when the oracleRequestAssertions is null. |
OAMCredentialsTokenRequest(ClientIdSecretPair clientCredentials, java.lang.String oracleRequestAssertions, java.lang.String userAssertion, java.lang.String userAssertionType, java.lang.String oamAuthenResource) (3b) and (4b) Initializes the OAM Credentials Token Request to obtain an OAM User Token and an OAM Master Token when the oracleRequestAssertions is null. |
OAMCredentialsTokenRequest(ClientIdSecretPair clientCredentials, java.lang.String userAssertion, java.lang.String userAssertionType, java.lang.String applicationContext, java.net.URL applicationResource) (5a)Initializes the OAM Credentials Token Request to obtain an OAM Access Token. |
RevocationRequest(java.lang.String grantType, java.lang.String assertion, ClientIdSecretPair clientCredentials) Constructor dedicated to request the termination of a token using a client credentials. |
UserAssertionTokenRequest(ClientIdSecretPair clientCredentials, java.lang.String userName, java.lang.String password) [UT.1] Confidential Client to use Client Secret and User Password to acquire a JWT-based User Assertion Token (UT) |
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |