edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition
Class MappedAttributeDefinitionFactoryBean

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.attributeDefinition.BaseAttributeDefinitionFactoryBean
              extended by edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.MappedAttributeDefinitionFactoryBean
All Implemented Interfaces:
BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean, InitializingBean

public class MappedAttributeDefinitionFactoryBean
extends BaseAttributeDefinitionFactoryBean

Spring factory bean that produces MappedAttributeDefinitions.


Field Summary
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
MappedAttributeDefinitionFactoryBean()
           
 
Method Summary
protected  Object createInstance()
          
 String getDefaultValue()
          Gets the default return value.
 Class getObjectType()
          
 List<ValueMap> getValueMaps()
          Gets the value maps.
 boolean isPassThru()
          Get whether the definition passes thru unmatched values.
 void setDefaultValue(String newDefaultValue)
          Sets the default return value.
 void setPassThru(boolean newPassThru)
          Sets whether the definition passes thru unmatched values.
 void setValueMaps(List<ValueMap> newValueMaps)
          Sets the value maps.
 
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.BaseAttributeDefinitionFactoryBean
getAttributeEncoders, getDisplayDescriptions, getDisplayNames, getSourceAttributeId, isDependencyOnly, populateAttributeDefinition, setAttributeEncoders, setDependencyOnly, setDisplayDescriptions, setDisplayNames, setSourceAttributeId
 
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

MappedAttributeDefinitionFactoryBean

public MappedAttributeDefinitionFactoryBean()
Method Detail

getObjectType

public Class getObjectType()

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

getDefaultValue

public String getDefaultValue()
Gets the default return value.

Returns:
the default return value

isPassThru

public boolean isPassThru()
Get whether the definition passes thru unmatched values.

Returns:
whether the definition passes thru unmatched values

getValueMaps

public List<ValueMap> getValueMaps()
Gets the value maps.

Returns:
the value maps.

setDefaultValue

public void setDefaultValue(String newDefaultValue)
Sets the default return value.

Parameters:
newDefaultValue - the default return value

setPassThru

public void setPassThru(boolean newPassThru)
Sets whether the definition passes thru unmatched values.

Parameters:
newPassThru - whether the definition passes thru unmatched values

setValueMaps

public void setValueMaps(List<ValueMap> newValueMaps)
Sets the value maps.

Parameters:
newValueMaps - the value maps

createInstance

protected Object createInstance()
                         throws Exception

Specified by:
createInstance in class AbstractFactoryBean
Throws:
Exception


Copyright © 2006-2009 Internet2. All Rights Reserved.