Package net.shibboleth.idp.authn
Class AuthenticationResult.DescriptorRevocationPredicate
- java.lang.Object
-
- net.shibboleth.idp.authn.AuthenticationResult.DescriptorRevocationPredicate
-
- All Implemented Interfaces:
BiPredicate<ProfileRequestContext,AuthenticationResult>
- Enclosing class:
- AuthenticationResult
class AuthenticationResult.DescriptorRevocationPredicate extends Object implements BiPredicate<ProfileRequestContext,AuthenticationResult>
Inner class that delegates revocation condition evaluation to the underlyingAuthenticationFlowDescriptor.
-
-
Constructor Summary
Constructors Constructor Description DescriptorRevocationPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ProfileRequestContext prc, AuthenticationResult result)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext prc, @Nullable AuthenticationResult result)- Specified by:
testin interfaceBiPredicate<ProfileRequestContext,AuthenticationResult>
-
-