Uses of Interface
com.ulisesbocchio.jasyptspringboot.EncryptablePropertyDetector
-
-
Uses of EncryptablePropertyDetector in com.ulisesbocchio.jasyptspringboot.configuration
Methods in com.ulisesbocchio.jasyptspringboot.configuration that return EncryptablePropertyDetector Modifier and Type Method Description EncryptablePropertyDetectorEncryptablePropertyResolverConfiguration. encryptablePropertyDetector(EnvCopy envCopy, org.springframework.beans.factory.BeanFactory bf)encryptablePropertyDetector.Methods in com.ulisesbocchio.jasyptspringboot.configuration with parameters of type EncryptablePropertyDetector Modifier and Type Method Description EncryptablePropertyResolverEncryptablePropertyResolverConfiguration. encryptablePropertyResolver(EncryptablePropertyDetector propertyDetector, org.jasypt.encryption.StringEncryptor encryptor, org.springframework.beans.factory.BeanFactory bf, EnvCopy envCopy, org.springframework.core.env.ConfigurableEnvironment environment)encryptablePropertyResolver. -
Uses of EncryptablePropertyDetector in com.ulisesbocchio.jasyptspringboot.detector
Classes in com.ulisesbocchio.jasyptspringboot.detector that implement EncryptablePropertyDetector Modifier and Type Class Description classDefaultLazyPropertyDetectorDefault Lazy property detector that delegates to a customEncryptablePropertyDetectorbean or initializes a defaultDefaultPropertyDetector.classDefaultPropertyDetectorDefault property detector that detects encrypted property values with the format "$prefix$encrypted_value$suffix" Default values are "ENC(" and ")" respectively. -
Uses of EncryptablePropertyDetector in com.ulisesbocchio.jasyptspringboot.environment
Constructors in com.ulisesbocchio.jasyptspringboot.environment with parameters of type EncryptablePropertyDetector Constructor Description EnvironmentInitializer(InterceptionMode interceptionMode, InterceptionMode propertySourceInterceptionMode, List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter, org.jasypt.encryption.StringEncryptor encryptor, EncryptablePropertyDetector detector)Constructor for EnvironmentInitializer.StandardEncryptableEnvironment(InterceptionMode interceptionMode, InterceptionMode propertySourcesInterceptionMode, List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter, org.jasypt.encryption.StringEncryptor encryptor, EncryptablePropertyDetector detector)Create a new Encryptable Environment.StandardEncryptableServletEnvironment(InterceptionMode interceptionMode, InterceptionMode propertySourcesInterceptionMode, List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter, org.jasypt.encryption.StringEncryptor encryptor, EncryptablePropertyDetector detector)Create a new Encryptable Environment. -
Uses of EncryptablePropertyDetector in com.ulisesbocchio.jasyptspringboot.resolver
Constructors in com.ulisesbocchio.jasyptspringboot.resolver with parameters of type EncryptablePropertyDetector Constructor Description DefaultLazyPropertyResolver(EncryptablePropertyDetector propertyDetector, org.jasypt.encryption.StringEncryptor encryptor, String customResolverBeanName, boolean isCustom, org.springframework.beans.factory.BeanFactory bf, org.springframework.core.env.Environment environment)Constructor for DefaultLazyPropertyResolver.DefaultLazyPropertyResolver(EncryptablePropertyDetector propertyDetector, org.jasypt.encryption.StringEncryptor encryptor, org.springframework.core.env.Environment environment)Constructor for DefaultLazyPropertyResolver.DefaultPropertyResolver(org.jasypt.encryption.StringEncryptor encryptor, EncryptablePropertyDetector detector, org.springframework.core.env.Environment environment)Constructor for DefaultPropertyResolver.
-