Uses of Class
org.apache.syncope.common.lib.to.SRARouteTO
Packages that use SRARouteTO
Package
Description
-
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 SRARouteTOModifier and TypeMethodDescriptionprotected ActionsPanel
<SRARouteTO> SRARouteDirectoryPanel.getActions
(IModel<SRARouteTO> model) protected List
<IColumn<SRARouteTO, String>> SRARouteDirectoryPanel.getColumns()
Iterator
<? extends SRARouteTO> SRARouteDirectoryPanel.SRARouteProvider.iterator
(long first, long count) SRARouteDirectoryPanel.SRARouteProvider.model
(SRARouteTO route) Methods in org.apache.syncope.client.console.panels with parameters of type SRARouteTOModifier and TypeMethodDescriptionprotected WizardModel
SRARouteWizardBuilder.buildModelSteps
(SRARouteTO modelObject, WizardModel wizardModel) 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 SRARouteTOModifier and TypeMethodDescriptionprotected ActionsPanel
<SRARouteTO> SRARouteDirectoryPanel.getActions
(IModel<SRARouteTO> model) Constructors in org.apache.syncope.client.console.panels with parameters of type SRARouteTOModifierConstructorDescriptionProfile
(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 SRARouteTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type SRARouteTOMethods in org.apache.syncope.client.console.rest with parameters of type SRARouteTOModifier and TypeMethodDescriptionvoid
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 SRARouteTOModifier and TypeMethodDescriptionReturns route with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type SRARouteTOMethods in org.apache.syncope.common.rest.api.service with parameters of type SRARouteTOModifier and TypeMethodDescriptionSRARouteService.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 SRARouteTOModifier and TypeMethodDescriptionSRARouteLogic.create
(SRARouteTO routeTO) protected SRARouteTO
SRARouteLogic.resolveReference
(Method method, Object... args) SRARouteLogic.update
(SRARouteTO routeTO) Methods in org.apache.syncope.core.logic that return types with arguments of type SRARouteTOMethods in org.apache.syncope.core.logic with parameters of type SRARouteTOModifier and TypeMethodDescriptionSRARouteLogic.create
(SRARouteTO routeTO) 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 SRARouteTOMethods in org.apache.syncope.core.provisioning.api.data with parameters of type SRARouteTOModifier and TypeMethodDescriptionvoid
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 SRARouteTOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type SRARouteTOModifier and TypeMethodDescriptionvoid
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 SRARouteTOMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type SRARouteTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type SRARouteTOModifier and TypeMethodDescriptionSRARouteServiceImpl.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 SRARouteTOMethods in org.apache.syncope.sra that return types with arguments of type SRARouteTOMethods in org.apache.syncope.sra with parameters of type SRARouteTOModifier and TypeMethodDescriptionprotected org.springframework.cloud.gateway.filter.GatewayFilter
RouteProvider.toFilter
(SRARouteTO route, SRARouteFilter gwfilter) protected org.springframework.cloud.gateway.route.Route.AsyncBuilder
RouteProvider.toRoute
(SRARouteTO gwroute)