crowdConfigurationWrapper element
Type: | crowdConfigurationResource |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
A rest request/response resource wrapper, that contains a data parameter, which is the crowd configuration.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<crowdConfigurationWrapper>
<data>
<applicationName>...</applicationName>
<applicationPassword>...</applicationPassword>
<crowdServerUrl>...</crowdServerUrl>
<sessionKeyIsAuthenticated>...</sessionKeyIsAuthenticated>
<sessionKeyTokenKey>...</sessionKeyTokenKey>
<sessionValidationInterval>...</sessionValidationInterval>
<sessionKeyLastValidation>...</sessionKeyLastValidation>
<useGroups>...</useGroups>
<httpProxyHost>...</httpProxyHost>
<httpProxyPort>...</httpProxyPort>
<httpProxyUsername>...</httpProxyUsername>
<httpProxyPassword>...</httpProxyPassword>
<httpMaxConnections>...</httpMaxConnections>
<httpTimeout>...</httpTimeout>
<cookieTokenKey>...</cookieTokenKey>
</data>
</crowdConfigurationWrapper>