public class ApplicationManagementServiceComponent extends Object
Constructor and Description |
---|
ApplicationManagementServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context) |
protected void |
deactivate(org.osgi.service.component.ComponentContext context) |
static Map<String,org.wso2.carbon.identity.application.common.model.ServiceProvider> |
getFileBasedSPs() |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configContextService) |
protected void |
setInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig authenticator) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configContextService) |
protected void |
unsetInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig authenticator) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
public ApplicationManagementServiceComponent()
public static Map<String,org.wso2.carbon.identity.application.common.model.ServiceProvider> getFileBasedSPs()
protected void activate(org.osgi.service.component.ComponentContext context)
protected void deactivate(org.osgi.service.component.ComponentContext context)
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configContextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configContextService)
protected void setInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig authenticator)
protected void unsetInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig authenticator)
Copyright © 2016 WSO2. All rights reserved.