public class TextEncryptorBindHandler
extends org.springframework.boot.context.properties.bind.AbstractBindHandler
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ENCRYPTED_PROPERTY_PREFIX
Prefix indicating an encrypted value.
|
| Constructor and Description |
|---|
TextEncryptorBindHandler(org.springframework.security.crypto.encrypt.TextEncryptor textEncryptor,
KeyProperties keyProperties) |
| Modifier and Type | Method and Description |
|---|---|
Object |
onSuccess(org.springframework.boot.context.properties.source.ConfigurationPropertyName name,
org.springframework.boot.context.properties.bind.Bindable<?> target,
org.springframework.boot.context.properties.bind.BindContext context,
Object result) |
onFailure, onFinish, onStartprotected static final String ENCRYPTED_PROPERTY_PREFIX
public TextEncryptorBindHandler(org.springframework.security.crypto.encrypt.TextEncryptor textEncryptor,
KeyProperties keyProperties)
public Object onSuccess(org.springframework.boot.context.properties.source.ConfigurationPropertyName name, org.springframework.boot.context.properties.bind.Bindable<?> target, org.springframework.boot.context.properties.bind.BindContext context, Object result)
onSuccess in interface org.springframework.boot.context.properties.bind.BindHandleronSuccess in class org.springframework.boot.context.properties.bind.AbstractBindHandlerCopyright © 2021 Pivotal Software, Inc.. All rights reserved.