Class SynapseSecurityerviceComponent
- java.lang.Object
-
- org.wso2.carbon.mediation.security.vault.SynapseSecurityerviceComponent
-
public class SynapseSecurityerviceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description SynapseSecurityerviceComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.service.component.ComponentContext ctxt)
protected void
deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)
protected void
setSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
protected void
setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
protected void
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)
protected void
unsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
protected void
unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctxt)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)
-
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)
-
setServerConfigurationService
protected void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
unsetServerConfigurationService
protected void unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
setSecretCallbackHandlerService
protected void setSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
-
unsetSecretCallbackHandlerService
protected void unsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
-
-