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 DirectoryServiceGetDirectoryEntries. 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 DirectoryServiceCreateDirectoryEntries. directoryServiceprotected DirectoryServiceCreateVocabularyEntry. directoryServiceprotected DirectoryServiceDeleteDirectoryEntries. directoryServiceprotected DirectoryServiceDirectoryProjection. directoryServiceprotected DirectoryServiceLoadFromCSV. directoryServiceprotected DirectoryServiceReadDirectoryEntries. directoryServiceprotected DirectoryServiceSuggestDirectoryEntries. directoryServiceprotected DirectoryServiceUpdateDirectoryEntries. 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 DirectoryServiceSuggestUserEntries. 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 DirectoryServicePlatformFunctions. 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 classDirectoryServiceImplMethods in org.nuxeo.ecm.directory with parameters of type DirectoryService Modifier and Type Method Description booleanHierarchicalDirectoryDeleteConstraint. 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 booleanDirectoryDeleteConstraint. 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 DirectoryServiceShibbolethGroupHelper. 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 DirectoryServiceCUserServiceImpl. 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 DirectoryServiceUserManagerImpl. 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 DocumentModelTokenAuthenticationServiceImpl. 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 voidDirectoryUpdater. run(DirectoryService service, Session session)
-