Interface ValueEncryptionPlugin

  • All Superinterfaces:
    Plugin

    public interface ValueEncryptionPlugin
    extends Plugin
    Encrypts a sensitive configuration parameter value.
    • Method Detail

      • isEnabled

        boolean isEnabled()
        When a value needs to be encrypted, the first enabled encryption plugin is used. Via this method plugin implementations can report whether they are configured properly and can be used.
        Returns:
        true if Encryption plugin is configured properly.