Uses of Class
org.apache.syncope.common.lib.wa.WebAuthnAccount
-
Packages that use WebAuthnAccount Package Description org.apache.syncope.common.lib.wa org.apache.syncope.common.rest.api.service.wa org.apache.syncope.core.logic.wa org.apache.syncope.core.rest.cxf.service.wa -
-
Uses of WebAuthnAccount in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return WebAuthnAccount Modifier and Type Method Description WebAuthnAccountWebAuthnAccount.Builder. build() -
Uses of WebAuthnAccount in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return WebAuthnAccount Modifier and Type Method Description WebAuthnAccountWebAuthnRegistrationService. read(@NotNull String owner)Methods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type WebAuthnAccount Modifier and Type Method Description List<WebAuthnAccount>WebAuthnRegistrationService. list()Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type WebAuthnAccount Modifier and Type Method Description voidWebAuthnRegistrationService. 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 WebAuthnAccount Modifier and Type Method Description WebAuthnAccountWebAuthnRegistrationLogic. read(String owner)Methods in org.apache.syncope.core.logic.wa that return types with arguments of type WebAuthnAccount Modifier and Type Method Description List<WebAuthnAccount>WebAuthnRegistrationLogic. list()Methods in org.apache.syncope.core.logic.wa with parameters of type WebAuthnAccount Modifier and Type Method Description voidWebAuthnRegistrationLogic. 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 WebAuthnAccount Modifier and Type Method Description WebAuthnAccountWebAuthnRegistrationServiceImpl. read(String owner)Methods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type WebAuthnAccount Modifier and Type Method Description List<WebAuthnAccount>WebAuthnRegistrationServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type WebAuthnAccount Modifier and Type Method Description voidWebAuthnRegistrationServiceImpl. create(String owner, WebAuthnAccount account)voidWebAuthnRegistrationServiceImpl. update(String owner, WebAuthnAccount account)
-