|
||||||||||
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.attributeDefinition.BaseAttributeDefinitionFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.TemplateAttributeDefinitionFactoryBean
public class TemplateAttributeDefinitionFactoryBean
Spring factory bean that produces TemplateAttributeDefinition
s.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
TemplateAttributeDefinitionFactoryBean()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
String |
getAttributeTemplate()
Get the attribute template. |
Class |
getObjectType()
|
List<String> |
getSourceAttributes()
Get the source attribute IDs. |
org.apache.velocity.app.VelocityEngine |
getVelocityEngine()
Get velocity engine instance. |
void |
setAttributeTemplate(String newAttributeTemplate)
Set the attribute template. |
void |
setSourceAttributes(List<String> newSourceAttributes)
Set the source attribute IDs. |
void |
setVelocityEngine(org.apache.velocity.app.VelocityEngine newVelocityEngine)
Set velocity engine instance. |
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 |
---|
public TemplateAttributeDefinitionFactoryBean()
Method Detail |
---|
public Class getObjectType()
getObjectType
in interface FactoryBean
getObjectType
in class AbstractFactoryBean
protected Object createInstance() throws Exception
createInstance
in class AbstractFactoryBean
Exception
public String getAttributeTemplate()
public void setAttributeTemplate(String newAttributeTemplate)
newAttributeTemplate
- the attribute templatepublic List<String> getSourceAttributes()
public void setSourceAttributes(List<String> newSourceAttributes)
newSourceAttributes
- the source attribute IDspublic org.apache.velocity.app.VelocityEngine getVelocityEngine()
public void setVelocityEngine(org.apache.velocity.app.VelocityEngine newVelocityEngine)
newVelocityEngine
- velocity engine instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |