Bundle org.nuxeo.ecm.platform.usermanager
Components
- org.nuxeo.ecm.platform.computedgroups.ComputedGroupsServiceImpl
- org.nuxeo.ecm.platform.usermanager.UserService
- org.nuxeo.ecm.platform.computedgroups.UserManager.companyComputerContrib
- org.nuxeo.ecm.platform.usermanager.UserManagerImpl
Maven artifact
file | nuxeo-platform-usermanager-core-5.6.jar |
---|---|
groupId | |
artifactId | nuxeo-platform-usermanager-core |
version | 5.6 |
Manifest
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: 1.6.0_20 (Sun Microsystems Inc.)
Built-By: hudson
Build-Jdk: 1.6.0_30
Bundle-ManifestVersion: 2
Bundle-Version: 0.0.0.SNAPSHOT
Export-Package: org.nuxeo.ecm.platform.usermanager;core=split,org.nuxe
o.ecm.platform.computedgroups
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Category: web,stateful
Bundle-Name: Nuxeo User Manager Module
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.nuxeo.ecm.platform.usermanager.api;visibility:=ree
xport
Bundle-Vendor: Nuxeo
Eclipse-LazyStart: false
Nuxeo-Component: OSGI-INF/UserService.xml,OSGI-INF/computedgroups-fram
ework.xml,OSGI-INF/companycomputedgroups-contrib.xml,OSGI-INF/UserMan
agerImpl.xml
Import-Package: org.apache.commons.logging,org.nuxeo.common.collection
s,org.nuxeo.common.xmap.annotation,org.nuxeo.ecm.core;api=split,org.n
uxeo.ecm.core.api;api=split,org.nuxeo.ecm.core.api.impl,org.nuxeo.ecm
.core.api.security,org.nuxeo.ecm.directory;api=split,org.nuxeo.ecm.di
rectory.api,org.nuxeo.ecm.platform.usermanager.exceptions,org.nuxeo.r
untime,org.nuxeo.runtime.api,org.nuxeo.runtime.model,org.nuxeo.runtim
e.services.event
Bundle-SymbolicName: org.nuxeo.ecm.platform.usermanager
Documentation
This bundle contains all the implementation logic for the UserManager feature.
Technically this includes :
- implementation components
- extension points to configure and extend
- the service binding
You should depend on this bundle only if you want to contribute new code to the UserManager. If are only client of the feature, depending on API bundle is enought.