public class CryptoTransientIdAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
CryptoTransientIdAttributeDefinition
s.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, setSourceAttributeId
getDependencyIds, getPluginId, setDependencyIds, setPluginId
public CryptoTransientIdAttributeDefinitionFactoryBean()
public Class<CryptoTransientIdAttributeDefinition> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public 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.