|
||||||||||
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
public abstract class BasePrincipalConnectorFactoryBean
Base Spring factory bean that produces principal connectors.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
BasePrincipalConnectorFactoryBean()
|
Method Summary | |
---|---|
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. |
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, createInstance, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasePrincipalConnectorFactoryBean()
Method Detail |
---|
public String getNameIdFormat()
public void setNameIdFormat(String format)
format
- format of the NameID the connector operates onprotected void populatePrincipalConnector(BasePrincipalConnector connector)
connector
- connector populates
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |