redbackRuntimeConfiguration element

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

Example XML

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