Uses of Class
org.apache.syncope.core.logic.ConfParamLogic
-
Packages that use ConfParamLogic Package Description org.apache.syncope.core.keymaster.rest.cxf.service org.apache.syncope.core.starter -
-
Uses of ConfParamLogic in org.apache.syncope.core.keymaster.rest.cxf.service
Fields in org.apache.syncope.core.keymaster.rest.cxf.service declared as ConfParamLogic Modifier and Type Field Description protected ConfParamLogic
ConfParamServiceImpl. logic
Constructors in org.apache.syncope.core.keymaster.rest.cxf.service with parameters of type ConfParamLogic Constructor Description ConfParamServiceImpl(ConfParamLogic logic)
-
Uses of ConfParamLogic in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return ConfParamLogic Modifier and Type Method Description ConfParamLogic
SelfKeymasterContext. confParamLogic(InternalConfParamHelper helper)
Methods in org.apache.syncope.core.starter with parameters of type ConfParamLogic Modifier and Type Method Description ConfParamService
SelfKeymasterContext. confParamService(ConfParamLogic confParamLogic)
-