Modifier and Type | Method and Description |
---|---|
Credentials |
IdcContext.getCredentials() |
Modifier and Type | Method and Description |
---|---|
void |
IdcContext.setCredentials(Credentials credentials)
Set some credentials for this context.
|
Constructor and Description |
---|
IdcContext(Credentials credentials) |
IdcContext(String user,
Credentials credentials)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Credentials.AppIdClientCredentials
Credentials used for Jax-ws app_id
|
static interface |
Credentials.BasicCredentials
Credentials used for a Basic Auth SiteRequest
|
static interface |
Credentials.BearerTokenCredentials
Credentials used for a Bearer Token Auth SiteRequest
|
static interface |
Credentials.HeaderCredentials
Credentials used for HTTP Header
|
static interface |
Credentials.HttpClientCredentials
Credentials used for HttpClient
|
static interface |
Credentials.UserNameOnlyCredentials
Credentials for a user (needing no password)
|
Modifier and Type | Method and Description |
---|---|
Credentials |
CredentialsReference.getCredentials() |
Credentials |
Identity.getCredentials() |
Modifier and Type | Method and Description |
---|---|
static CredentialsType |
CredentialsType.getCredentialsType(Credentials credentials) |
void |
CredentialsReference.setCredentials(Credentials credentials) |
Constructor and Description |
---|
CredentialsReference(Credentials credentials) |
Modifier and Type | Class and Description |
---|---|
class |
AppIdClientCredentials
Credentials for use with the APP_ID, or scf_key technology
|
class |
BasicCredentials
Credentials to use for Basic Auth requests.
|
class |
BearerTokenCredentials
Credentials to use for Bearer Token Auth requests.
|
class |
HeaderCredentials
Credentials that write a custom HTTP Header
|
class |
UserNameOnlyCredentials |
Modifier and Type | Method and Description |
---|---|
Credentials |
BasicIdentity.getCredentials() |
Modifier and Type | Method and Description |
---|---|
void |
BasicIdentity.setCredentials(Credentials credentials) |
Constructor and Description |
---|
BasicIdentity(String name,
Credentials credentials)
Associate a user with some credentials
|
Modifier and Type | Method and Description |
---|---|
void |
RIDCHttpClient.setCredentials(String scope,
Credentials idcCredentials)
Set credentials for the connection
|
Modifier and Type | Method and Description |
---|---|
void |
HttpURLConnectionClient.setCredentials(String scope,
Credentials idcCredentials) |
Modifier and Type | Method and Description |
---|---|
void |
HttpOracleClient.setCredentials(String scope,
Credentials idcCredentials) |
Modifier and Type | Method and Description |
---|---|
protected void |
JaxWSServiceStack.applyCredentialsToRequest(String userName,
Map<String,Object> requestContext,
Credentials credentials) |