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 WebAuthnAccount
WebAuthnAccount.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 WebAuthnAccount
WebAuthnRegistrationService. 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 void
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 WebAuthnAccount Modifier and Type Method Description WebAuthnAccount
WebAuthnRegistrationLogic. 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 void
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 WebAuthnAccount Modifier and Type Method Description WebAuthnAccount
WebAuthnRegistrationServiceImpl. 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 void
WebAuthnRegistrationServiceImpl. create(String owner, WebAuthnAccount account)
void
WebAuthnRegistrationServiceImpl. update(String owner, WebAuthnAccount account)
-