Uses of Class
net.shibboleth.idp.plugin.authn.webauthn.context.WebAuthnGuardContext
Packages that use WebAuthnGuardContext
Package
Description
This package has audit functions for WebAuthn.
Context APIs for WebAuthn.
-
Uses of WebAuthnGuardContext in net.shibboleth.idp.plugin.authn.webauthn.admin.impl
Fields in net.shibboleth.idp.plugin.authn.webauthn.admin.impl with type parameters of type WebAuthnGuardContextModifier and TypeFieldDescriptionRequireStrongFreshAuthnAccessPredicate.webAuthnGuardContextLookupStrategyLookup strategy to locate the WebAuthnGuardContext.Method parameters in net.shibboleth.idp.plugin.authn.webauthn.admin.impl with type arguments of type WebAuthnGuardContextModifier and TypeMethodDescriptionvoidRequireStrongFreshAuthnAccessPredicate.setWebAuthnGuardContextLookupStrategy(Function<ProfileRequestContext, WebAuthnGuardContext> strategy) Set the lookup strategy to use to locate theWebAuthnGuardContext. -
Uses of WebAuthnGuardContext in net.shibboleth.idp.plugin.authn.webauthn.context
Methods in net.shibboleth.idp.plugin.authn.webauthn.context that return WebAuthnGuardContextModifier and TypeMethodDescriptionWebAuthnGuardContext.setStronglyAuthenticated(boolean flag) Set a flag to indicate the user performed some kind of 'strong' authentication.