Class IsUsernamelessAuthenticationMode
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.context.logic.IsUsernamelessAuthenticationMode
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
@ThreadSafe
public class IsUsernamelessAuthenticationMode
extends Object
implements Predicate<ProfileRequestContext>
A predicate that lookups into the context to find if the authentication flow is usernameless.
- Since:
- 1.1.0
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
IsUsernamelessAuthenticationMode
public IsUsernamelessAuthenticationMode()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ProfileRequestContext>
-