Class JasyptEncryptorConfigurationProperties
- java.lang.Object
-
- com.ulisesbocchio.jasyptspringboot.properties.JasyptEncryptorConfigurationProperties
-
@ConfigurationProperties(prefix="jasypt.encryptor", ignoreUnknownFields=true) public class JasyptEncryptorConfigurationProperties extends ObjectPartially used to loadEncryptablePropertyFilterconfig.- Author:
- Ulises Bocchio
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJasyptEncryptorConfigurationProperties.PropertyConfigurationProperties
-
Constructor Summary
Constructors Constructor Description JasyptEncryptorConfigurationProperties()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JasyptEncryptorConfigurationPropertiesbindConfigProps(org.springframework.core.env.ConfigurableEnvironment environment)intgetKeyObtentionIterationsInt()
-
-
-
Method Detail
-
bindConfigProps
public static JasyptEncryptorConfigurationProperties bindConfigProps(org.springframework.core.env.ConfigurableEnvironment environment)
-
getKeyObtentionIterationsInt
public int getKeyObtentionIterationsInt()
-
-