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 |
setIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent) |
protected void |
setInboundRequestBuilder(InboundAuthenticationRequestBuilder requestBuilder) |
protected void |
setInboundRequestProcessor(InboundAuthenticationRequestProcessor requestProcessor) |
protected void |
setInboundResponseProcessor(InboundAuthenticationResponseProcessor responseProcessor) |
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 |
unsetIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent) |
protected void |
unsetInboundRequestBuilder(InboundAuthenticationRequestBuilder requestBuilder) |
protected void |
unsetInboundRequestProcessor(InboundAuthenticationRequestProcessor requestProcessor) |
protected void |
unsetInboundResponseProcessor(InboundAuthenticationResponseProcessor responseProcessor) |
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)
protected void setInboundRequestProcessor(InboundAuthenticationRequestProcessor requestProcessor)
protected void unsetInboundRequestProcessor(InboundAuthenticationRequestProcessor requestProcessor)
protected void setInboundResponseProcessor(InboundAuthenticationResponseProcessor responseProcessor)
protected void unsetInboundResponseProcessor(InboundAuthenticationResponseProcessor responseProcessor)
protected void setInboundRequestBuilder(InboundAuthenticationRequestBuilder requestBuilder)
protected void unsetInboundRequestBuilder(InboundAuthenticationRequestBuilder requestBuilder)
protected void unsetIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent)
protected void setIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent)
Copyright © 2015 WSO2. All rights reserved.