|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.config.AbstractFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.AbstractResolutionPluginFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.BasePrincipalConnectorFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.StoredIDPrincipalConnectorFactoryBean
public class StoredIDPrincipalConnectorFactoryBean
Spring factory bean for TransientPrincipalConnector
s.
Field Summary | |
---|---|
private StoredIDDataConnector |
idProducer
Data connector that produced the ID. |
private boolean |
noResultsIsError
Whether an empty result set is an error. |
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
StoredIDPrincipalConnectorFactoryBean()
|
Method Summary | |
---|---|
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. |
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.BasePrincipalConnectorFactoryBean |
---|
getNameIdFormat, populatePrincipalConnector, setNameIdFormat |
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.attribute.resolver.AbstractResolutionPluginFactoryBean |
---|
getDependencyIds, getPluginId, setDependencyIds, setPluginId |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private StoredIDDataConnector idProducer
private boolean noResultsIsError
Constructor Detail |
---|
public StoredIDPrincipalConnectorFactoryBean()
Method Detail |
---|
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 IDprotected Object createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |