Uses of Interface
com.oracle.bmc.auth.internal.FederationClient
-
Packages that use FederationClient Package Description com.oracle.bmc.auth com.oracle.bmc.auth.internal -
-
Uses of FederationClient in com.oracle.bmc.auth
Fields in com.oracle.bmc.auth declared as FederationClient Modifier and Type Field Description protected FederationClient
AbstractRequestingAuthenticationDetailsProvider.Builder. federationClient
protected FederationClient
AbstractRequestingAuthenticationDetailsProvider. federationClient
Methods in com.oracle.bmc.auth that return FederationClient Modifier and Type Method Description protected FederationClient
AbstractFederationClientAuthenticationDetailsProviderBuilder. createFederationClient(SessionKeySupplier sessionKeySupplier)
Create the federation client.protected FederationClient
ResourcePrincipalAuthenticationDetailsProvider.ResourcePrincipalAuthenticationDetailsProviderBuilder. createFederationClient(SessionKeySupplier sessionKeySupplier)
protected static FederationClient
ResourcePrincipalAuthenticationDetailsProvider. getFederationClientFromRpst(String ociResourcePrincipalRpst, String inputType, SessionKeySupplier sessionKeySupplier)
Constructors in com.oracle.bmc.auth with parameters of type FederationClient Constructor Description AbstractRequestingAuthenticationDetailsProvider(FederationClient federationClient, SessionKeySupplier sessionKeySupplier)
ResourcePrincipalAuthenticationDetailsProvider(FederationClient federationClient, SessionKeySupplier sessionKeySupplier, Region region)
Constructor of ResourcePrincipalAuthenticationDetailsProvider. -
Uses of FederationClient in com.oracle.bmc.auth.internal
Classes in com.oracle.bmc.auth.internal that implement FederationClient Modifier and Type Class 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
ResourcePrincipalsV3FederationClient
This class gets a security token from the auth service by fetching the RPST1 and then passing along the RPST1 to get RPT2 and further get security token RPST2 from the auth service, this nested fetching of security token continues for 10 levels or when the opc-parent-url header in the rpt response is the same as the rpt endpointclass
ResourcePrincipalV2FederationClient
This class gets a security token from the auth service by signing the request with the provided private key.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.
-