public class FrameworkServiceComponent extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMMON_SERVLET_URL |
Constructor and Description |
---|
FrameworkServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
static List<ApplicationAuthenticator> |
getAuthenticators() |
static org.osgi.framework.BundleContext |
getBundleContext() |
static org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
protected void |
setAuthenticator(ApplicationAuthenticator authenticator) |
protected void |
setHttpService(org.osgi.service.http.HttpService httpService) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
unsetAuthenticator(ApplicationAuthenticator authenticator) |
protected void |
unsetHttpService(org.osgi.service.http.HttpService httpService) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
public static final String COMMON_SERVLET_URL
public static org.wso2.carbon.user.core.service.RealmService getRealmService()
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
public static org.osgi.framework.BundleContext getBundleContext() throws FrameworkException
FrameworkException
public static List<ApplicationAuthenticator> getAuthenticators()
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void setHttpService(org.osgi.service.http.HttpService httpService)
protected void unsetHttpService(org.osgi.service.http.HttpService httpService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void setAuthenticator(ApplicationAuthenticator authenticator)
protected void unsetAuthenticator(ApplicationAuthenticator authenticator)
Copyright © 2015 WSO2. All rights reserved.