Uses of Class
org.apache.syncope.common.lib.wa.WebAuthnAccount
Package
Description
-
Uses of WebAuthnAccount in org.apache.syncope.common.lib.wa
-
Uses of WebAuthnAccount in org.apache.syncope.common.rest.api.service.wa
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
WebAuthnRegistrationService.create
(@NotNull String owner, @NotNull WebAuthnAccount account) void
WebAuthnRegistrationService.update
(@NotNull String owner, @NotNull WebAuthnAccount account) -
Uses of WebAuthnAccount in org.apache.syncope.core.logic.wa
Modifier and TypeMethodDescriptionvoid
WebAuthnRegistrationLogic.create
(String owner, WebAuthnAccount account) void
WebAuthnRegistrationLogic.update
(String owner, WebAuthnAccount account) -
Uses of WebAuthnAccount in org.apache.syncope.core.rest.cxf.service.wa
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
WebAuthnRegistrationServiceImpl.create
(String owner, WebAuthnAccount account) void
WebAuthnRegistrationServiceImpl.update
(String owner, WebAuthnAccount account)