Uses of Class
org.apache.syncope.common.lib.wa.WebAuthnDeviceCredential
-
-
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 WebAuthnDeviceCredential Modifier and Type Method Description List<WebAuthnDeviceCredential>
AuthProfileTO. getWebAuthnDeviceCredentials()
Methods in org.apache.syncope.common.lib.to with parameters of type WebAuthnDeviceCredential Modifier and Type Method Description AuthProfileTO.Builder
AuthProfileTO.Builder. credential(WebAuthnDeviceCredential credential)
AuthProfileTO.Builder
AuthProfileTO.Builder. credentials(WebAuthnDeviceCredential... credentials)
Method parameters in org.apache.syncope.common.lib.to with type arguments of type WebAuthnDeviceCredential Modifier and Type Method Description AuthProfileTO.Builder
AuthProfileTO.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 WebAuthnDeviceCredential Modifier and Type Method Description WebAuthnDeviceCredential
WebAuthnDeviceCredential.Builder. build()
Methods in org.apache.syncope.common.lib.wa that return types with arguments of type WebAuthnDeviceCredential Modifier and Type Method Description List<WebAuthnDeviceCredential>
WebAuthnAccount. getCredentials()
Methods in org.apache.syncope.common.lib.wa with parameters of type WebAuthnDeviceCredential Modifier and Type Method Description WebAuthnAccount.Builder
WebAuthnAccount.Builder. credential(WebAuthnDeviceCredential credential)
WebAuthnAccount.Builder
WebAuthnAccount.Builder. credentials(WebAuthnDeviceCredential... credentials)
Method parameters in org.apache.syncope.common.lib.wa with type arguments of type WebAuthnDeviceCredential Modifier and Type Method Description WebAuthnAccount.Builder
WebAuthnAccount.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 WebAuthnDeviceCredential Modifier and Type Method Description List<WebAuthnDeviceCredential>
AuthProfile. getWebAuthnDeviceCredentials()
Method parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type WebAuthnDeviceCredential Modifier and Type Method Description void
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 WebAuthnDeviceCredential Modifier and Type Field Description protected static TypeReference<List<WebAuthnDeviceCredential>>
JPAAuthProfile. WEBAUTHN_TYPEREF
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type WebAuthnDeviceCredential Modifier and Type Method Description List<WebAuthnDeviceCredential>
JPAAuthProfile. getWebAuthnDeviceCredentials()
Method parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type WebAuthnDeviceCredential Modifier and Type Method Description void
JPAAuthProfile. setWebAuthnDeviceCredentials(List<WebAuthnDeviceCredential> credentials)
-