Uses of Interface
net.shibboleth.idp.plugin.authn.webauthn.admin.policy.AuthenticatorPolicy
Packages that use AuthenticatorPolicy
Package
Description
This package has audit functions for WebAuthn.
This package has registration policy implementations.
-
Uses of AuthenticatorPolicy in net.shibboleth.idp.plugin.authn.webauthn.admin.impl
Fields in net.shibboleth.idp.plugin.authn.webauthn.admin.impl declared as AuthenticatorPolicyModifier and TypeFieldDescriptionprivate AuthenticatorPolicyCheckRegistrationPolicy.authenticatorPolicyThe authenticator policy to check.Methods in net.shibboleth.idp.plugin.authn.webauthn.admin.impl with parameters of type AuthenticatorPolicyModifier and TypeMethodDescriptionvoidCheckRegistrationPolicy.setAuthenticatorPolicy(AuthenticatorPolicy policy) Set the policy to verify that the authenticator is authorized before the credential is stored. -
Uses of AuthenticatorPolicy in net.shibboleth.idp.plugin.authn.webauthn.admin.policy.impl
Classes in net.shibboleth.idp.plugin.authn.webauthn.admin.policy.impl that implement AuthenticatorPolicyModifier and TypeClassDescriptionclassA base class forauthenticator policies.classA basic authenticator policy that rejects all authenticators not in the allowed list.classAn authenticator policy that inspects metadata to determine if the authenticator should be allowed or rejected.classAAuthenticatorPolicyimplementation that verifies an authenticator is acceptable based on a chain of configured rules.classAAuthenticatorPolicythat evaluates aBiFunctionto determine if the authenticator that created the credential registration should be accepted or rejected.Fields in net.shibboleth.idp.plugin.authn.webauthn.admin.policy.impl with type parameters of type AuthenticatorPolicyModifier and TypeFieldDescriptionprivate List<AuthenticatorPolicy>ChainingAuthenticatorPolicyRule.authenticatorPolicyChainAn ordered chain of authenticator policies.Method parameters in net.shibboleth.idp.plugin.authn.webauthn.admin.policy.impl with type arguments of type AuthenticatorPolicyModifier and TypeMethodDescriptionvoidChainingAuthenticatorPolicyRule.setAuthenticatorPolicyChain(List<AuthenticatorPolicy> chain) Set the chain of policies that should be applied to the authenticator.