30 lines
934 B
JSON
30 lines
934 B
JSON
{
|
|
"groups": [
|
|
{
|
|
"name": "project.shiro",
|
|
"type": "com.cwhelp.component.shiro.config.properties.ShiroProjectProperties",
|
|
"sourceType": "com.cwhelp.component.shiro.config.properties.ShiroProjectProperties"
|
|
}
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "project.shiro.global-session-timeout",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.cwhelp.component.shiro.config.properties.ShiroProjectProperties",
|
|
"defaultValue": 1800
|
|
},
|
|
{
|
|
"name": "project.shiro.remember-me-timeout",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.cwhelp.component.shiro.config.properties.ShiroProjectProperties",
|
|
"defaultValue": 7
|
|
},
|
|
{
|
|
"name": "project.shiro.session-validation-interval",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.cwhelp.component.shiro.config.properties.ShiroProjectProperties",
|
|
"defaultValue": 900
|
|
}
|
|
],
|
|
"hints": []
|
|
} |