Uses of Class
org.apache.syncope.common.lib.wa.WebAuthnAccount
Packages that use WebAuthnAccount
Package
Description
-
Uses of WebAuthnAccount in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return WebAuthnAccount -
Uses of WebAuthnAccount in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return WebAuthnAccountModifier and TypeMethodDescriptionMethods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type WebAuthnAccountMethods in org.apache.syncope.common.rest.api.service.wa with parameters of type WebAuthnAccountModifier 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
Methods in org.apache.syncope.core.logic.wa that return WebAuthnAccountMethods in org.apache.syncope.core.logic.wa that return types with arguments of type WebAuthnAccountMethods in org.apache.syncope.core.logic.wa with parameters of type WebAuthnAccountModifier 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
Methods in org.apache.syncope.core.rest.cxf.service.wa that return WebAuthnAccountModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type WebAuthnAccountMethods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type WebAuthnAccountModifier and TypeMethodDescriptionvoid
WebAuthnRegistrationServiceImpl.create
(String owner, WebAuthnAccount account) void
WebAuthnRegistrationServiceImpl.update
(String owner, WebAuthnAccount account)