public class CryptoTransientIdAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
CryptoTransientIdAttributeDefinitions.| 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, setPluginIdpublic 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–2014. All rights reserved.