Uses of Class
org.apache.syncope.core.logic.wa.WAClientAppLogic
-
Packages that use WAClientAppLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service.wa -
-
Uses of WAClientAppLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return WAClientAppLogic Modifier and Type Method Description WAClientAppLogicAMLogicContext. waClientAppLogic(WAClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO) -
Uses of WAClientAppLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type WAClientAppLogic Modifier and Type Method Description WAClientAppServiceAMRESTCXFContext. waClientAppService(WAClientAppLogic waClientAppLogic) -
Uses of WAClientAppLogic in org.apache.syncope.core.rest.cxf.service.wa
Fields in org.apache.syncope.core.rest.cxf.service.wa declared as WAClientAppLogic Modifier and Type Field Description protected WAClientAppLogicWAClientAppServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type WAClientAppLogic Constructor Description WAClientAppServiceImpl(WAClientAppLogic logic)
-