Class JasyptEncryptorConfigurationProperties
java.lang.Object
com.ulisesbocchio.jasyptspringboot.properties.JasyptEncryptorConfigurationProperties
@ConfigurationProperties(prefix="jasypt.encryptor",
ignoreUnknownFields=true)
public class JasyptEncryptorConfigurationProperties
extends Object
Partially used to load
EncryptablePropertyFilter config.- Version:
- $Id: $Id
- Author:
- Ulises Bocchio
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbindConfigProps(org.springframework.core.env.ConfigurableEnvironment environment) bindConfigProps.intgetKeyObtentionIterationsInt.
-
Constructor Details
-
JasyptEncryptorConfigurationProperties
public JasyptEncryptorConfigurationProperties()
-
-
Method Details
-
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
-