Class SecretStoreBasedAuthCredentials


  • public final class SecretStoreBasedAuthCredentials
    extends AuthCredentials
    Secret store based authentication credentials.
    • Constructor Detail

      • SecretStoreBasedAuthCredentials

        public SecretStoreBasedAuthCredentials()
    • Method Detail

      • secretStoreResource

        public SecretStoreResource secretStoreResource()
        Get the secretStoreResource property: Secret store resource.
        Returns:
        the secretStoreResource value.
      • withSecretStoreResource

        public SecretStoreBasedAuthCredentials withSecretStoreResource​(SecretStoreResource secretStoreResource)
        Set the secretStoreResource property: Secret store resource.
        Parameters:
        secretStoreResource - the secretStoreResource value to set.
        Returns:
        the SecretStoreBasedAuthCredentials object itself.