java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.IsCodeFlowPredicate
All Implemented Interfaces:
Predicate<MessageContext>

public class IsCodeFlowPredicate extends Object implements Predicate<MessageContext>
A predicate that determines if the flow is a 'code-flow' using the Authentication Request that is inside the message context.
  • Field Details

    • log

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

    • IsCodeFlowPredicate

      public IsCodeFlowPredicate()
  • Method Details