Class IsHybridFlowPredicate
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.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 Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description IsHybridFlowPredicate()
-
-
-
Method Detail
-
test
public boolean test(@Nullable MessageContext input)- Specified by:
testin interfacePredicate<MessageContext>
-
-