Package io.github.jhipster.config
Class JHipsterProperties.Gateway
- java.lang.Object
-
- io.github.jhipster.config.JHipsterProperties.Gateway
-
- Enclosing class:
- JHipsterProperties
public static class JHipsterProperties.Gateway extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJHipsterProperties.Gateway.RateLimiting
-
Constructor Summary
Constructors Constructor Description Gateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>getAuthorizedMicroservicesEndpoints()JHipsterProperties.Gateway.RateLimitinggetRateLimiting()voidsetAuthorizedMicroservicesEndpoints(Map<String,List<String>> authorizedMicroservicesEndpoints)
-
-
-
Method Detail
-
getRateLimiting
public JHipsterProperties.Gateway.RateLimiting getRateLimiting()
-
getAuthorizedMicroservicesEndpoints
public Map<String,List<String>> getAuthorizedMicroservicesEndpoints()
-
-