RedbackImplementationsInformations Data Type
- Available Since
- 1.4-M4
| name | data type | description |
|---|---|---|
| rbacManagerImplementationInformations | array of RBACManagerImplementationInformation | |
| userManagerImplementationInformations | array of UserManagerImplementationInformation |
Example
{
"userManagerImplementationInformations" : [ {
"beanId" : "...",
"readOnly" : true,
"descriptionKey" : "..."
}, {
"beanId" : "...",
"readOnly" : true,
"descriptionKey" : "..."
} ],
"rbacManagerImplementationInformations" : [ {
"beanId" : "...",
"readOnly" : true,
"descriptionKey" : "..."
}, {
"beanId" : "...",
"readOnly" : true,
"descriptionKey" : "..."
} ]
}