redbackRuntimeConfiguration element

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

Example XML

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