public abstract class BasePrincipalConnectorFactoryBean extends AbstractResolutionPluginFactoryBean
Modifier and Type | Field and Description |
---|---|
private String |
nameIdFormat
Format of the NameID the connector operates on.
|
Constructor and Description |
---|
BasePrincipalConnectorFactoryBean() |
Modifier and Type | Method and Description |
---|---|
String |
getNameIdFormat()
Gets the format of the NameID the connector operates on.
|
protected void |
populatePrincipalConnector(BasePrincipalConnector connector)
Populates the given connector with information from this factory.
|
void |
setNameIdFormat(String format)
Sets the format of the NameID the connector operates on.
|
getDependencyIds, getPluginId, setDependencyIds, setPluginId
afterPropertiesSet, createInstance, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
private String nameIdFormat
public String getNameIdFormat()
public void setNameIdFormat(String format)
format
- format of the NameID the connector operates onprotected void populatePrincipalConnector(BasePrincipalConnector connector)
connector
- connector populatesCopyright © 1999-2012. All Rights Reserved.