Uses of Class
net.shibboleth.idp.plugin.authn.webauthn.policy.impl.FunctionalRuleContext
Packages that use FunctionalRuleContext
Package
Description
This package has registration policy implementations.
This package has authentication policy implementations.
-
Uses of FunctionalRuleContext in net.shibboleth.idp.plugin.authn.webauthn.admin.policy.impl
Fields in net.shibboleth.idp.plugin.authn.webauthn.admin.policy.impl with type parameters of type FunctionalRuleContextModifier and TypeFieldDescriptionprivate BiFunction<com.yubico.fido.metadata.AAGUID,FunctionalRuleContext, AuthenticatorPolicy.AuthenticatorPolicyOutcome> FunctionalAuthenticatorPolicyRule.ruleThe function to run.Method parameters in net.shibboleth.idp.plugin.authn.webauthn.admin.policy.impl with type arguments of type FunctionalRuleContextModifier and TypeMethodDescriptionvoidFunctionalAuthenticatorPolicyRule.setRule(BiFunction<com.yubico.fido.metadata.AAGUID, FunctionalRuleContext, AuthenticatorPolicy.AuthenticatorPolicyOutcome> function) Set the policy function rule to run. -
Uses of FunctionalRuleContext in net.shibboleth.idp.plugin.authn.webauthn.policy.impl
Fields in net.shibboleth.idp.plugin.authn.webauthn.policy.impl with type parameters of type FunctionalRuleContextModifier and TypeFieldDescriptionprivate BiFunction<EnhancedCredentialRecord,FunctionalRuleContext, CredentialPolicy.CredentialPolicyOutcome> FunctionalCredentialPolicyRule.ruleThe function to run.Method parameters in net.shibboleth.idp.plugin.authn.webauthn.policy.impl with type arguments of type FunctionalRuleContextModifier and TypeMethodDescriptionvoidFunctionalCredentialPolicyRule.setRule(BiFunction<EnhancedCredentialRecord, FunctionalRuleContext, CredentialPolicy.CredentialPolicyOutcome> function) Set the policy function to run.