Uses of Interface
org.apache.syncope.ext.scimv2.api.service.SCIMUserService
Packages that use SCIMUserService
-
Uses of SCIMUserService in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf that return SCIMUserServiceModifier and TypeMethodDescriptionSCIMv2RESTCXFContext.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 SCIMUserServiceModifier and TypeMethodDescriptionSCIMv2RESTCXFContext.scimv2Container
(SCIMService scimService, SCIMGroupService scimv2GroupService, SCIMUserService scimv2UserService, GZIPInInterceptor gzipInInterceptor, GZIPOutInterceptor gzipOutInterceptor, org.apache.cxf.jaxrs.validation.JAXRSBeanValidationInInterceptor validationInInterceptor, com.fasterxml.jackson.jakarta.rs.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