edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector
Class BasePrincipalConnectorFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.AbstractResolutionPluginFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.BasePrincipalConnectorFactoryBean
- All Implemented Interfaces:
- BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean, InitializingBean
- Direct Known Subclasses:
- DirectPrincipalConnectorFactoryBean, StoredIDPrincipalConnectorFactoryBean, TransientPrincipalConnectorFactoryBean
public abstract class BasePrincipalConnectorFactoryBean
- extends AbstractResolutionPluginFactoryBean
Base Spring factory bean that produces principal connectors.
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 |
BasePrincipalConnectorFactoryBean
public BasePrincipalConnectorFactoryBean()
getNameIdFormat
public String getNameIdFormat()
- Gets the format of the NameID the connector operates on.
- Returns:
- format of the NameID the connector operates on
setNameIdFormat
public void setNameIdFormat(String format)
- Sets the format of the NameID the connector operates on.
- Parameters:
format
- format of the NameID the connector operates on
populatePrincipalConnector
protected void populatePrincipalConnector(BasePrincipalConnector connector)
- Populates the given connector with information from this factory.
- Parameters:
connector
- connector populates
Copyright © 2006-2009 Internet2. All Rights Reserved.