Uses of Interface
org.apache.syncope.ext.scimv2.api.service.SCIMService
-
Packages that use SCIMService Package Description org.apache.syncope.ext.scimv2.cxf org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of SCIMService in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf that return SCIMService Modifier and Type Method Description SCIMService
SCIMv2RESTCXFContext. scimService(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic)
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type SCIMService Modifier and Type Method Description Server
SCIMv2RESTCXFContext. scimv2Container(SCIMService scimService, SCIMGroupService scimv2GroupService, SCIMUserService scimv2UserService, GZIPInInterceptor gzipInInterceptor, GZIPOutInterceptor gzipOutInterceptor, org.apache.cxf.jaxrs.validation.JAXRSBeanValidationInInterceptor validationInInterceptor, com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider scimJacksonJsonProvider, SCIMExceptionMapper scimExceptionMapper, AddETagFilter scimAddETagFilter, Bus bus, ApplicationContext ctx)
-
Uses of SCIMService in org.apache.syncope.ext.scimv2.cxf.service
Classes in org.apache.syncope.ext.scimv2.cxf.service that implement SCIMService Modifier and Type Class Description class
SCIMServiceImpl
-