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 TypeMethodDescriptionvoidWebAuthnRegistrationService.create(@NotNull String owner, @NotNull WebAuthnAccount account) voidWebAuthnRegistrationService.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 TypeMethodDescriptionvoidWebAuthnRegistrationLogic.create(String owner, WebAuthnAccount account) voidWebAuthnRegistrationLogic.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 TypeMethodDescriptionvoidWebAuthnRegistrationServiceImpl.create(String owner, WebAuthnAccount account) voidWebAuthnRegistrationServiceImpl.update(String owner, WebAuthnAccount account)