|
||||||||||
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
public abstract class AbstractResolutionPluginFactoryBean
Base class for resolver resolution plugin factories.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
AbstractResolutionPluginFactoryBean()
|
Method Summary | |
---|---|
Set<String> |
getDependencyIds()
Gets the ID of resolution plug-ins this plugin depends on. |
String |
getPluginId()
Gets the unique ID of this plugin. |
void |
setDependencyIds(Set<String> ids)
Sets the ID of resolution plug-ins this plugin depends on. |
void |
setPluginId(String id)
Sets the unique ID of this plugin. |
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 AbstractResolutionPluginFactoryBean()
Method Detail |
---|
public void setDependencyIds(Set<String> ids)
ids
- ID of attribute definitions this plugin depends onpublic Set<String> getDependencyIds()
public String getPluginId()
public void setPluginId(String id)
id
- unique ID of this plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |