Class PredicateFilterDirectionFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<PredicateFilter.Direction>
net.shibboleth.idp.profile.spring.relyingparty.metadata.filter.impl.PredicateFilterDirectionFactoryBean
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,DisposableBean
,FactoryBean<PredicateFilter.Direction>
,InitializingBean
public class PredicateFilterDirectionFactoryBean
extends AbstractFactoryBean<PredicateFilter.Direction>
Factory bean allow property replacements of the direction going in to a
PredicateFilter
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
What we want to set the value from this should be "exclude" or "include".Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Field Details
-
value
What we want to set the value from this should be "exclude" or "include".
-
-
Constructor Details
-
PredicateFilterDirectionFactoryBean
Constructor.- Parameters:
what
- the value to set
-
-
Method Details
-
getObjectType
- Specified by:
getObjectType
in interfaceFactoryBean<PredicateFilter.Direction>
- Specified by:
getObjectType
in classAbstractFactoryBean<PredicateFilter.Direction>
-
createInstance
- Specified by:
createInstance
in classAbstractFactoryBean<PredicateFilter.Direction>
- Throws:
Exception
-