Uses of Class
org.apache.syncope.core.logic.wa.WAConfigLogic
-
Packages that use WAConfigLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service.wa -
-
Uses of WAConfigLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return WAConfigLogic Modifier and Type Method Description WAConfigLogic
AMLogicContext. waConfigLogic(ServiceOps serviceOps, SecurityProperties securityProperties, WAConfigDataBinder binder, WAConfigDAO waConfigDAO)
-
Uses of WAConfigLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type WAConfigLogic Modifier and Type Method Description WAConfigService
AMRESTCXFContext. waConfigService(WAConfigLogic waConfigLogic)
-
Uses of WAConfigLogic in org.apache.syncope.core.rest.cxf.service.wa
Fields in org.apache.syncope.core.rest.cxf.service.wa declared as WAConfigLogic Modifier and Type Field Description protected WAConfigLogic
WAConfigServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type WAConfigLogic Constructor Description WAConfigServiceImpl(WAConfigLogic logic)
-