Uses of Class
org.apache.syncope.common.lib.wa.WebAuthnDeviceCredential
Package
Description
-
Uses of WebAuthnDeviceCredential in org.apache.syncope.common.lib.to
Modifier and TypeMethodDescriptionAuthProfileTO.Builder.credential
(WebAuthnDeviceCredential credential) AuthProfileTO.Builder.credentials
(WebAuthnDeviceCredential... credentials) Modifier and TypeMethodDescriptionAuthProfileTO.Builder.credentials
(Collection<WebAuthnDeviceCredential> credentials) -
Uses of WebAuthnDeviceCredential in org.apache.syncope.common.lib.wa
Modifier and TypeMethodDescriptionWebAuthnAccount.Builder.credential
(WebAuthnDeviceCredential credential) WebAuthnAccount.Builder.credentials
(WebAuthnDeviceCredential... credentials) Modifier and TypeMethodDescriptionWebAuthnAccount.Builder.credentials
(Collection<WebAuthnDeviceCredential> credentials) -
Uses of WebAuthnDeviceCredential in org.apache.syncope.core.persistence.api.entity.am
Modifier and TypeMethodDescriptionvoid
AuthProfile.setWebAuthnDeviceCredentials
(List<WebAuthnDeviceCredential> credentials) -
Uses of WebAuthnDeviceCredential in org.apache.syncope.core.persistence.jpa.entity.am
Modifier and TypeFieldDescriptionprotected static final TypeReference
<List<WebAuthnDeviceCredential>> JPAAuthProfile.WEBAUTHN_TYPEREF
Modifier and TypeMethodDescriptionvoid
JPAAuthProfile.setWebAuthnDeviceCredentials
(List<WebAuthnDeviceCredential> credentials) -
Uses of WebAuthnDeviceCredential in org.apache.syncope.core.persistence.neo4j.entity.am
Modifier and TypeFieldDescriptionprotected static final TypeReference
<List<WebAuthnDeviceCredential>> Neo4jAuthProfile.WEBAUTHN_TYPEREF
Modifier and TypeMethodDescriptionvoid
Neo4jAuthProfile.setWebAuthnDeviceCredentials
(List<WebAuthnDeviceCredential> credentials)