Interface PasswordEncrypting

All Known Implementing Classes:
DatabaseUsers, MemoryUsers

public interface PasswordEncrypting
Credentials managers that can encrypt passwords implement this interface. The authentication element deployer will pass them a password encryptor based on the element configuration.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the password encryptor to use to encrypt this credentials manager's passwords.
  • Method Details

    • setPasswordEncryptor

      void setPasswordEncryptor(StringEncryptor passwordEncryptor)
      Sets the password encryptor to use to encrypt this credentials manager's passwords.
      Parameters:
      passwordEncryptor - the password encryptor that will be used
      Since:
      1.0