Class OpencastContext
java.lang.Object
org.opencastproject.graphql.execution.context.OpencastContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opencastproject.security.api.Organization<T> TgetService(Class<T> clazz) org.opencastproject.security.api.UsergetUser()static OpencastContextnewContext(org.osgi.framework.BundleContext bundleContext) protected voidsetBundleContext(org.osgi.framework.BundleContext bundleContext) voidsetOrganization(org.opencastproject.security.api.Organization organization) voidsetUser(org.opencastproject.security.api.User user)
-
Constructor Details
-
OpencastContext
public OpencastContext()
-
-
Method Details
-
getService
-
getConfiguration
-
newContext
-
setBundleContext
protected void setBundleContext(org.osgi.framework.BundleContext bundleContext) -
getOrganization
public org.opencastproject.security.api.Organization getOrganization() -
setOrganization
public void setOrganization(org.opencastproject.security.api.Organization organization) -
getUser
public org.opencastproject.security.api.User getUser() -
setUser
public void setUser(org.opencastproject.security.api.User user)
-