Class AbstractMatchesShibMDScopeMatcher

All Implemented Interfaces:
Matcher, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent
Direct Known Subclasses:
AttributeScopeMatchesShibMDScope, AttributeValueMatchesShibMDScope

public abstract class AbstractMatchesShibMDScopeMatcher extends AbstractIdentifiableInitializableComponent implements Matcher
Base class for filters which rely on the issuer's <shibmd:scope> extensions.
  • Field Details

    • LOG

      @Nonnull private static final org.slf4j.Logger LOG
      Class logger.
    • logPrefix

      @Nullable private String logPrefix
      The String used to prefix log message.
  • Constructor Details

    • AbstractMatchesShibMDScopeMatcher

      public AbstractMatchesShibMDScopeMatcher()
  • Method Details