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.BuilderAuthProfileTO.Builder. credential(WebAuthnDeviceCredential credential)AuthProfileTO.BuilderAuthProfileTO.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.BuilderAuthProfileTO.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 WebAuthnDeviceCredentialWebAuthnDeviceCredential.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.BuilderWebAuthnAccount.Builder. credential(WebAuthnDeviceCredential credential)WebAuthnAccount.BuilderWebAuthnAccount.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.BuilderWebAuthnAccount.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 voidAuthProfile. 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_TYPEREFMethods 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 voidJPAAuthProfile. setWebAuthnDeviceCredentials(List<WebAuthnDeviceCredential> credentials)
-