public interface UserProfileService
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Clears the user profile cache.
|
ImporterConfig |
getImporterConfig()
Get the user profile XMap descriptor for the importer config
|
DocumentModel |
getUserProfile(DocumentModel userModel,
CoreSession session)
Get a DocumentModel containing both user and user profile schemas
|
DocumentModel |
getUserProfileDocument(CoreSession session)
Get the current user profile.
|
DocumentModel |
getUserProfileDocument(String userName,
CoreSession session)
Get the profile of a specific user.
|
DocumentModel getUserProfileDocument(CoreSession session)
the
- current CoreSessionDocumentModel getUserProfileDocument(String userName, CoreSession session)
the
- user namethe
- current CoreSessionDocumentModel getUserProfile(DocumentModel userModel, CoreSession session)
the
- user DocumentModelthe
- current CoreSessionvoid clearCache()
ImporterConfig getImporterConfig()
Copyright © 2018 Nuxeo. All rights reserved.