Package net.shibboleth.idp.authn
Class AuthenticationFlowDescriptor.ProxyCountPredicate
- java.lang.Object
-
- net.shibboleth.idp.authn.AuthenticationFlowDescriptor.ProxyCountPredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
- Enclosing class:
- AuthenticationFlowDescriptor
private class AuthenticationFlowDescriptor.ProxyCountPredicate extends Object implements Predicate<ProfileRequestContext>
APredicatethat implements a cross-check between an effective proxy count of zero and whether a descriptor is honoring the limit.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateProxyCountPredicate()
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)- Specified by:
testin interfacePredicate<ProfileRequestContext>
-
-