Uses of Class
com.oracle.bmc.auth.internal.AbstractFederationClient
-
Packages that use AbstractFederationClient Package Description com.oracle.bmc.auth.internal -
-
Uses of AbstractFederationClient in com.oracle.bmc.auth.internal
Subclasses of AbstractFederationClient in com.oracle.bmc.auth.internal Modifier and Type Class Description 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.
-