public class TransientIdAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
TransientIdAttributeDefinitions.| 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.
|
org.opensaml.util.storage.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(org.opensaml.util.storage.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, setPluginIdpublic TransientIdAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic org.opensaml.util.storage.StorageService<String,TransientIdEntry> getIdentifierStore()
public void setIdentifierStore(org.opensaml.util.storage.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–2014. All rights reserved.