Uses of Class
net.shibboleth.idp.plugin.authn.duo.model.WebAuthnCredential.Builder
Packages that use WebAuthnCredential.Builder
Package
Description
Duo OIDC 2FA login flow API model classes.
-
Uses of WebAuthnCredential.Builder in net.shibboleth.idp.plugin.authn.duo.model
Methods in net.shibboleth.idp.plugin.authn.duo.model that return WebAuthnCredential.BuilderModifier and TypeMethodDescriptionstatic WebAuthnCredential.BuilderWebAuthnCredential.builder()Get the builder for this class.WebAuthnCredential.Builder.withAaguid(String guid) Build a unique identifier that conveys the authenticator's make and model, or the passkey's provider identity.WebAuthnCredential.Builder.withAdditionalProperty(String name, Object value) Build any additional property not explicitly listed.WebAuthnCredential.Builder.withBackupEligible(Boolean flag) Build if this credential can be used from multiple devices.WebAuthnCredential.Builder.withBackupStatus(Boolean flag) Build if this credential has been backed up and can be used from multiple devices.WebAuthnCredential.Builder.withCredentialName(String name) Build the credential nameWebAuthnCredential.Builder.withDateAdded(Integer date) Build the date the WebAuthn credential was last usedBuild the type of WebAuthn credential.WebAuthnCredential.Builder.withPasswordlessAuthorized(Boolean flag) Build if this credential can be used for both MFA and Passwordless authentication.WebAuthnCredential.Builder.withRegisteredAs(String regAs) Build the registration flow that was used to register this WebAuthn credential.WebAuthnCredential.Builder.withTransports(List<String> trans) Build the transports the authenticator can use to communicate with a client.WebAuthnCredential.Builder.withUvCapable(Boolean flag) Build if the WebAuthn authenticator associated with this credential is capable of identifying a user via a suitable authorization gesture.WebAuthnCredential.Builder.withWebauthnkey(String key) Build the WebAuthn credential's registration identifier.Constructors in net.shibboleth.idp.plugin.authn.duo.model with parameters of type WebAuthnCredential.BuilderModifierConstructorDescriptionprivateConstructor.