Class AuthenticationResultPredicate

java.lang.Object
net.shibboleth.idp.authn.context.logic.AbstractAuthenticationResultPredicate
net.shibboleth.idp.authn.context.logic.AuthenticationResultPredicate
All Implemented Interfaces:
Predicate<ProfileRequestContext>

public class AuthenticationResultPredicate extends AbstractAuthenticationResultPredicate
Condition that checks for the existence of at least one active AuthenticationResult instances of a given flow.
Since:
5.2.0
  • Constructor Details

    • AuthenticationResultPredicate

      public AuthenticationResultPredicate()
  • Method Details