@ConfigurationProperties(value="oci")
public class OracleCloudAuthConfigurationProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TENANT_ID |
| Constructor and Description |
|---|
OracleCloudAuthConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.bmc.auth.SimpleAuthenticationDetailsProvider.SimpleAuthenticationDetailsProviderBuilder |
getBuilder() |
void |
setPassphrase(java.lang.String passphrase) |
void |
setPrivateKey(java.lang.String privateKey) |
void |
setPrivateKeyFile(io.micronaut.core.io.Readable privateKeyFile) |
public static final java.lang.String TENANT_ID
public OracleCloudAuthConfigurationProperties()
public com.oracle.bmc.auth.SimpleAuthenticationDetailsProvider.SimpleAuthenticationDetailsProviderBuilder getBuilder()
public void setPrivateKeyFile(io.micronaut.core.io.Readable privateKeyFile)
privateKeyFile - The private key location.public void setPrivateKey(java.lang.String privateKey)
privateKey - The private key as a stringpublic void setPassphrase(java.lang.String passphrase)
passphrase - Sets the passphrase