Class WebAuthnRegistrationServiceImpl
- java.lang.Object
-
- org.apache.syncope.core.rest.cxf.service.AbstractService
-
- org.apache.syncope.core.rest.cxf.service.wa.WebAuthnRegistrationServiceImpl
-
- All Implemented Interfaces:
JAXRSService,WebAuthnRegistrationService
@Service public class WebAuthnRegistrationServiceImpl extends AbstractService implements WebAuthnRegistrationService
-
-
Field Summary
Fields Modifier and Type Field Description protected WebAuthnRegistrationLogiclogic-
Fields inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
LOG, messageContext, OPTIONS_ALLOW, searchContext, uriInfo
-
Fields inherited from interface org.apache.syncope.common.rest.api.service.JAXRSService
CRLF, DOUBLE_DASH, PARAM_ANYTYPE_KIND, PARAM_ANYTYPEKEY, PARAM_CONNID_PAGED_RESULTS_COOKIE, PARAM_DETAILS, PARAM_ENTITY_KEY, PARAM_FIQL, PARAM_KEYWORD, PARAM_MAX, PARAM_NOTIFICATION, PARAM_ORDERBY, PARAM_PAGE, PARAM_REALM, PARAM_RECURSIVE, PARAM_RESOURCE, PARAM_SIZE, PARAM_USER
-
-
Constructor Summary
Constructors Constructor Description WebAuthnRegistrationServiceImpl(WebAuthnRegistrationLogic logic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(String owner, WebAuthnAccount account)voiddelete(String owner)voiddelete(String owner, String credentialId)List<WebAuthnAccount>list()WebAuthnAccountread(String owner)voidupdate(String owner, WebAuthnAccount account)-
Methods inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
applyPreference, buildPagedResult, checkETag, createResponse, findActualKey, getOrderByClauses, getPreference, isNullPriorityAsync, modificationResponse
-
-
-
-
Field Detail
-
logic
protected final WebAuthnRegistrationLogic logic
-
-
Constructor Detail
-
WebAuthnRegistrationServiceImpl
public WebAuthnRegistrationServiceImpl(WebAuthnRegistrationLogic logic)
-
-
Method Detail
-
list
public List<WebAuthnAccount> list()
- Specified by:
listin interfaceWebAuthnRegistrationService
-
read
public WebAuthnAccount read(String owner)
- Specified by:
readin interfaceWebAuthnRegistrationService
-
delete
public void delete(String owner)
- Specified by:
deletein interfaceWebAuthnRegistrationService
-
delete
public void delete(String owner, String credentialId)
- Specified by:
deletein interfaceWebAuthnRegistrationService
-
create
public void create(String owner, WebAuthnAccount account)
- Specified by:
createin interfaceWebAuthnRegistrationService
-
update
public void update(String owner, WebAuthnAccount account)
- Specified by:
updatein interfaceWebAuthnRegistrationService
-
-