Class PolicyFromMatcher

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

public final class PolicyFromMatcher extends BaseBridgingClass implements PolicyRequirementRule, IdentifiedComponent, DestructableComponent
Bridging class to go from a Matcher to a PolicyRequirementRule.

If any value of any attribute matches then this is true, otherwise false.

  • Field Details

    • matcher

      private final Matcher matcher
      The rule we are shadowing.
    • log

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

    • PolicyFromMatcher

      public PolicyFromMatcher(@Nonnull @ParameterName(name="theMatcher") Matcher theMatcher)
      Constructor.
      Parameters:
      theMatcher - the class we are bridging to
  • Method Details