redbackRuntimeConfiguration element

Type: redbackRuntimeConfiguration
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <redbackRuntimeConfiguration> <usersCacheConfiguration> <maxElementsOnDisk>...</maxElementsOnDisk> <timeToLiveSeconds>...</timeToLiveSeconds> <maxElementsInMemory>...</maxElementsInMemory> <timeToIdleSeconds>...</timeToIdleSeconds> </usersCacheConfiguration> <useUsersCache>...</useUsersCache> <ldapGroupMappings> <roleNames>...</roleNames> <roleNames>...</roleNames> <!--...more "roleNames" elements...--> <group>...</group> </ldapGroupMappings> <ldapGroupMappings> <!--...--> </ldapGroupMappings> <!--...more "ldapGroupMappings" elements...--> <configurationPropertiesEntries> <value>...</value> <key>...</key> </configurationPropertiesEntries> <configurationPropertiesEntries> <!--...--> </configurationPropertiesEntries> <!--...more "configurationPropertiesEntries" elements...--> <userManagerImpls>...</userManagerImpls> <userManagerImpls>...</userManagerImpls> <!--...more "userManagerImpls" elements...--> <configurationProperties> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </configurationProperties> <rbacManagerImpls>...</rbacManagerImpls> <rbacManagerImpls>...</rbacManagerImpls> <!--...more "rbacManagerImpls" elements...--> <migratedFromRedbackConfiguration>...</migratedFromRedbackConfiguration> <ldapConfiguration> <bindDn>...</bindDn> <hostName>...</hostName> <contextFactory>...</contextFactory> <extraPropertiesEntries> <value>...</value> <key>...</key> </extraPropertiesEntries> <extraPropertiesEntries> <!--...--> </extraPropertiesEntries> <!--...more "extraPropertiesEntries" elements...--> <baseGroupsDn>...</baseGroupsDn> <ssl>...</ssl> <authenticationMethod>...</authenticationMethod> <port>...</port> <password>...</password> <bindAuthenticatorEnabled>...</bindAuthenticatorEnabled> <extraProperties> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </extraProperties> <useRoleNameAsGroup>...</useRoleNameAsGroup> <baseDn>...</baseDn> <writable>...</writable> </ldapConfiguration> </redbackRuntimeConfiguration>