Uses of Interface
org.apache.syncope.ext.scimv2.api.service.SCIMUserService
-
Packages that use SCIMUserService Package Description org.apache.syncope.ext.scimv2.cxf org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of SCIMUserService in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf that return SCIMUserService Modifier and Type Method Description SCIMUserService
SCIMv2RESTCXFContext. scimv2UserService(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager)
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type SCIMUserService 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 SCIMUserService in org.apache.syncope.ext.scimv2.cxf.service
Classes in org.apache.syncope.ext.scimv2.cxf.service that implement SCIMUserService Modifier and Type Class Description class
SCIMUserServiceImpl
-