Package | Description |
---|---|
com.oracle.bmc.auth | |
com.oracle.bmc.auth.internal |
Modifier and Type | Field and Description |
---|---|
protected FederationClient |
AbstractRequestingAuthenticationDetailsProvider.federationClient |
protected FederationClient |
AbstractRequestingAuthenticationDetailsProvider.Builder.federationClient |
Modifier and Type | Method and Description |
---|---|
protected FederationClient |
ResourcePrincipalAuthenticationDetailsProvider.ResourcePrincipalAuthenticationDetailsProviderBuilder.createFederationClient(SessionKeySupplier sessionKeySupplier) |
protected FederationClient |
AbstractFederationClientAuthenticationDetailsProviderBuilder.createFederationClient(SessionKeySupplier sessionKeySupplier)
Create the federation client.
|
Constructor and Description |
---|
AbstractRequestingAuthenticationDetailsProvider(FederationClient federationClient,
SessionKeySupplier sessionKeySupplier) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFederationClient
This class gets a security token from the auth service by signing the request with a PKI issued
leaf certificate, passing along a temporary public key that is bounded to the the security token,
and the leaf certificate.
|
class |
FileBasedResourcePrincipalFederationClient
This class gets a security token from file.
|
class |
FixedContentResourcePrincipalFederationClient
This class returns a security token, supplied as a fixed value.
|
class |
ResourcePrincipalsFederationClient
This class gets a security token from the auth service by signing the request with a PKI issued
leaf certificate, passing along a temporary public key that is bounded to the the security token,
and the leaf certificate.
|
class |
X509FederationClient
This class gets a security token from the auth service by signing the request with a PKI issued
leaf certificate, passing along a temporary public key that is bounded to the the security token,
and the leaf certificate.
|
Copyright © 2016–2023. All rights reserved.