edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector
Class StaticDataConnectorFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean
      extended by edu.internet2.middleware.shibboleth.common.config.attribute.resolver.AbstractResolutionPluginFactoryBean
          extended by edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.BaseDataConnectorFactoryBean
              extended by edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StaticDataConnectorFactoryBean
All Implemented Interfaces:
BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean, InitializingBean

public class StaticDataConnectorFactoryBean
extends BaseDataConnectorFactoryBean

Spring bean factory that produces StaticDataConnectors.


Field Summary
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
StaticDataConnectorFactoryBean()
           
 
Method Summary
protected  Object createInstance()
          
 Class getObjectType()
          
 List<BaseAttribute<String>> getStaticAttributes()
          Gets the static attributes returned by the created data connector.
 void setStaticAttributes(List<BaseAttribute<String>> attributes)
          Sets the static attributes returned by the created data connector.
 
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.BaseDataConnectorFactoryBean
getFailoverDataConnectorId, populateDataConnector, setFailoverDataConnectorIds
 
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
 

Constructor Detail

StaticDataConnectorFactoryBean

public StaticDataConnectorFactoryBean()
Method Detail

getObjectType

public Class getObjectType()

Specified by:
getObjectType in interface FactoryBean
Specified by:
getObjectType in class AbstractFactoryBean

getStaticAttributes

public List<BaseAttribute<String>> getStaticAttributes()
Gets the static attributes returned by the created data connector.

Returns:
static attributes returned by the created data connector

setStaticAttributes

public void setStaticAttributes(List<BaseAttribute<String>> attributes)
Sets the static attributes returned by the created data connector.

Parameters:
attributes - static attributes returned by the created data connector

createInstance

protected Object createInstance()
                         throws Exception

Specified by:
createInstance in class AbstractFactoryBean
Throws:
Exception


Copyright © 2006-2009 Internet2. All Rights Reserved.