Class SecretCredentialsManagerImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      SecretCredentialsManagerImpl​(java.lang.String secretName, java.lang.String secretEnabled, java.lang.String username, java.lang.String password)
      Instantiates a new secret credentials manager.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()
      Gets the password.
      protected com.amazonaws.secretsmanager.caching.SecretCache getSecretCache()
      Gets the secret cache.
      java.lang.String getUsername()
      Gets the username.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecretCredentialsManagerImpl

        public SecretCredentialsManagerImpl​(java.lang.String secretName,
                                            java.lang.String secretEnabled,
                                            java.lang.String username,
                                            java.lang.String password)
        Instantiates a new secret credentials manager.
        Parameters:
        secretName - the secret name
        secretEnabled - the secret enabled
        username - the username
        password - the password