RedbackImplementationsInformations Data Type

Available Since
1.4-M4
Properties
name data type description
rbacManagerImplementationInformations array of RBACManagerImplementationInformation
userManagerImplementationInformations array of UserManagerImplementationInformation

Example

{
  "userManagerImplementationInformations" : [ {
    "beanId" : "...",
    "descriptionKey" : "...",
    "readOnly" : true
  }, {
    "beanId" : "...",
    "descriptionKey" : "...",
    "readOnly" : true
  } ],
  "rbacManagerImplementationInformations" : [ {
    "beanId" : "...",
    "descriptionKey" : "...",
    "readOnly" : true
  }, {
    "beanId" : "...",
    "descriptionKey" : "...",
    "readOnly" : true
  } ]
}