Class AttributeScopeStringMatcher

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

public class AttributeScopeStringMatcher extends AbstractStringMatcher
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 Details

    • log

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

    • AttributeScopeStringMatcher

      public AttributeScopeStringMatcher()
  • 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.