Individual Documentation Coverage
Login module for Nuxeo.
Uses JAAS.
Version: missing
Location: nuxeo-services/nuxeo-platform-login/src/main/resources/OSGI-INF/NXLoginModule-framework.xml
No requirements
Not required
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.
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.
Last generation: 18:21:25 CEST 11/07/2009