public class CryptoTransientIdAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
CryptoTransientIdAttributeDefinitions.| Modifier and Type | Field and Description |
|---|---|
private DataSealer |
dataSealer
Object used to protect and encrypt identifiers.
|
private long |
idLifetime
Length, in milliseconds, identifiers are valid.
|
| Constructor and Description |
|---|
CryptoTransientIdAttributeDefinitionFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
DataSealer |
getDataSealer()
Gets the object used to protect and encrypt identifiers.
|
long |
getIdLifetime()
Gets the time, in milliseconds, ids are valid.
|
Class<CryptoTransientIdAttributeDefinition> |
getObjectType() |
void |
setDataSealer(DataSealer sealer)
Sets the object used to protect and encrypt identifiers.
|
void |
setIdLifetime(long lifetime)
Sets the time, in milliseconds, ids are valid.
|
getAttributeEncoders, getDisplayDescriptions, getDisplayNames, getSourceAttributeId, isDependencyOnly, populateAttributeDefinition, setAttributeEncoders, setDependencyOnly, setDisplayDescriptions, setDisplayNames, setSourceAttributeIdgetDependencyIds, getPluginId, setDependencyIds, setPluginIdprivate DataSealer dataSealer
private long idLifetime
public CryptoTransientIdAttributeDefinitionFactoryBean()
public Class<CryptoTransientIdAttributeDefinition> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic DataSealer getDataSealer()
public void setDataSealer(DataSealer sealer)
sealer - object used to protect and encrypt identifierspublic long getIdLifetime()
public void setIdLifetime(long lifetime)
lifetime - time, in milliseconds, ids are validCopyright © 1999-2015. All Rights Reserved.