JBoss.orgCommunity Documentation

RestPortalContainerNameConfig

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>
Name Type Value Description
rest-container-name any valid container name portal The name of the container.