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 WizardModelSRARouteWizardBuilder.buildModelSteps(SRARouteTO modelObject, WizardModel wizardModel) SRARouteDirectoryPanel.SRARouteProvider.model(SRARouteTO route) protected SerializableSRARouteWizardBuilder.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 TypeMethodDescriptionvoidSRARouteRestClient.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 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.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 SRARouteTOModifier and TypeMethodDescriptionSRARouteLogic.create(SRARouteTO routeTO) protected SRARouteTOSRARouteLogic.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 TypeMethodDescriptionvoidSRARouteDataBinder.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 TypeMethodDescriptionvoidSRARouteDataBinderImpl.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) voidSRARouteServiceImpl.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.GatewayFilterRouteProvider.toFilter(SRARouteTO route, SRARouteFilter gwfilter) protected org.springframework.cloud.gateway.route.Route.AsyncBuilderRouteProvider.toRoute(SRARouteTO gwroute)