Class GoogleMfaAuthAccountServiceImpl
java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.wa.GoogleMfaAuthAccountServiceImpl
- All Implemented Interfaces:
JAXRSService,GoogleMfaAuthAccountService
public class GoogleMfaAuthAccountServiceImpl
extends AbstractService
implements GoogleMfaAuthAccountService
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
LOG, messageContext, OPTIONS_ALLOW, searchContext, uriInfoFields 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 -
Method Summary
Modifier and TypeMethodDescriptionprotected PagedResult<GoogleMfaAuthAccount> build(List<GoogleMfaAuthAccount> read) voidcreate(GoogleMfaAuthAccount acct) voiddelete(long id) voidvoidlist()read(long id) voidupdate(GoogleMfaAuthAccount acct) Methods inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
applyPreference, buildPagedResult, checkETag, createResponse, findActualKey, getPreference, isNullPriorityAsync, modificationResponse, pageable, pageable, sort
-
Field Details
-
logic
-
-
Constructor Details
-
GoogleMfaAuthAccountServiceImpl
-
-
Method Details
-
delete
- Specified by:
deletein interfaceGoogleMfaAuthAccountService
-
delete
public void delete(long id) - Specified by:
deletein interfaceGoogleMfaAuthAccountService
-
deleteAll
public void deleteAll()- Specified by:
deleteAllin interfaceGoogleMfaAuthAccountService
-
create
- Specified by:
createin interfaceGoogleMfaAuthAccountService
-
update
- Specified by:
updatein interfaceGoogleMfaAuthAccountService
-
build
-
read
- Specified by:
readin interfaceGoogleMfaAuthAccountService
-
read
- Specified by:
readin interfaceGoogleMfaAuthAccountService
-
list
- Specified by:
listin interfaceGoogleMfaAuthAccountService
-