Class AllowCurrentUserAccessPredicate.DefaultCurrentUserComparisonPredicate
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.admin.impl.AllowCurrentUserAccessPredicate.DefaultCurrentUserComparisonPredicate
- All Implemented Interfaces:
BiPredicate<ProfileRequestContext,Pair<String, String>>
- Enclosing class:
- AllowCurrentUserAccessPredicate
public static class AllowCurrentUserAccessPredicate.DefaultCurrentUserComparisonPredicate
extends Object
implements BiPredicate<ProfileRequestContext,Pair<String,String>>
Default comparison predicate which just compares the equality of the input strings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(ProfileRequestContext profileRequestContext, Pair<String, String> usernamePair) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Field Details
-
log
Class logger.
-
-
Constructor Details
-
DefaultCurrentUserComparisonPredicate
public DefaultCurrentUserComparisonPredicate()
-
-
Method Details