54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"groups": [
|
|
{
|
|
"name": "auth.jwt",
|
|
"type": "com.etl.jwt.config.AuthJwtProperties",
|
|
"sourceType": "com.etl.jwt.config.AuthJwtProperties"
|
|
}
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "auth.jwt.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"sourceType": "com.etl.jwt.config.AuthJwtProperties"
|
|
},
|
|
{
|
|
"name": "auth.jwt.expiration",
|
|
"type": "java.lang.Long",
|
|
"sourceType": "com.etl.jwt.config.AuthJwtProperties"
|
|
},
|
|
{
|
|
"name": "auth.jwt.header",
|
|
"type": "java.lang.String",
|
|
"sourceType": "com.etl.jwt.config.AuthJwtProperties"
|
|
},
|
|
{
|
|
"name": "auth.jwt.pwd-param-name",
|
|
"type": "java.lang.String",
|
|
"description": "用户登录-密码参数名称",
|
|
"sourceType": "com.etl.jwt.config.AuthJwtProperties"
|
|
},
|
|
{
|
|
"name": "auth.jwt.secret",
|
|
"type": "java.lang.String",
|
|
"sourceType": "com.etl.jwt.config.AuthJwtProperties"
|
|
},
|
|
{
|
|
"name": "auth.jwt.skip-valid-url",
|
|
"type": "java.lang.String",
|
|
"sourceType": "com.etl.jwt.config.AuthJwtProperties"
|
|
},
|
|
{
|
|
"name": "auth.jwt.use-default-controller",
|
|
"type": "java.lang.Boolean",
|
|
"sourceType": "com.etl.jwt.config.AuthJwtProperties"
|
|
},
|
|
{
|
|
"name": "auth.jwt.user-param-name",
|
|
"type": "java.lang.String",
|
|
"description": "用户登录-用户名参数名称",
|
|
"sourceType": "com.etl.jwt.config.AuthJwtProperties"
|
|
}
|
|
],
|
|
"hints": []
|
|
} |