This plugin is used to set the portal container name used for REST service.
Sample configuration:
<component>
<key>org.exoplatform.social.opensocial.auth.RestPortalContainerNameConfig</key>
<type>org.exoplatform.social.opensocial.auth.RestPortalContainerNameConfig</type>
<init-params>
<value-param>
<name>rest-container-name</name>
<value>portal</value>
</value-param>
</init-params>
</component>
Init-params:
Name | Type | Value | Description |
---|---|---|---|
rest-container-name |
String
|
portal
| The portal container name. |