Class SCIMServiceImpl
java.lang.Object
org.apache.syncope.ext.scimv2.cxf.service.AbstractSCIMService<SCIMResource>
org.apache.syncope.ext.scimv2.cxf.service.SCIMServiceImpl
- All Implemented Interfaces:
SCIMService
-
Field Summary
FieldsFields inherited from class org.apache.syncope.ext.scimv2.cxf.service.AbstractSCIMService
anyObjectDAO, anyObjectLogic, binder, confManager, groupDAO, groupLogic, LOG, messageContext, uriInfo, userDAO, userLogic
-
Constructor Summary
ConstructorsConstructorDescriptionSCIMServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) -
Method Summary
Modifier and TypeMethodDescriptionprotected SCIMResource
getResource
(String key) resourceType
(String type) schemas()
Methods inherited from class org.apache.syncope.ext.scimv2.cxf.service.AbstractSCIMService
anyDAO, anyLogic, checkETag, createResponse, doSearch, getPreference, updateResponse
-
Field Details
-
scimLogic
-
-
Constructor Details
-
SCIMServiceImpl
public SCIMServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic)
-
-
Method Details
-
serviceProviderConfig
- Specified by:
serviceProviderConfig
in interfaceSCIMService
-
resourceTypes
- Specified by:
resourceTypes
in interfaceSCIMService
-
resourceType
- Specified by:
resourceType
in interfaceSCIMService
-
schemas
- Specified by:
schemas
in interfaceSCIMService
-
schema
- Specified by:
schema
in interfaceSCIMService
-
getResource
- Specified by:
getResource
in classAbstractSCIMService<SCIMResource>
-