spring-configuration-metadata.json 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "groups": [
  3. {
  4. "name": "gig.auth.resource",
  5. "type": "com.stellvoy.authsdk.resource.config.ResourceInterceptorConfiguration",
  6. "sourceType": "com.stellvoy.authsdk.resource.config.ResourceAuthProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "gig.auth.resource.enable",
  12. "type": "java.lang.Boolean",
  13. "description": "是否开启登录拦截功能,如果开启则需要指定拦截路径,默认拦截所有",
  14. "sourceType": "com.stellvoy.authsdk.resource.config.ResourceAuthProperties",
  15. "defaultValue": false
  16. },
  17. {
  18. "name": "gig.auth.resource.includeLoginPaths",
  19. "type": "java.util.List",
  20. "description": "要拦截的路径,例如:/user/**",
  21. "sourceType": "com.stellvoy.authsdk.resource.config.ResourceAuthProperties"
  22. },
  23. {
  24. "name": "gig.auth.resource.excludeLoginPaths",
  25. "type": "java.util.List",
  26. "description": "不拦截的路径,例如:/user/**",
  27. "sourceType": "com.stellvoy.authsdk.resource.config.ResourceAuthProperties"
  28. }
  29. ],
  30. "hints": []
  31. }