Class IsHybridFlowPredicate
java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.IsHybridFlowPredicate
- All Implemented Interfaces:
Predicate<MessageContext>
A predicate that determines if the flow is a 'hybrid-flow' using the Authentication Request that is inside
the message context.
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
IsHybridFlowPredicate
public IsHybridFlowPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<MessageContext>
-