Uses of Class
org.apache.syncope.common.lib.wa.WebAuthnDeviceCredential
Packages that use WebAuthnDeviceCredential
Package
Description
-
Uses of WebAuthnDeviceCredential in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type WebAuthnDeviceCredentialMethods in org.apache.syncope.common.lib.to with parameters of type WebAuthnDeviceCredentialModifier and TypeMethodDescriptionAuthProfileTO.Builder.credential
(WebAuthnDeviceCredential credential) AuthProfileTO.Builder.credentials
(WebAuthnDeviceCredential... credentials) Method parameters in org.apache.syncope.common.lib.to with type arguments of type WebAuthnDeviceCredentialModifier and TypeMethodDescriptionAuthProfileTO.Builder.credentials
(Collection<WebAuthnDeviceCredential> credentials) -
Uses of WebAuthnDeviceCredential in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return WebAuthnDeviceCredentialMethods in org.apache.syncope.common.lib.wa that return types with arguments of type WebAuthnDeviceCredentialMethods in org.apache.syncope.common.lib.wa with parameters of type WebAuthnDeviceCredentialModifier and TypeMethodDescriptionWebAuthnAccount.Builder.credential
(WebAuthnDeviceCredential credential) WebAuthnAccount.Builder.credentials
(WebAuthnDeviceCredential... credentials) Method parameters in org.apache.syncope.common.lib.wa with type arguments of type WebAuthnDeviceCredentialModifier and TypeMethodDescriptionWebAuthnAccount.Builder.credentials
(Collection<WebAuthnDeviceCredential> credentials) -
Uses of WebAuthnDeviceCredential in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return types with arguments of type WebAuthnDeviceCredentialMethod parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type WebAuthnDeviceCredentialModifier and TypeMethodDescriptionvoid
AuthProfile.setWebAuthnDeviceCredentials
(List<WebAuthnDeviceCredential> credentials) -
Uses of WebAuthnDeviceCredential in org.apache.syncope.core.persistence.jpa.entity.am
Fields in org.apache.syncope.core.persistence.jpa.entity.am with type parameters of type WebAuthnDeviceCredentialModifier and TypeFieldDescriptionprotected static final TypeReference
<List<WebAuthnDeviceCredential>> JPAAuthProfile.WEBAUTHN_TYPEREF
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type WebAuthnDeviceCredentialMethod parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type WebAuthnDeviceCredentialModifier and TypeMethodDescriptionvoid
JPAAuthProfile.setWebAuthnDeviceCredentials
(List<WebAuthnDeviceCredential> credentials) -
Uses of WebAuthnDeviceCredential in org.apache.syncope.core.persistence.neo4j.entity.am
Fields in org.apache.syncope.core.persistence.neo4j.entity.am with type parameters of type WebAuthnDeviceCredentialModifier and TypeFieldDescriptionprotected static final TypeReference
<List<WebAuthnDeviceCredential>> Neo4jAuthProfile.WEBAUTHN_TYPEREF
Methods in org.apache.syncope.core.persistence.neo4j.entity.am that return types with arguments of type WebAuthnDeviceCredentialMethod parameters in org.apache.syncope.core.persistence.neo4j.entity.am with type arguments of type WebAuthnDeviceCredentialModifier and TypeMethodDescriptionvoid
Neo4jAuthProfile.setWebAuthnDeviceCredentials
(List<WebAuthnDeviceCredential> credentials)