Class NoOpTextEncryptor

  • All Implemented Interfaces:
    TextEncryptor, org.springframework.beans.factory.InitializingBean

    public class NoOpTextEncryptor
    extends Object
    implements TextEncryptor, org.springframework.beans.factory.InitializingBean
    TextEncryptor that does not actually encrypt or decrypt the text at all. Useful for development environments, but should completely be disregarded in production environments. That's why and warning is issued during post construct
    Author:
    avasquez
    • Constructor Detail

      • NoOpTextEncryptor

        public NoOpTextEncryptor()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean