Package tech.jhipster.config
Class JHipsterProperties.Gateway
- java.lang.Object
-
- tech.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 class
JHipsterProperties.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.RateLimiting
getRateLimiting()
void
setAuthorizedMicroservicesEndpoints(Map<String,List<String>> authorizedMicroservicesEndpoints)
-
-
-
Method Detail
-
getRateLimiting
public JHipsterProperties.Gateway.RateLimiting getRateLimiting()
-
getAuthorizedMicroservicesEndpoints
public Map<String,List<String>> getAuthorizedMicroservicesEndpoints()
-
-