| Package | Description |
|---|---|
| org.opencastproject.job.api | |
| org.opencastproject.security.util | |
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationDirectoryService |
OsgiAbstractJobProducer.getOrganizationDirectoryService() |
protected abstract OrganizationDirectoryService |
AbstractJobProducer.getOrganizationDirectoryService()
Returns a reference to the organization directory service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OsgiAbstractJobProducer.setOrganizationDirectoryService(OrganizationDirectoryService organizationDirectoryService) |
| Modifier and Type | Method and Description |
|---|---|
static Option<Organization> |
SecurityUtil.getOrganization(OrganizationDirectoryService orgDir,
String orgId)
Get the organization
orgId. |
static Option<Tuple<User,Organization>> |
SecurityUtil.getUserAndOrganization(SecurityService sec,
OrganizationDirectoryService orgDir,
String orgId,
UserDirectoryService userDir,
String userId)
Get a user and an organization.
|
static Option<User> |
SecurityUtil.getUserOfOrganization(SecurityService sec,
OrganizationDirectoryService orgDir,
String orgId,
UserDirectoryService userDir,
String userId)
Get a user of a certain organization by its ID.
|
| Modifier and Type | Field and Description |
|---|---|
protected OrganizationDirectoryService |
ServiceRegistryInMemoryImpl.organizationDirectoryService
The organization directory service
|
| Constructor and Description |
|---|
ServiceRegistryInMemoryImpl(JobProducer service,
float maxLoad,
SecurityService securityService,
UserDirectoryService userDirectoryService,
OrganizationDirectoryService organizationDirectoryService,
IncidentService incidentService) |
ServiceRegistryInMemoryImpl(JobProducer service,
SecurityService securityService,
UserDirectoryService userDirectoryService,
OrganizationDirectoryService organizationDirectoryService,
IncidentService incidentService) |
Copyright © 2009–2020 Opencast Project. All rights reserved.