Package org.apache.syncope.common.lib.wa
Class WebAuthnAccount.Builder
- java.lang.Object
-
- org.apache.syncope.common.lib.wa.WebAuthnAccount.Builder
-
- Enclosing class:
- WebAuthnAccount
public static class WebAuthnAccount.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAuthnAccount
build()
WebAuthnAccount.Builder
credential(WebAuthnDeviceCredential credential)
WebAuthnAccount.Builder
credentials(Collection<WebAuthnDeviceCredential> credentials)
WebAuthnAccount.Builder
credentials(WebAuthnDeviceCredential... credentials)
-
-
-
Method Detail
-
credential
public WebAuthnAccount.Builder credential(WebAuthnDeviceCredential credential)
-
credentials
public WebAuthnAccount.Builder credentials(WebAuthnDeviceCredential... credentials)
-
credentials
public WebAuthnAccount.Builder credentials(Collection<WebAuthnDeviceCredential> credentials)
-
build
public WebAuthnAccount build()
-
-