public class StoredIDPrincipalConnectorFactoryBean extends BasePrincipalConnectorFactoryBean
TransientPrincipalConnectors.| 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, setPluginIdpublic 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–2014. All rights reserved.