Class SCIMGroupServiceImpl
java.lang.Object
org.apache.syncope.ext.scimv2.cxf.service.AbstractSCIMService<SCIMGroup>
org.apache.syncope.ext.scimv2.cxf.service.SCIMGroupServiceImpl
- All Implemented Interfaces:
SCIMGroupService,SCIMResourceService<SCIMGroup>
public class SCIMGroupServiceImpl
extends AbstractSCIMService<SCIMGroup>
implements SCIMGroupService
-
Field Summary
Fields inherited from class org.apache.syncope.ext.scimv2.cxf.service.AbstractSCIMService
anyObjectDAO, anyObjectLogic, binder, confManager, groupDAO, groupLogic, LOG, messageContext, uriInfo, userDAO, userLogic -
Constructor Summary
ConstructorsConstructorDescriptionSCIMGroupServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected SCIMResourcegetResource(String key) search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count) search(SCIMSearchRequest request) update(String id, SCIMPatchOp patch) Methods inherited from class org.apache.syncope.ext.scimv2.cxf.service.AbstractSCIMService
anyDAO, anyLogic, checkETag, createResponse, doSearch, getPreference, updateResponse
-
Constructor Details
-
SCIMGroupServiceImpl
public SCIMGroupServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)
-
-
Method Details
-
create
- Specified by:
createin interfaceSCIMResourceService<SCIMGroup>
-
get
- Specified by:
getin interfaceSCIMResourceService<SCIMGroup>
-
update
- Specified by:
updatein interfaceSCIMResourceService<SCIMGroup>
-
replace
- Specified by:
replacein interfaceSCIMResourceService<SCIMGroup>
-
getResource
- Specified by:
getResourcein classAbstractSCIMService<SCIMGroup>
-
delete
- Specified by:
deletein interfaceSCIMResourceService<SCIMGroup>
-
search
public ListResponse<SCIMGroup> search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count) - Specified by:
searchin interfaceSCIMResourceService<SCIMGroup>
-
search
- Specified by:
searchin interfaceSCIMResourceService<SCIMGroup>
-