public class TransientPrincipalConnectorFactoryBean extends BasePrincipalConnectorFactoryBean
TransientPrincipalConnector
s.Constructor and Description |
---|
TransientPrincipalConnectorFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance() |
org.opensaml.util.storage.StorageService<String,TransientIdEntry> |
getIdentifierStore()
Gets the store used to map transient identifier tokens to principal names.
|
Class |
getObjectType() |
void |
setIdentifierStore(org.opensaml.util.storage.StorageService<String,TransientIdEntry> store)
Sets the store used to map transient identifier tokens to principal names.
|
getNameIdFormat, populatePrincipalConnector, setNameIdFormat
getDependencyIds, getPluginId, setDependencyIds, setPluginId
public TransientPrincipalConnectorFactoryBean()
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public 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 namesCopyright © 1999–2014. All rights reserved.