Uses of Interface
org.opencastproject.security.api.SecurityService
Packages that use SecurityService
Package
Description
Service implementation classes
-
Uses of SecurityService in org.opencastproject.job.api
Methods in org.opencastproject.job.api that return SecurityServiceModifier and TypeMethodDescriptionprotected abstract SecurityServiceAbstractJobProducer.getSecurityService()Returns a reference to the security serviceOsgiAbstractJobProducer.getSecurityService()Methods in org.opencastproject.job.api with parameters of type SecurityServiceModifier and TypeMethodDescriptionvoidOsgiAbstractJobProducer.setSecurityService(SecurityService securityService) -
Uses of SecurityService in org.opencastproject.security.util
Methods in org.opencastproject.security.util with parameters of type SecurityServiceModifier and TypeMethodDescriptionstatic voidSecurityUtil.checkAgentAccess(SecurityService securityService, String agentId) Check if the current user has access to the capture agent with the given id.static Optional<Tuple<User, Organization>> SecurityUtil.getUserAndOrganization(SecurityService sec, OrganizationDirectoryService orgDir, String orgId, UserDirectoryService userDir, String userId) Get a user and an organization.static voidSecurityUtil.runAs(SecurityService sec, Organization org, User user, Runnable fn) Run functionfin the context described by the given organization and user.Constructors in org.opencastproject.security.util with parameters of type SecurityService -
Uses of SecurityService in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api declared as SecurityServiceModifier and TypeFieldDescriptionprotected SecurityServiceServiceRegistryInMemoryImpl.securityServiceAn (optional) security service.Methods in org.opencastproject.serviceregistry.api with parameters of type SecurityServiceModifier and TypeMethodDescriptionvoidServiceRegistryInMemoryImpl.setSecurityService(SecurityService securityService) Sets the security service.Constructors in org.opencastproject.serviceregistry.api with parameters of type SecurityServiceModifierConstructorDescriptionServiceRegistryInMemoryImpl(JobProducer service, float maxLoad, SecurityService securityService, UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, IncidentService incidentService) ServiceRegistryInMemoryImpl(JobProducer service, SecurityService securityService, UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, IncidentService incidentService)