Class EncryptionConfiguration


  • @Configuration
    public class EncryptionConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder bCryptPasswordEncoder()  
      void configureGlobal​(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)  
      org.jasypt.encryption.pbe.StandardPBEStringEncryptor standardPBEStringEncryptor()  
      • Methods inherited from class java.lang.Object

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

      • EncryptionConfiguration

        public EncryptionConfiguration()
    • Method Detail

      • standardPBEStringEncryptor

        @Bean
        public org.jasypt.encryption.pbe.StandardPBEStringEncryptor standardPBEStringEncryptor()
      • bCryptPasswordEncoder

        @Bean
        public org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder bCryptPasswordEncoder()
      • configureGlobal

        @Autowired
        public void configureGlobal​(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception