Class AbstractComposedMatcher
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
net.shibboleth.idp.attribute.filter.matcher.logic.impl.AbstractComposedMatcher
- All Implemented Interfaces:
Matcher
,Component
,DestructableComponent
,IdentifiableComponent
,IdentifiedComponent
,InitializableComponent
,UnmodifiableComponent
- Direct Known Subclasses:
AndMatcher
,OrMatcher
public abstract class AbstractComposedMatcher
extends AbstractIdentifiableInitializableComponent
implements Matcher, UnmodifiableComponent
-
Field Summary
FieldsFields inherited from interface net.shibboleth.idp.attribute.filter.Matcher
MATCHER_FAILS, MATCHES_ALL, MATCHES_NONE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Get the composed matchers.void
setSubsidiaries
(List<Matcher> composedMatchers) Set the matchers to be composed.Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setId
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
getId
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
Methods inherited from interface net.shibboleth.idp.attribute.filter.Matcher
getMatchingValues
-
Field Details
-
matchers
The composed matchers.
-
-
Constructor Details
-
AbstractComposedMatcher
public AbstractComposedMatcher()
-
-
Method Details
-
setSubsidiaries
Set the matchers to be composed. Called "subsidiaries" to allow easier parsing.- Parameters:
composedMatchers
- the matchers to be composed.
-
doInitialize
- Overrides:
doInitialize
in classAbstractIdentifiedInitializableComponent
- Throws:
ComponentInitializationException
-
getComposedMatchers
Get the composed matchers.- Returns:
- the composed matchers
-