Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component org.nuxeo.ecm.platform.ui.web.auth.JSFConfig

Resolution Order

560
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.ui.web.auth.JSFConfig">

  <extension
    target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"
    point="sessionManager">

    <sessionManager name="SeamJsf" enabled="true"
      class="org.nuxeo.ecm.platform.ui.web.auth.plugins.SeamJsfSessionManager">
    </sessionManager>
  </extension>

  <extension
    target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"
    point="openUrl">
    <openUrl name="SystemLogRestlet">
      <grantPattern>${org.nuxeo.ecm.contextPath}/restAPI/systemLog</grantPattern>
    </openUrl>
    <openUrl name="SeamRemotingInterfaceResources">
      <grantPattern>${org.nuxeo.ecm.contextPath}/seam/resource/remoting/interface.js.*</grantPattern>
    </openUrl>

  </extension>

</component>