public class StringEncryptorFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.jasypt.encryption.StringEncryptor>
| Modifier and Type | Field and Description |
|---|---|
static String |
JAYSYPT_ENCRYPTION_KEY_VARIABLE |
| Constructor and Description |
|---|
StringEncryptorFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
org.jasypt.encryption.StringEncryptor |
getObject() |
Class<org.jasypt.encryption.StringEncryptor> |
getObjectType() |
boolean |
isSingleton() |
public static final String JAYSYPT_ENCRYPTION_KEY_VARIABLE
public org.jasypt.encryption.StringEncryptor getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.jasypt.encryption.StringEncryptor>Exceptionpublic Class<org.jasypt.encryption.StringEncryptor> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.jasypt.encryption.StringEncryptor>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.jasypt.encryption.StringEncryptor>Copyright © 2016 Jasig, Inc.. All Rights Reserved.