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
@Service public class GoogleMfaAuthAccountServiceImpl extends AbstractService implements GoogleMfaAuthAccountService
-
-
Field Summary
Fields Modifier and Type Field Description protected GoogleMfaAuthAccountLogiclogic-
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 GoogleMfaAuthAccountServiceImpl(GoogleMfaAuthAccountLogic logic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PagedResult<GoogleMfaAuthAccount>build(List<GoogleMfaAuthAccount> read)voidcreate(GoogleMfaAuthAccount acct)voiddelete(long id)voiddelete(String owner)voiddeleteAll()PagedResult<GoogleMfaAuthAccount>list()GoogleMfaAuthAccountread(long id)PagedResult<GoogleMfaAuthAccount>read(String owner)voidupdate(GoogleMfaAuthAccount acct)-
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 GoogleMfaAuthAccountLogic logic
-
-
Constructor Detail
-
GoogleMfaAuthAccountServiceImpl
public GoogleMfaAuthAccountServiceImpl(GoogleMfaAuthAccountLogic logic)
-
-
Method Detail
-
delete
public void delete(String owner)
- Specified by:
deletein interfaceGoogleMfaAuthAccountService
-
delete
public void delete(long id)
- Specified by:
deletein interfaceGoogleMfaAuthAccountService
-
deleteAll
public void deleteAll()
- Specified by:
deleteAllin interfaceGoogleMfaAuthAccountService
-
create
public void create(GoogleMfaAuthAccount acct)
- Specified by:
createin interfaceGoogleMfaAuthAccountService
-
update
public void update(GoogleMfaAuthAccount acct)
- Specified by:
updatein interfaceGoogleMfaAuthAccountService
-
build
protected PagedResult<GoogleMfaAuthAccount> build(List<GoogleMfaAuthAccount> read)
-
read
public PagedResult<GoogleMfaAuthAccount> read(String owner)
- Specified by:
readin interfaceGoogleMfaAuthAccountService
-
read
public GoogleMfaAuthAccount read(long id)
- Specified by:
readin interfaceGoogleMfaAuthAccountService
-
list
public PagedResult<GoogleMfaAuthAccount> list()
- Specified by:
listin interfaceGoogleMfaAuthAccountService
-
-