Uses of Class
org.apache.syncope.sra.RouteProvider
-
Packages that use RouteProvider Package Description org.apache.syncope.sra org.apache.syncope.sra.security -
-
Uses of RouteProvider in org.apache.syncope.sra
Methods in org.apache.syncope.sra that return RouteProvider Modifier and Type Method Description RouteProviderSyncopeSRAApplication. routeProvider(org.springframework.context.ConfigurableApplicationContext ctx, ServiceOps serviceOps, SRAProperties props)Methods in org.apache.syncope.sra with parameters of type RouteProvider Modifier and Type Method Description org.springframework.cloud.gateway.route.RouteLocatorSyncopeSRAApplication. routes(RouteProvider routeProvider)org.springframework.web.server.WebExceptionHandlerSyncopeSRAApplication. syncopeSRAWebExceptionHandler(RouteProvider routeProvider, SRAProperties props)Constructors in org.apache.syncope.sra with parameters of type RouteProvider Constructor Description SyncopeSRAWebExceptionHandler(RouteProvider routeProvider, SRAProperties props) -
Uses of RouteProvider in org.apache.syncope.sra.security
Fields in org.apache.syncope.sra.security declared as RouteProvider Modifier and Type Field Description protected RouteProviderAbstractRouteMatcher. routeProvider
-