public interface AuthenticationDetailsProvider extends BasicAuthenticationDetailsProvider
Interface defining a BasicAuthenticationDetailsProvider that also provides the individual components used to create the keyId.
The BasicAuthenticationDetailsProvider.getKeyId()
method should be implemented as "tentantId/userId/fingerprint". See docs for more
information.
Modifier and Type | Method and Description |
---|---|
String |
getFingerprint()
Returns the fingerprint of the key being used.
|
String |
getTenantId()
Returns the tenant OCID.
|
String |
getUserId()
Returns the user OCID.
|
getKeyId, getPassPhrase, getPassphraseCharacters, getPrivateKey
Copyright © 2016–2024. All rights reserved.