Uses of Class
org.apache.syncope.core.logic.ClientAppLogic
-
Packages that use ClientAppLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of ClientAppLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ClientAppLogic Modifier and Type Method Description ClientAppLogic
AMLogicContext. clientAppLogic(ServiceOps serviceOps, ClientAppUtilsFactory clientAppUtilsFactory, ClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO)
-
Uses of ClientAppLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type ClientAppLogic Modifier and Type Method Description ClientAppService
AMRESTCXFContext. clientAppService(ClientAppLogic clientAppLogic)
-
Uses of ClientAppLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as ClientAppLogic Modifier and Type Field Description protected ClientAppLogic
ClientAppServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type ClientAppLogic Constructor Description ClientAppServiceImpl(ClientAppLogic logic)
-