Class SCIMUserServiceImpl
java.lang.Object
org.apache.syncope.ext.scimv2.cxf.service.AbstractSCIMService<SCIMUser>
org.apache.syncope.ext.scimv2.cxf.service.SCIMUserServiceImpl
- All Implemented Interfaces:
SCIMResourceService<SCIMUser>
,SCIMUserService
-
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
ConstructorsConstructorDescriptionSCIMUserServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected SCIMResource
getResource
(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
-
SCIMUserServiceImpl
public SCIMUserServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)
-
-
Method Details
-
create
- Specified by:
create
in interfaceSCIMResourceService<SCIMUser>
-
get
- Specified by:
get
in interfaceSCIMResourceService<SCIMUser>
-
update
- Specified by:
update
in interfaceSCIMResourceService<SCIMUser>
-
replace
- Specified by:
replace
in interfaceSCIMResourceService<SCIMUser>
-
getResource
- Specified by:
getResource
in classAbstractSCIMService<SCIMUser>
-
delete
- Specified by:
delete
in interfaceSCIMResourceService<SCIMUser>
-
search
public ListResponse<SCIMUser> search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count) - Specified by:
search
in interfaceSCIMResourceService<SCIMUser>
-
search
- Specified by:
search
in interfaceSCIMResourceService<SCIMUser>
-