Class IsHybridFlowPredicate

  • All Implemented Interfaces:
    Predicate<MessageContext>

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

      • log

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

      • IsHybridFlowPredicate

        public IsHybridFlowPredicate()