public class TransientPrincipalConnectorFactoryBean extends BasePrincipalConnectorFactoryBean
TransientPrincipalConnector
s.Modifier and Type | Field and Description |
---|---|
private StorageService<String,TransientIdEntry> |
identifierStore
Store used to map transient identifier tokens to principal names.
|
Constructor and Description |
---|
TransientPrincipalConnectorFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance() |
StorageService<String,TransientIdEntry> |
getIdentifierStore()
Gets the store used to map transient identifier tokens to principal names.
|
Class |
getObjectType() |
void |
setIdentifierStore(StorageService<String,TransientIdEntry> store)
Sets the store used to map transient identifier tokens to principal names.
|
getNameIdFormat, populatePrincipalConnector, setNameIdFormat
getDependencyIds, getPluginId, setDependencyIds, setPluginId
private StorageService<String,TransientIdEntry> identifierStore
public TransientPrincipalConnectorFactoryBean()
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public StorageService<String,TransientIdEntry> getIdentifierStore()
public void setIdentifierStore(StorageService<String,TransientIdEntry> store)
store
- store used to map transient identifier tokens to principal namesCopyright © 1999-2012. All Rights Reserved.