Nuxeo 5

Nuxeo 5 Component
org.nuxeo.ecm.platform.login.LoginPluginRegistry

Individual Documentation Coverage

done proportion
75.0 %


Login module for Nuxeo.
Uses JAAS.



Author: missing

Version: missing

Location: nuxeo-services/nuxeo-platform-login/src/main/resources/OSGI-INF/NXLoginModule-framework.xml

Require

No requirements

Required by

Not required

Implementation


Extension Points:

plugin


This extension point can be used to register new Login Plugin.
The XML extension can contain a arbitrary number of Plugin declaration if the form :

        <LoginPlugin class="org.nuxeo.ecm.platform.login.TrustingLoginPlugin" name="Trusting_LM">
          <enabled>true</enabled>
          <parameters name="XXX">YYYY</parameters>
          ....
        </LoginPlugin>


The parameters tag can be repeated an arbitrary number of time and can be used to pass configuration to the plugin.
The class attribute defines the class implementing the org.nuxeo.ecm.platform.login.LoginPlugin interface.

callbackFactory


Because some AppServer requires to use non-standard JAAS callbacks, this extension point can be used to register plugin that will handle this AppServer specific part of the Login process.


Has contribution from:

Last generation: 18:21:25 CEST 11/07/2009