public class StoredIDPrincipalConnectorFactoryBean extends BasePrincipalConnectorFactoryBean
TransientPrincipalConnector
s.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, setNameIdFormat
getDependencyIds, getPluginId, setDependencyIds, setPluginId
public StoredIDPrincipalConnectorFactoryBean()
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public boolean isNoResultIsError()
boolean
public void setNoResultIsError(boolean b)
b
- boolean
public StoredIDDataConnector getIdProducer()
public void setIdProducer(StoredIDDataConnector producer)
producer
- data connector that produced the IDCopyright © 1999–2014. All rights reserved.