Class IsDiscoverableCredentialRequired
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.context.logic.IsDiscoverableCredentialRequired
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
public class IsDiscoverableCredentialRequired
extends Object
implements Predicate<ProfileRequestContext>
A predicate that determines if the authentication ceremony requires a discoverable credential (ResidentKey)
supplied by the authenticator, or if we have a username to determine which credentials to use from the IdP.
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
IsDiscoverableCredentialRequired
public IsDiscoverableCredentialRequired()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ProfileRequestContext>
-