yangys
2024-04-04 ed4a5236bab800094be4a8378f5098eebe3de6ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
  "groups": [
    {
      "name": "blade.secure",
      "type": "com.qianwen.core.secure.props.BladeSecureProperties",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
    }
  ],
  "properties": [
    {
      "name": "blade.secure.auth",
      "type": "java.util.List<com.qianwen.core.secure.props.AuthSecure>",
      "description": "授权配置",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
    },
    {
      "name": "blade.secure.auth-enabled",
      "type": "java.lang.Boolean",
      "description": "开启授权规则",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties",
      "defaultValue": true
    },
    {
      "name": "blade.secure.basic",
      "type": "java.util.List<com.qianwen.core.secure.props.BasicSecure>",
      "description": "基础认证配置",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
    },
    {
      "name": "blade.secure.basic-enabled",
      "type": "java.lang.Boolean",
      "description": "开启基础认证规则",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties",
      "defaultValue": true
    },
    {
      "name": "blade.secure.client",
      "type": "java.util.List<com.qianwen.core.secure.props.ClientSecure>",
      "description": "客户端配置",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
    },
    {
      "name": "blade.secure.client-enabled",
      "type": "java.lang.Boolean",
      "description": "开启客户端规则",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties",
      "defaultValue": true
    },
    {
      "name": "blade.secure.enabled",
      "type": "java.lang.Boolean",
      "description": "开启鉴权规则",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties",
      "defaultValue": false
    },
    {
      "name": "blade.secure.sign",
      "type": "java.util.List<com.qianwen.core.secure.props.SignSecure>",
      "description": "签名认证配置",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
    },
    {
      "name": "blade.secure.sign-enabled",
      "type": "java.lang.Boolean",
      "description": "开启签名认证规则",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties",
      "defaultValue": true
    },
    {
      "name": "blade.secure.skip-url",
      "type": "java.util.List<java.lang.String>",
      "description": "鉴权放行请求",
      "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
    }
  ],
  "hints": []
}