Uses of Class
org.apache.syncope.common.lib.to.SRARouteTO
-
-
Uses of SRARouteTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type SRARouteTO Modifier and Type Method Description protected ActionsPanel<SRARouteTO>SRARouteDirectoryPanel. getActions(IModel<SRARouteTO> model)protected List<IColumn<SRARouteTO,String>>SRARouteDirectoryPanel. getColumns()Iterator<? extends SRARouteTO>SRARouteDirectoryPanel.SRARouteProvider. iterator(long first, long count)IModel<SRARouteTO>SRARouteDirectoryPanel.SRARouteProvider. model(SRARouteTO route)Methods in org.apache.syncope.client.console.panels with parameters of type SRARouteTO Modifier and Type Method Description protected WizardModelSRARouteWizardBuilder. buildModelSteps(SRARouteTO modelObject, WizardModel wizardModel)IModel<SRARouteTO>SRARouteDirectoryPanel.SRARouteProvider. model(SRARouteTO route)protected SerializableSRARouteWizardBuilder. onApplyInternal(SRARouteTO modelObject)Method parameters in org.apache.syncope.client.console.panels with type arguments of type SRARouteTO Modifier and Type Method Description protected ActionsPanel<SRARouteTO>SRARouteDirectoryPanel. getActions(IModel<SRARouteTO> model)Constructors in org.apache.syncope.client.console.panels with parameters of type SRARouteTO Constructor Description Profile(SRARouteTO route)SRARouteWizardBuilder(SRARouteTO route, SRARouteRestClient sraRouteRestClient, PageReference pageRef) -
Uses of SRARouteTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return SRARouteTO Modifier and Type Method Description SRARouteTOSRARouteRestClient. read(String key)Methods in org.apache.syncope.client.console.rest that return types with arguments of type SRARouteTO Modifier and Type Method Description List<SRARouteTO>SRARouteRestClient. list()Methods in org.apache.syncope.client.console.rest with parameters of type SRARouteTO Modifier and Type Method Description voidSRARouteRestClient. create(SRARouteTO route)voidSRARouteRestClient. update(SRARouteTO route) -
Uses of SRARouteTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SRARouteTO Modifier and Type Method Description SRARouteTOSRARouteService. read(@NotNull String key)Returns route with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type SRARouteTO Modifier and Type Method Description List<SRARouteTO>SRARouteService. list()Returns a list of all existing routes.Methods in org.apache.syncope.common.rest.api.service with parameters of type SRARouteTO Modifier and Type Method Description javax.ws.rs.core.ResponseSRARouteService. create(@NotNull SRARouteTO routeTO)Creates a new route.voidSRARouteService. update(@NotNull SRARouteTO routeTO)Updates route with matching key. -
Uses of SRARouteTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SRARouteTO Modifier and Type Method Description SRARouteTOSRARouteLogic. create(SRARouteTO routeTO)SRARouteTOSRARouteLogic. delete(String key)SRARouteTOSRARouteLogic. read(String key)protected SRARouteTOSRARouteLogic. resolveReference(Method method, Object... args)SRARouteTOSRARouteLogic. update(SRARouteTO routeTO)Methods in org.apache.syncope.core.logic that return types with arguments of type SRARouteTO Modifier and Type Method Description List<SRARouteTO>SRARouteLogic. list()Methods in org.apache.syncope.core.logic with parameters of type SRARouteTO Modifier and Type Method Description SRARouteTOSRARouteLogic. create(SRARouteTO routeTO)SRARouteTOSRARouteLogic. update(SRARouteTO routeTO) -
Uses of SRARouteTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SRARouteTO Modifier and Type Method Description SRARouteTOSRARouteDataBinder. getSRARouteTO(SRARoute route)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SRARouteTO Modifier and Type Method Description voidSRARouteDataBinder. getSRARoute(SRARoute route, SRARouteTO routeTO) -
Uses of SRARouteTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SRARouteTO Modifier and Type Method Description SRARouteTOSRARouteDataBinderImpl. getSRARouteTO(SRARoute route)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SRARouteTO Modifier and Type Method Description voidSRARouteDataBinderImpl. getSRARoute(SRARoute route, SRARouteTO routeTO) -
Uses of SRARouteTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return SRARouteTO Modifier and Type Method Description SRARouteTOSRARouteServiceImpl. read(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type SRARouteTO Modifier and Type Method Description List<SRARouteTO>SRARouteServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SRARouteTO Modifier and Type Method Description javax.ws.rs.core.ResponseSRARouteServiceImpl. create(SRARouteTO routeTO)voidSRARouteServiceImpl. update(SRARouteTO routeTO) -
Uses of SRARouteTO in org.apache.syncope.sra
Fields in org.apache.syncope.sra with type parameters of type SRARouteTO Modifier and Type Field Description protected List<SRARouteTO>RouteProvider. routeTOsMethods in org.apache.syncope.sra that return types with arguments of type SRARouteTO Modifier and Type Method Description List<SRARouteTO>RouteProvider. getRouteTOs()Methods in org.apache.syncope.sra with parameters of type SRARouteTO Modifier and Type Method Description protected org.springframework.cloud.gateway.filter.GatewayFilterRouteProvider. toFilter(SRARouteTO route, SRARouteFilter gwfilter)protected org.springframework.cloud.gateway.route.Route.AsyncBuilderRouteProvider. toRoute(SRARouteTO gwroute)
-