public class StoredIDPrincipalConnectorFactoryBean extends BasePrincipalConnectorFactoryBean
TransientPrincipalConnectors.| Modifier and Type | Field and Description |
|---|---|
private StoredIDDataConnector |
idProducer
Data connector that produced the ID.
|
private boolean |
noResultsIsError
Whether an empty result set is an error.
|
| Constructor and Description |
|---|
StoredIDPrincipalConnectorFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
StoredIDDataConnector |
getIdProducer()
Gets the data connector that produced the ID.
|
Class |
getObjectType() |
boolean |
isNoResultIsError()
This returns whether this connector will throw an exception if no search results are found.
|
void |
setIdProducer(StoredIDDataConnector producer)
Sets the data connector that produced the ID.
|
void |
setNoResultIsError(boolean b)
This sets whether this connector will throw an exception if no search results are found.
|
getNameIdFormat, populatePrincipalConnector, setNameIdFormatgetDependencyIds, getPluginId, setDependencyIds, setPluginIdprivate StoredIDDataConnector idProducer
private boolean noResultsIsError
public StoredIDPrincipalConnectorFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic boolean isNoResultIsError()
booleanpublic void setNoResultIsError(boolean b)
b - booleanpublic StoredIDDataConnector getIdProducer()
public void setIdProducer(StoredIDDataConnector producer)
producer - data connector that produced the IDCopyright © 1999-2015. All Rights Reserved.