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 Summary
Constructors Constructor Description CustomerAuthenticationDetailsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKeyId()
Returns the keyId used to sign requests.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.auth.AuthenticationDetailsProvider
getFingerprint, getTenantId, getUserId
-
Methods inherited from interface com.oracle.bmc.auth.BasicAuthenticationDetailsProvider
getPassPhrase, getPassphraseCharacters, getPrivateKey
-
-
-
-
Method Detail
-
getKeyId
public String getKeyId()
Description copied from interface:BasicAuthenticationDetailsProvider
Returns the keyId used to sign requests.- Specified by:
getKeyId
in interfaceBasicAuthenticationDetailsProvider
- Returns:
- The keyId.
-
-