Class AttributeScopeRegexpMatcher

All Implemented Interfaces:
Matcher, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

public class AttributeScopeRegexpMatcher extends AbstractRegexpStringMatcher
Test that the scope in a ScopedStringAttributeValue is a regexp match to configured value.

If the value is not scoped return false (meaning that the value will not be included in the resulting set).

  • Field Details

    • log

      private final org.slf4j.Logger log
      Logger.
  • Constructor Details

    • AttributeScopeRegexpMatcher

      public AttributeScopeRegexpMatcher()
  • Method Details

    • compareAttributeValue

      public boolean compareAttributeValue(@Nullable IdPAttributeValue value)
      Given a value do we match?
      Specified by:
      compareAttributeValue in class AbstractMatcher
      Parameters:
      value - the value to look at
      Returns:
      yes if we do, otherwise no.