public final class EncryptablePropertiesFactoryBean extends org.springframework.core.io.support.PropertiesLoaderSupport implements org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean
Factory bean for creating encrptable properties objects from the encryption namespace elements. Do not use directly.
| Constructor and Description |
|---|
EncryptablePropertiesFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setEncryptor(Object encryptor) |
void |
setSingleton(boolean singleton) |
public final void setSingleton(boolean singleton)
public final boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Object>public void setEncryptor(Object encryptor)
public final void afterPropertiesSet()
throws IOException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanIOExceptionpublic final Object getObject() throws IOException
getObject in interface org.springframework.beans.factory.FactoryBean<Object>IOExceptionCopyright © 2019 The JASYPT team. All rights reserved.