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 WizardModel
SRARouteWizardBuilder. buildModelSteps(SRARouteTO modelObject, WizardModel wizardModel)
IModel<SRARouteTO>
SRARouteDirectoryPanel.SRARouteProvider. model(SRARouteTO route)
protected Serializable
SRARouteWizardBuilder. 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 SRARouteTO
SRARouteRestClient. 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 void
SRARouteRestClient. create(SRARouteTO route)
void
SRARouteRestClient. 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 SRARouteTO
SRARouteService. 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.Response
SRARouteService. create(@NotNull SRARouteTO routeTO)
Creates a new route.void
SRARouteService. 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 SRARouteTO
SRARouteLogic. create(SRARouteTO routeTO)
SRARouteTO
SRARouteLogic. delete(String key)
SRARouteTO
SRARouteLogic. read(String key)
protected SRARouteTO
SRARouteLogic. resolveReference(Method method, Object... args)
SRARouteTO
SRARouteLogic. 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 SRARouteTO
SRARouteLogic. create(SRARouteTO routeTO)
SRARouteTO
SRARouteLogic. 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 SRARouteTO
SRARouteDataBinder. getSRARouteTO(SRARoute route)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SRARouteTO Modifier and Type Method Description void
SRARouteDataBinder. 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 SRARouteTO
SRARouteDataBinderImpl. getSRARouteTO(SRARoute route)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SRARouteTO Modifier and Type Method Description void
SRARouteDataBinderImpl. 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 SRARouteTO
SRARouteServiceImpl. 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.Response
SRARouteServiceImpl. create(SRARouteTO routeTO)
void
SRARouteServiceImpl. 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. routeTOs
Methods 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.GatewayFilter
RouteProvider. toFilter(SRARouteTO route, SRARouteFilter gwfilter)
protected org.springframework.cloud.gateway.route.Route.AsyncBuilder
RouteProvider. toRoute(SRARouteTO gwroute)
-