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