Class BrightspaceUserProviderFactory
java.lang.Object
org.opencastproject.userdirectory.brightspace.BrightspaceUserProviderFactory
- All Implemented Interfaces:
org.osgi.service.cm.ManagedServiceFactory
public class BrightspaceUserProviderFactory
extends Object
implements org.osgi.service.cm.ManagedServiceFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(org.osgi.service.component.ComponentContext cc) Callback for the activation of this componentvoidgetName()voidsetOrgDirectory(OrganizationDirectoryService orgDirectory) OSGi callback for setting the organization directory service.voidupdated(String pid, Dictionary properties)
-
Field Details
-
bundleContext
protected org.osgi.framework.BundleContext bundleContext
-
-
Constructor Details
-
BrightspaceUserProviderFactory
public BrightspaceUserProviderFactory()
-
-
Method Details
-
setOrgDirectory
OSGi callback for setting the organization directory service. -
activate
public void activate(org.osgi.service.component.ComponentContext cc) Callback for the activation of this component- Parameters:
cc- the component context
-
getName
- Specified by:
getNamein interfaceorg.osgi.service.cm.ManagedServiceFactory- See Also:
-
updated
public void updated(String pid, Dictionary properties) throws org.osgi.service.cm.ConfigurationException - Specified by:
updatedin interfaceorg.osgi.service.cm.ManagedServiceFactory- Throws:
org.osgi.service.cm.ConfigurationException- See Also:
-
deleted
- Specified by:
deletedin interfaceorg.osgi.service.cm.ManagedServiceFactory- See Also:
-