Package com.oracle.bmc.auth
Class CustomerAuthenticationDetailsProvider
- java.lang.Object
- 
- com.oracle.bmc.auth.CustomerAuthenticationDetailsProvider
 
- 
- All Implemented Interfaces:
- AbstractAuthenticationDetailsProvider,- AuthenticationDetailsProvider,- BasicAuthenticationDetailsProvider
 - Direct Known Subclasses:
- SimpleAuthenticationDetailsProvider
 
 public abstract class CustomerAuthenticationDetailsProvider extends Object implements AuthenticationDetailsProvider 
- 
- 
Constructor SummaryConstructors Constructor Description CustomerAuthenticationDetailsProvider()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyId()Returns the keyId used to sign requests.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.auth.AuthenticationDetailsProvidergetFingerprint, getTenantId, getUserId
 - 
Methods inherited from interface com.oracle.bmc.auth.BasicAuthenticationDetailsProvidergetPassPhrase, getPassphraseCharacters, getPrivateKey
 
- 
 
- 
- 
- 
Method Detail- 
getKeyIdpublic String getKeyId() Description copied from interface:BasicAuthenticationDetailsProviderReturns the keyId used to sign requests.- Specified by:
- getKeyIdin interface- BasicAuthenticationDetailsProvider
- Returns:
- The keyId.
 
 
- 
 
-