public class OkeWorkloadIdentityCustomAuthenticator extends Object implements com.oracle.bmc.auth.BasicAuthenticationDetailsProvider, com.oracle.bmc.auth.RegionProvider, com.oracle.bmc.auth.RefreshableOnNotAuthenticatedProvider<String>
fs.oci.client.custom.authenticator
to com.oracle.bmc.hdfs.auth.OkeWorkloadIdentityCustomAuthenticator
.Constructor and Description |
---|
OkeWorkloadIdentityCustomAuthenticator(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
String |
getKeyId() |
String |
getPassPhrase() |
char[] |
getPassphraseCharacters() |
InputStream |
getPrivateKey() |
com.oracle.bmc.Region |
getRegion() |
String |
refresh() |
public OkeWorkloadIdentityCustomAuthenticator(Configuration conf)
conf
- Configuration
this is needed to be a valid constructor for a custom authenticatorpublic String getKeyId()
getKeyId
in interface com.oracle.bmc.auth.BasicAuthenticationDetailsProvider
public InputStream getPrivateKey()
getPrivateKey
in interface com.oracle.bmc.auth.BasicAuthenticationDetailsProvider
public String getPassPhrase()
getPassPhrase
in interface com.oracle.bmc.auth.BasicAuthenticationDetailsProvider
public char[] getPassphraseCharacters()
getPassphraseCharacters
in interface com.oracle.bmc.auth.BasicAuthenticationDetailsProvider
public String refresh()
refresh
in interface com.oracle.bmc.auth.RefreshableOnNotAuthenticatedProvider<String>
public com.oracle.bmc.Region getRegion()
getRegion
in interface com.oracle.bmc.auth.RegionProvider
Copyright © 2016–2025. All rights reserved.