public class TransientPrincipalConnectorFactoryBean extends BasePrincipalConnectorFactoryBean
TransientPrincipalConnectors.| 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, setNameIdFormatgetDependencyIds, getPluginId, setDependencyIds, setPluginIdprivate StorageService<String,TransientIdEntry> identifierStore
public TransientPrincipalConnectorFactoryBean()
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 namesCopyright © 1999-2015. All Rights Reserved.