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