36 lines
1004 B
JSON
36 lines
1004 B
JSON
{
|
|
"groups": [
|
|
{
|
|
"name": "app.authentication",
|
|
"type": "com.orion.ops.module.infra.config.AppAuthenticationConfig",
|
|
"sourceType": "com.orion.ops.module.infra.config.AppAuthenticationConfig"
|
|
}
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "app.authentication.allowMultiDevice",
|
|
"type": "java.lang.Boolean",
|
|
"description": "是否允许多端登录."
|
|
},
|
|
{
|
|
"name": "app.authentication.allowRefresh",
|
|
"type": "java.lang.Boolean",
|
|
"description": "是否允许凭证续签."
|
|
},
|
|
{
|
|
"name": "app.authentication.maxRefreshCount",
|
|
"type": "java.lang.Integer",
|
|
"description": "凭证续签最大次数."
|
|
},
|
|
{
|
|
"name": "app.authentication.loginFailedLockCount",
|
|
"type": "java.lang.Integer",
|
|
"description": "登录失败锁定次数."
|
|
},
|
|
{
|
|
"name": "app.authentication.loginFailedLockTime",
|
|
"type": "java.lang.Integer",
|
|
"description": "登录失败锁定时间 (分)."
|
|
}
|
|
]
|
|
} |