redbackImplementationsInformations Data Type

Schema
ns0.xsd
Available Since
1.4-M4
Properties
name data type type namespace min/max occurs description
rbacManagerImplementationInformations RBACManagerImplementationInformation element 0/unbounded  
userManagerImplementationInformations userManagerImplementationInformation element 0/unbounded  

Example

<redbackImplementationsInformations>
  <userManagerImplementationInformations>
    <readOnly>...</readOnly>
    <beanId>...</beanId>
    <descriptionKey>...</descriptionKey>
  </userManagerImplementationInformations>
  <rbacManagerImplementationInformations>
    <readOnly>...</readOnly>
    <beanId>...</beanId>
    <descriptionKey>...</descriptionKey>
  </rbacManagerImplementationInformations>
</redbackImplementationsInformations>