Class AttributeScopeStringMatcher
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.impl.AbstractMatcher
net.shibboleth.idp.attribute.filter.matcher.impl.AbstractStringMatcher
net.shibboleth.idp.attribute.filter.matcher.impl.AttributeScopeStringMatcher
- All Implemented Interfaces:
Matcher
,Component
,DestructableComponent
,IdentifiableComponent
,IdentifiedComponent
,InitializableComponent
Test that the scope of a
ScopedStringAttributeValue
is a string match to the value configured.
If the value is not scoped return false (meaning that the value will not be included in the resulting set).
-
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 TypeMethodDescriptionboolean
Given a value do we match?Methods inherited from class net.shibboleth.idp.attribute.filter.matcher.impl.AbstractStringMatcher
getMatchString, isCaseSensitive, isIgnoreCase, setCaseSensitive, setIgnoreCase, setMatchString, stringCompare
Methods inherited from class net.shibboleth.idp.attribute.filter.matcher.impl.AbstractMatcher
doInitialize, getLogPrefix, getMatchingValues
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
-
log
@Nonnull private final org.slf4j.Logger logLogger.
-
-
Constructor Details
-
AttributeScopeStringMatcher
public AttributeScopeStringMatcher()
-
-
Method Details
-
compareAttributeValue
Given a value do we match?- Specified by:
compareAttributeValue
in classAbstractMatcher
- Parameters:
value
- the value to look at- Returns:
- yes if we do, otherwise no.
-