Class JasyptEncryptorConfigurationProperties
- java.lang.Object
-
- com.ulisesbocchio.jasyptspringboot.properties.JasyptEncryptorConfigurationProperties
-
@ConfigurationProperties(prefix="jasypt.encryptor", ignoreUnknownFields=true) public class JasyptEncryptorConfigurationProperties extends ObjectPartially used to loadEncryptablePropertyFilterconfig.- Version:
- $Id: $Id
- 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)bindConfigProps.intgetKeyObtentionIterationsInt()getKeyObtentionIterationsInt.
-
-
-
Method Detail
-
bindConfigProps
public static JasyptEncryptorConfigurationProperties bindConfigProps(org.springframework.core.env.ConfigurableEnvironment environment)
bindConfigProps.
- Parameters:
environment- aConfigurableEnvironmentobject- Returns:
- a
JasyptEncryptorConfigurationPropertiesobject
-
getKeyObtentionIterationsInt
public int getKeyObtentionIterationsInt()
getKeyObtentionIterationsInt.
- Returns:
- a int
-
-