Package | Description |
---|---|
com.oracle.bmc.auth |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractRequestingAuthenticationDetailsProvider.CachingSessionKeySupplier
Helper class to cache the private key as bytes so we don’t have to parse it every time.
|
Modifier and Type | Field and Description |
---|---|
protected SessionKeySupplier |
AbstractRequestingAuthenticationDetailsProvider.Builder.sessionKeySupplier |
Modifier and Type | Method and Description |
---|---|
protected abstract P |
AbstractFederationClientAuthenticationDetailsProviderBuilder.buildProvider(SessionKeySupplier sessionKeySupplierToUse)
Build the actual provider.
|
protected InstancePrincipalsAuthenticationDetailsProvider |
InstancePrincipalsAuthenticationDetailsProvider.InstancePrincipalsAuthenticationDetailsProviderBuilder.buildProvider(SessionKeySupplier sessionKeySupplierToUse) |
B |
AbstractRequestingAuthenticationDetailsProvider.Builder.sessionKeySupplier(SessionKeySupplier sessionKeySupplier)
Configures the custom SessionKeySupplier to use.
|
Constructor and Description |
---|
AbstractRequestingAuthenticationDetailsProvider(com.oracle.bmc.auth.internal.FederationClient federationClient,
SessionKeySupplier sessionKeySupplier) |
CachingSessionKeySupplier(SessionKeySupplier delegate) |
Copyright © 2016–2019. All rights reserved.