public class DynamicClientWebAppRegistrationServiceComponent extends Object
| Constructor and Description |
|---|
DynamicClientWebAppRegistrationServiceComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext componentContext) |
protected void |
deactivate(org.osgi.service.component.ComponentContext componentContext) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
Sets ConfigurationContext Service.
|
protected void |
setDynamicClientService(org.wso2.carbon.dynamic.client.registration.DynamicClientRegistrationService dynamicClientRegistrationService)
Sets Dynamic Client Registration Service.
|
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
Sets Realm Service.
|
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
Sets Registry Service.
|
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
Unsets ConfigurationContext Service.
|
protected void |
unsetDynamicClientService(org.wso2.carbon.dynamic.client.registration.DynamicClientRegistrationService dynamicClientRegistrationService)
Unsets Dynamic Client Registration Service.
|
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
Unsets Realm Service.
|
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
Unsets Registry Service.
|
public DynamicClientWebAppRegistrationServiceComponent()
protected void activate(org.osgi.service.component.ComponentContext componentContext)
protected void deactivate(org.osgi.service.component.ComponentContext componentContext)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
realmService - An instance of RealmServiceprotected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
realmService - An instance of RealmServiceprotected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
registryService - An instance of RegistryServiceprotected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
registryService - An instance of RegistryServiceprotected void setDynamicClientService(org.wso2.carbon.dynamic.client.registration.DynamicClientRegistrationService dynamicClientRegistrationService)
dynamicClientRegistrationService - An instance of DynamicClientRegistrationServiceprotected void unsetDynamicClientService(org.wso2.carbon.dynamic.client.registration.DynamicClientRegistrationService dynamicClientRegistrationService)
dynamicClientRegistrationService - An instance of DynamicClientRegistrationServiceprotected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
configurationContextService - An instance of ConfigurationContextServiceprotected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
configurationContextService - An instance of ConfigurationContextServiceCopyright © 2017 WSO2. All rights reserved.