Class DecryptionLookup

java.lang.Object
org.craftercms.commons.config.DecryptionLookup
All Implemented Interfaces:
org.apache.commons.configuration2.interpol.Lookup

public class DecryptionLookup extends Object implements org.apache.commons.configuration2.interpol.Lookup
Implementation of Lookup that decrypts the variable.
Author:
avasquez
  • Field Details

  • Constructor Details

    • DecryptionLookup

      public DecryptionLookup(TextEncryptor encryptor)
  • Method Details

    • lookup

      public Object lookup(String variable)
      Specified by:
      lookup in interface org.apache.commons.configuration2.interpol.Lookup