Uses of Interface
org.opencastproject.security.api.AuthorizationService
Packages that use AuthorizationService
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.-
Uses of AuthorizationService in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that return AuthorizationServiceModifier and TypeMethodDescriptionabstract AuthorizationServiceAbstractEventEndpoint.getAuthorizationService()OsgiEventEndpoint.getAuthorizationService()Methods in org.opencastproject.adminui.endpoint with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidOsgiEventEndpoint.setAuthorizationService(AuthorizationService authorizationService) OSGi DI. -
Uses of AuthorizationService in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidAssetManagerImpl.setAuthorizationService(AuthorizationService authorizationService) -
Uses of AuthorizationService in org.opencastproject.authorization.xacml
Classes in org.opencastproject.authorization.xacml that implement AuthorizationService -
Uses of AuthorizationService in org.opencastproject.authorization.xacml.manager.endpoint
Methods in org.opencastproject.authorization.xacml.manager.endpoint that return AuthorizationServiceModifier and TypeMethodDescriptionprotected abstract AuthorizationServiceAbstractAclServiceRestEndpoint.getAuthorizationService()protected AuthorizationServiceOsgiAclServiceRestEndpoint.getAuthorizationService()Methods in org.opencastproject.authorization.xacml.manager.endpoint with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidOsgiAclServiceRestEndpoint.setAuthorizationService(AuthorizationService authorizationService) OSGi DI callback. -
Uses of AuthorizationService in org.opencastproject.editor
Methods in org.opencastproject.editor with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidEditorServiceImpl.setAuthorizationService(AuthorizationService authorizationService) -
Uses of AuthorizationService in org.opencastproject.event.handler
Fields in org.opencastproject.event.handler declared as AuthorizationServiceModifier and TypeFieldDescriptionprotected AuthorizationServiceAssetManagerUpdatedEventHandler.authorizationServiceThe authorization serviceprotected AuthorizationServiceSearchUpdatedEventHandler.authorizationServiceThe authorization serviceMethods in org.opencastproject.event.handler with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidAssetManagerUpdatedEventHandler.setAuthorizationService(AuthorizationService authorizationService) voidSearchUpdatedEventHandler.setAuthorizationService(AuthorizationService authorizationService) -
Uses of AuthorizationService in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidIndexServiceImpl.setAuthorizationService(AuthorizationService authorizationService) OSGi DI. -
Uses of AuthorizationService in org.opencastproject.liveschedule.impl
Methods in org.opencastproject.liveschedule.impl with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidLiveScheduleServiceImpl.setAuthorizationService(AuthorizationService service) -
Uses of AuthorizationService in org.opencastproject.lti.service.impl
Methods in org.opencastproject.lti.service.impl with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidLtiServiceImpl.setAuthorizationService(AuthorizationService authorizationService) OSGi DI -
Uses of AuthorizationService in org.opencastproject.playlists
Fields in org.opencastproject.playlists declared as AuthorizationServiceModifier and TypeFieldDescriptionprotected AuthorizationServicePlaylistRestService.authorizationServiceThe authorization serviceprotected AuthorizationServicePlaylistService.authorizationServiceThe authorization serviceMethods in org.opencastproject.playlists with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidPlaylistRestService.setAuthorizationService(AuthorizationService authorizationService) voidPlaylistService.setAuthorizationService(AuthorizationService authorizationService) Callback for setting the authorization service. -
Uses of AuthorizationService in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidSchedulerServiceImpl.setAuthorizationService(AuthorizationService authorizationService) OSGi callback to set the authorization service. -
Uses of AuthorizationService in org.opencastproject.search.impl
Methods in org.opencastproject.search.impl with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidSearchServiceIndex.setAuthorizationService(AuthorizationService authorizationService) -
Uses of AuthorizationService in org.opencastproject.tobira.impl
Methods in org.opencastproject.tobira.impl with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidTobiraEndpoint.setAuthorizationService(AuthorizationService service) -
Uses of AuthorizationService in org.opencastproject.workflow.handler.metadatatoacl
Methods in org.opencastproject.workflow.handler.metadatatoacl with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidMetadataToAclWorkflowOperationHandler.setAuthorizationService(AuthorizationService authorizationService) -
Uses of AuthorizationService in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidDuplicateEventWorkflowOperationHandler.setAuthorizationService(AuthorizationService authorizationService) OSGi setterprotected voidSeriesWorkflowOperationHandler.setAuthorizationService(AuthorizationService authorizationService) Callback for the OSGi declarative services configuration. -
Uses of AuthorizationService in org.opencastproject.workflow.impl
Fields in org.opencastproject.workflow.impl declared as AuthorizationServiceModifier and TypeFieldDescriptionprotected AuthorizationServiceWorkflowServiceImpl.authorizationServiceThe authorization serviceMethods in org.opencastproject.workflow.impl with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.setAuthorizationService(AuthorizationService authorizationService) Callback for setting the authorization service.