Interface FilterCondition

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean matches​(org.forgerock.services.context.Context context, Request request)
      Returns true if the conditional filter should be invoked, or false if processing should continue directly to the next filter in the filter chain.
    • Method Detail

      • matches

        boolean matches​(org.forgerock.services.context.Context context,
                        Request request)
        Returns true if the conditional filter should be invoked, or false if processing should continue directly to the next filter in the filter chain.
        Parameters:
        context - The filter chain context.
        request - The request to be filtered.
        Returns:
        true if the conditional filter should be invoked.