Uses of Interface
org.apache.syncope.common.keymaster.rest.api.service.ConfParamService
-
Packages that use ConfParamService Package Description org.apache.syncope.core.keymaster.rest.cxf.service org.apache.syncope.core.starter -
-
Uses of ConfParamService in org.apache.syncope.core.keymaster.rest.cxf.service
Classes in org.apache.syncope.core.keymaster.rest.cxf.service that implement ConfParamService Modifier and Type Class Description class
ConfParamServiceImpl
-
Uses of ConfParamService in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return ConfParamService Modifier and Type Method Description ConfParamService
SelfKeymasterContext. confParamService(ConfParamLogic confParamLogic)
Methods in org.apache.syncope.core.starter with parameters of type ConfParamService Modifier and Type Method Description Server
SelfKeymasterContext. selfKeymasterContainer(DomainHolder domainHolder, ConfParamService confParamService, NetworkServiceService networkServiceService, DomainService domainService, com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider jsonProvider, GZIPInInterceptor gzipInInterceptor, GZIPOutInterceptor gzipOutInterceptor, org.apache.cxf.jaxrs.validation.JAXRSBeanValidationInInterceptor validationInInterceptor, RestServiceExceptionMapper restServiceExceptionMapper, Bus bus, Environment env)
-