public class TransientIdAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
TransientIdAttributeDefinitions.| Modifier and Type | Field and Description |
|---|---|
private StorageService<String,TransientIdEntry> |
identifierStore
Store used to map transient identifier tokens to principal names.
|
private long |
idLifetime
Length, in milliseconds, identifiers are valid.
|
| Constructor and Description |
|---|
TransientIdAttributeDefinitionFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
long |
getIdentifierLifetime()
Gets the length of time, in milliseconds, the identifier are valid.
|
StorageService<String,TransientIdEntry> |
getIdentifierStore()
Gets the store used to map transient identifier tokens to principal names.
|
Class |
getObjectType() |
void |
setIdentifierLifetime(long lifetime)
Sets the length of time, in milliseconds, the identifier are valid.
|
void |
setIdentifierStore(StorageService<String,TransientIdEntry> store)
Sets the store used to map transient identifier tokens to principal names.
|
getAttributeEncoders, getDisplayDescriptions, getDisplayNames, getSourceAttributeId, isDependencyOnly, populateAttributeDefinition, setAttributeEncoders, setDependencyOnly, setDisplayDescriptions, setDisplayNames, setSourceAttributeIdgetDependencyIds, getPluginId, setDependencyIds, setPluginIdprivate StorageService<String,TransientIdEntry> identifierStore
private long idLifetime
public TransientIdAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic StorageService<String,TransientIdEntry> getIdentifierStore()
public void setIdentifierStore(StorageService<String,TransientIdEntry> store)
store - store used to map transient identifier tokens to principal namespublic long getIdentifierLifetime()
public void setIdentifierLifetime(long lifetime)
lifetime - length of time, in milliseconds, the identifier are validCopyright © 1999-2015. All Rights Reserved.