Uses of Interface
org.opencastproject.security.api.UserDirectoryService
Packages that use UserDirectoryService
Package
Description
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.The Distribution service API provides the contract for distributing media, metadata, and attachments to various
distribution channels (iTunes, youTube, streaming servers, learning management systems, etc).
Distribution service implementation classes
Service implementation classes
-
Uses of UserDirectoryService in org.opencastproject.adminui.endpoint
Fields in org.opencastproject.adminui.endpoint declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceUsersEndpoint.userDirectoryServiceThe global user directory serviceMethods in org.opencastproject.adminui.endpoint that return UserDirectoryServiceModifier and TypeMethodDescriptionabstract UserDirectoryServiceAbstractEventEndpoint.getUserDirectoryService()OsgiEventEndpoint.getUserDirectoryService()Methods in org.opencastproject.adminui.endpoint with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidGroupsEndpoint.setUserDirectoryService(UserDirectoryService userDirectoryService) OSGi callback for users services.voidJobEndpoint.setUserDirectoryService(UserDirectoryService userDirectoryService) voidOsgiEventEndpoint.setUserDirectoryService(UserDirectoryService userDirectoryService) Sets the user directory servicevoidUsersEndpoint.setUserDirectoryService(UserDirectoryService userDirectoryService) Sets the user directory service -
Uses of UserDirectoryService in org.opencastproject.adminui.usersettings
Fields in org.opencastproject.adminui.usersettings declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceUserSettingsService.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.adminui.usersettings with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidUserSettingsService.setUserDirectoryService(UserDirectoryService userDirectoryService) OSGi callback to set user directory service. -
Uses of UserDirectoryService in org.opencastproject.animate.impl
Methods in org.opencastproject.animate.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceAnimateServiceImpl.getUserDirectoryService()Methods in org.opencastproject.animate.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidAnimateServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceAssetManagerJobProducer.getUserDirectoryService()Methods in org.opencastproject.assetmanager.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionprotected voidAssetManagerJobProducer.setUserDirectoryService(UserDirectoryService uds) -
Uses of UserDirectoryService in org.opencastproject.caption.impl
Fields in org.opencastproject.caption.impl declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceCaptionServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.caption.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceCaptionServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.caption.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidCaptionServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.composer.impl
Methods in org.opencastproject.composer.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceComposerServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.composer.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidComposerServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.coverimage.impl
Fields in org.opencastproject.coverimage.impl declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceAbstractCoverImageService.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.coverimage.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceCoverImageServiceOsgiImpl.getUserDirectoryService()Methods in org.opencastproject.coverimage.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionprotected voidCoverImageServiceOsgiImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) OSGi callback to set the user directory service -
Uses of UserDirectoryService in org.opencastproject.crop.impl
Methods in org.opencastproject.crop.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceCropServiceImpl.getUserDirectoryService()Methods in org.opencastproject.crop.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidCropServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.distribution.api
Fields in org.opencastproject.distribution.api declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceAbstractDistributionService.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.distribution.api that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceAbstractDistributionService.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.distribution.api with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidAbstractDistributionService.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.distribution.aws.s3
Methods in org.opencastproject.distribution.aws.s3 with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidAwsS3DistributionServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.distribution.download
Methods in org.opencastproject.distribution.download with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidDownloadDistributionServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.distribution.streaming.wowza
Methods in org.opencastproject.distribution.streaming.wowza with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidWowzaStreamingDistributionService.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.event.comment
Methods in org.opencastproject.event.comment with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionstatic EventCommentEventCommentParser.getCommentFromXml(String xml, UserDirectoryService userDirectoryService) Parses the comment catalog and returns its object representation. -
Uses of UserDirectoryService in org.opencastproject.event.comment.persistence
Methods in org.opencastproject.event.comment.persistence with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidEventCommentDatabaseServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) OSGi callback to set the user directory service.EventCommentDto.toComment(UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService) Returns the business object of this commentEventCommentReplyDto.toCommentReply(UserDirectoryService userDirectoryService) Returns the business object of this comment reply -
Uses of UserDirectoryService in org.opencastproject.execute.impl
Fields in org.opencastproject.execute.impl declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceExecuteServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.execute.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceExecuteServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.execute.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidExecuteServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidIndexServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) OSGi DI. -
Uses of UserDirectoryService in org.opencastproject.index.service.resources.list.provider
Methods in org.opencastproject.index.service.resources.list.provider with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidContributorsListProvider.setUserDirectoryService(UserDirectoryService userDirectoryService) OSGi callback for users services.voidUsersListProvider.setUserDirectoryService(UserDirectoryService userDirectoryService) OSGi callback for users services. -
Uses of UserDirectoryService in org.opencastproject.ingest.impl
Fields in org.opencastproject.ingest.impl declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceIngestServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.ingest.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceIngestServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.ingest.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidIngestServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.ingest.scanner
Methods in org.opencastproject.ingest.scanner with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidInboxScannerService.setUserDirectoryService(UserDirectoryService userDirectoryService) OSGi callback to set the user directory. -
Uses of UserDirectoryService in org.opencastproject.ingestdownloadservice.impl
Methods in org.opencastproject.ingestdownloadservice.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceIngestDownloadServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.ingestdownloadservice.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidIngestDownloadServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.inspection.ffmpeg
Methods in org.opencastproject.inspection.ffmpeg that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceMediaInspectionServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.inspection.ffmpeg with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidMediaInspectionServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.job.api
Methods in org.opencastproject.job.api that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected abstract UserDirectoryServiceAbstractJobProducer.getUserDirectoryService()Returns a reference to the user directory serviceOsgiAbstractJobProducer.getUserDirectoryService()Methods in org.opencastproject.job.api with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidOsgiAbstractJobProducer.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.kernel.security
Fields in org.opencastproject.kernel.security declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceRemoteUserAndOrganizationFilter.userDirectoryThe user directory used to load usersMethods in org.opencastproject.kernel.security with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidLogoutSuccessHandler.setUserDirectoryService(UserDirectoryService userDirectoryService) Sets the user directory service -
Uses of UserDirectoryService in org.opencastproject.publication.configurable
Methods in org.opencastproject.publication.configurable that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceConfigurablePublicationServiceImpl.getUserDirectoryService()Methods in org.opencastproject.publication.configurable with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidConfigurablePublicationServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.publication.oaipmh
Methods in org.opencastproject.publication.oaipmh that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceOaiPmhPublicationServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.publication.oaipmh with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidOaiPmhPublicationServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) OSGI DI -
Uses of UserDirectoryService in org.opencastproject.publication.youtube
Methods in org.opencastproject.publication.youtube that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceYouTubeV3PublicationServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.publication.youtube with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidYouTubeV3PublicationServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.search.impl
Fields in org.opencastproject.search.impl declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceSearchServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.search.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceSearchServiceImpl.getUserDirectoryService()Methods in org.opencastproject.search.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidSearchServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.security.jwt
Methods in org.opencastproject.security.jwt with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidDynamicLoginHandler.setUserDirectoryService(UserDirectoryService userDirectoryService) Setter for the user directory service. -
Uses of UserDirectoryService in org.opencastproject.security.shibboleth
Methods in org.opencastproject.security.shibboleth with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidShibbolethRequestHeaderAuthenticationFilter.setUserDirectoryService(UserDirectoryService userDirectoryService) Sets the user directory service which allows to invalidate the cache of a new created user. -
Uses of UserDirectoryService in org.opencastproject.security.util
Methods in org.opencastproject.security.util with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionstatic Optional<Tuple<User, Organization>> SecurityUtil.getUserAndOrganization(SecurityService sec, OrganizationDirectoryService orgDir, String orgId, UserDirectoryService userDir, String userId) Get a user and an organization. -
Uses of UserDirectoryService in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceServiceRegistryInMemoryImpl.userDirectoryServiceThe user directory serviceConstructors in org.opencastproject.serviceregistry.api with parameters of type UserDirectoryServiceModifierConstructorDescriptionServiceRegistryInMemoryImpl(JobProducer service, float maxLoad, SecurityService securityService, UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, IncidentService incidentService) ServiceRegistryInMemoryImpl(JobProducer service, SecurityService securityService, UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, IncidentService incidentService) -
Uses of UserDirectoryService in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidNopServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.silencedetection.impl
Fields in org.opencastproject.silencedetection.impl declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceSilenceDetectionServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.silencedetection.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceSilenceDetectionServiceImpl.getUserDirectoryService()Methods in org.opencastproject.silencedetection.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidSilenceDetectionServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.sox.impl
Fields in org.opencastproject.sox.impl declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceSoxServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.sox.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceSoxServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.sox.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidSoxServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.speechtotext.impl
Methods in org.opencastproject.speechtotext.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceSpeechToTextServiceImpl.getUserDirectoryService()Methods in org.opencastproject.speechtotext.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidSpeechToTextServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.textanalyzer.impl
Fields in org.opencastproject.textanalyzer.impl declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceTextAnalyzerServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.textanalyzer.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceTextAnalyzerServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.textanalyzer.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidTextAnalyzerServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.themes.persistence
Fields in org.opencastproject.themes.persistence declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceThemesServiceDatabaseImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.themes.persistence with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidThemesServiceDatabaseImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) OSGi callback to set the user directory serviceThemeDto.toTheme(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.timelinepreviews.ffmpeg
Fields in org.opencastproject.timelinepreviews.ffmpeg declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceTimelinePreviewsServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.timelinepreviews.ffmpeg that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceTimelinePreviewsServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.timelinepreviews.ffmpeg with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidTimelinePreviewsServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.transcription.amberscript
Methods in org.opencastproject.transcription.amberscript that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceAmberscriptTranscriptionService.getUserDirectoryService()Methods in org.opencastproject.transcription.amberscript with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidAmberscriptTranscriptionService.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.transcription.googlespeech
Methods in org.opencastproject.transcription.googlespeech that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceGoogleSpeechTranscriptionService.getUserDirectoryService()Methods in org.opencastproject.transcription.googlespeech with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidGoogleSpeechTranscriptionService.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.transcription.ibmwatson
Methods in org.opencastproject.transcription.ibmwatson that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceIBMWatsonTranscriptionService.getUserDirectoryService()Methods in org.opencastproject.transcription.ibmwatson with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidIBMWatsonTranscriptionService.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.transcription.microsoft.azure
Methods in org.opencastproject.transcription.microsoft.azure that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceMicrosoftAzureTranscriptionService.getUserDirectoryService()Methods in org.opencastproject.transcription.microsoft.azure with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidMicrosoftAzureTranscriptionService.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.userdirectory
Classes in org.opencastproject.userdirectory that implement UserDirectoryServiceModifier and TypeClassDescriptionclassFederates user and role providers, and exposes a spring UserDetailsService so user lookups can be used by spring security.Fields in org.opencastproject.userdirectory declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceJpaGroupRoleProvider.userDirectoryServiceThe user directory serviceprotected UserDirectoryServiceUserEndpoint.userDirectoryServiceThe role directory serviceprotected UserDirectoryServiceUserIdRoleProvider.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.userdirectory with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidJpaGroupRoleProvider.setUserDirectoryService(UserDirectoryService userDirectoryService) Sets the user directory servicevoidUserEndpoint.setUserDirectoryService(UserDirectoryService userDirectoryService) Sets the user directory servicevoidUserIdRoleProvider.setUserDirectoryService(UserDirectoryService userDirectoryService) Sets the user directory service -
Uses of UserDirectoryService in org.opencastproject.videoeditor.impl
Fields in org.opencastproject.videoeditor.impl declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceVideoEditorServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.videoeditor.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceVideoEditorServiceImpl.getUserDirectoryService()Methods in org.opencastproject.videoeditor.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidVideoEditorServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.videogrid.impl
Methods in org.opencastproject.videogrid.impl that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceVideoGridServiceImpl.getUserDirectoryService()Methods in org.opencastproject.videogrid.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidVideoGridServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.videosegmenter.ffmpeg
Fields in org.opencastproject.videosegmenter.ffmpeg declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceVideoSegmenterServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.videosegmenter.ffmpeg that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceVideoSegmenterServiceImpl.getUserDirectoryService()Returns a reference to the user directory serviceMethods in org.opencastproject.videosegmenter.ffmpeg with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidVideoSegmenterServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service. -
Uses of UserDirectoryService in org.opencastproject.waveform.ffmpeg
Methods in org.opencastproject.waveform.ffmpeg that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected UserDirectoryServiceWaveformServiceImpl.getUserDirectoryService()Methods in org.opencastproject.waveform.ffmpeg with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidWaveformServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.workflow.handler.comments
Methods in org.opencastproject.workflow.handler.comments with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidCommentWorkflowOperationHandler.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.workflow.handler.metadatatoacl
Methods in org.opencastproject.workflow.handler.metadatatoacl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidMetadataToAclWorkflowOperationHandler.setUserDirectory(UserDirectoryService userDirectory) -
Uses of UserDirectoryService in org.opencastproject.workflow.impl
Fields in org.opencastproject.workflow.impl declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceWorkflowServiceImpl.userDirectoryServiceThe user directory serviceMethods in org.opencastproject.workflow.impl with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.setUserDirectoryService(UserDirectoryService userDirectoryService) Callback for setting the user directory service