redbackRuntimeConfiguration Data Type

Schema
ns0.xsd
Available Since
1.4-M4
Properties
name data type type namespace min/max occurs description
configurationProperties (custom) element 0/1  
configurationPropertiesEntries propertyEntry element 0/unbounded  
ldapConfiguration ldapConfiguration element 0/1  
ldapGroupMappings ldapGroupMapping element 0/unbounded  
migratedFromRedbackConfiguration boolean element 1/1  
rbacManagerImpls string element 0/unbounded  
useUsersCache boolean element 1/1  
userManagerImpls string element 0/unbounded  
usersCacheConfiguration cacheConfiguration element 0/1  

Example

<redbackRuntimeConfiguration>
  <userManagerImpls>...</userManagerImpls>
  <ldapConfiguration>
    <hostName>...</hostName>
    <port>...</port>
    <ssl>...</ssl>
    <baseDn>...</baseDn>
    <contextFactory>...</contextFactory>
    <bindDn>...</bindDn>
    <password>...</password>
    <authenticationMethod>...</authenticationMethod>
    <extraProperties>...</extraProperties>
    <bindAuthenticatorEnabled>...</bindAuthenticatorEnabled>
    <extraPropertiesEntries>
      <key>...</key>
      <value>...</value>
    </extraPropertiesEntries>
    <baseGroupsDn>...</baseGroupsDn>
    <writable>...</writable>
    <useRoleNameAsGroup>...</useRoleNameAsGroup>
  </ldapConfiguration>
  <migratedFromRedbackConfiguration>...</migratedFromRedbackConfiguration>
  <configurationProperties>...</configurationProperties>
  <configurationPropertiesEntries>
    <key>...</key>
    <value>...</value>
  </configurationPropertiesEntries>
  <useUsersCache>...</useUsersCache>
  <usersCacheConfiguration>
    <timeToIdleSeconds>...</timeToIdleSeconds>
    <timeToLiveSeconds>...</timeToLiveSeconds>
    <maxElementsInMemory>...</maxElementsInMemory>
    <maxElementsOnDisk>...</maxElementsOnDisk>
  </usersCacheConfiguration>
  <rbacManagerImpls>...</rbacManagerImpls>
  <ldapGroupMappings>
    <group>...</group>
    <roleNames>...</roleNames>
  </ldapGroupMappings>
</redbackRuntimeConfiguration>