Uses of Interface
org.nuxeo.ecm.directory.api.DirectoryService
-
-
Uses of DirectoryService in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as DirectoryService Modifier and Type Field Description protected DirectoryService
GetDirectoryEntries. directoryService
-
Uses of DirectoryService in org.nuxeo.ecm.automation.core.operations.services.directory
Fields in org.nuxeo.ecm.automation.core.operations.services.directory declared as DirectoryService Modifier and Type Field Description protected DirectoryService
CreateDirectoryEntries. directoryService
protected DirectoryService
CreateVocabularyEntry. directoryService
protected DirectoryService
DeleteDirectoryEntries. directoryService
protected DirectoryService
DirectoryProjection. directoryService
protected DirectoryService
LoadFromCSV. directoryService
protected DirectoryService
ReadDirectoryEntries. directoryService
protected DirectoryService
SuggestDirectoryEntries. directoryService
protected DirectoryService
UpdateDirectoryEntries. directoryService
-
Uses of DirectoryService in org.nuxeo.ecm.automation.core.operations.users
Fields in org.nuxeo.ecm.automation.core.operations.users declared as DirectoryService Modifier and Type Field Description protected DirectoryService
SuggestUserEntries. directoryService
-
Uses of DirectoryService in org.nuxeo.ecm.automation.features
Methods in org.nuxeo.ecm.automation.features that return DirectoryService Modifier and Type Method Description DirectoryService
PlatformFunctions. getDirService()
Deprecated.since 11.1. -
Uses of DirectoryService in org.nuxeo.ecm.directory
Classes in org.nuxeo.ecm.directory that implement DirectoryService Modifier and Type Class Description class
DirectoryServiceImpl
Methods in org.nuxeo.ecm.directory with parameters of type DirectoryService Modifier and Type Method Description boolean
HierarchicalDirectoryDeleteConstraint. canDelete(DirectoryService dirService, String entryId)
-
Uses of DirectoryService in org.nuxeo.ecm.directory.api
Methods in org.nuxeo.ecm.directory.api with parameters of type DirectoryService Modifier and Type Method Description boolean
DirectoryDeleteConstraint. canDelete(DirectoryService dirService, String entryId)
Returns true if given entry can be deleted from the directory where constraint is declared. -
Uses of DirectoryService in org.nuxeo.ecm.platform.shibboleth
Methods in org.nuxeo.ecm.platform.shibboleth that return DirectoryService Modifier and Type Method Description protected static DirectoryService
ShibbolethGroupHelper. getDirectoryService()
-
Uses of DirectoryService in org.nuxeo.ecm.platform.signature.core.user
Methods in org.nuxeo.ecm.platform.signature.core.user that return DirectoryService Modifier and Type Method Description protected static DirectoryService
CUserServiceImpl. getDirectoryService()
-
Uses of DirectoryService in org.nuxeo.ecm.platform.usermanager
Fields in org.nuxeo.ecm.platform.usermanager declared as DirectoryService Modifier and Type Field Description protected DirectoryService
UserManagerImpl. dirService
-
Uses of DirectoryService in org.nuxeo.ecm.tokenauth.service
Methods in org.nuxeo.ecm.tokenauth.service with parameters of type DirectoryService Modifier and Type Method Description protected DocumentModel
TokenAuthenticationServiceImpl. getBareAuthTokenModel(DirectoryService directoryService)
-
Uses of DirectoryService in org.nuxeo.targetplatforms.core.service
Methods in org.nuxeo.targetplatforms.core.service with parameters of type DirectoryService Modifier and Type Method Description abstract void
DirectoryUpdater. run(DirectoryService service, Session session)
-