Uses of Class
org.apache.syncope.core.logic.SRARouteLogic
-
Packages that use SRARouteLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of SRARouteLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SRARouteLogic Modifier and Type Method Description SRARouteLogic
AMLogicContext. sraRouteLogic(EntityFactory entityFactory, ServiceOps serviceOps, SecurityProperties securityProperties, SRARouteDAO routeDAO, SRARouteDataBinder binder)
-
Uses of SRARouteLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SRARouteLogic Modifier and Type Method Description SRARouteService
AMRESTCXFContext. sraRouteService(SRARouteLogic sraRouteLogic)
-
Uses of SRARouteLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SRARouteLogic Modifier and Type Field Description protected SRARouteLogic
SRARouteServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type SRARouteLogic Constructor Description SRARouteServiceImpl(SRARouteLogic logic)
-