Class SynapseSecurityerviceComponent
java.lang.Object
org.wso2.carbon.mediation.security.vault.SynapseSecurityerviceComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext ctxt) protected voiddeactivate(org.osgi.service.component.ComponentContext ctxt) protected voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) protected voidsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService) protected voidsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration) protected voidunsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) protected voidunsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService) protected voidunsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
Constructor Details
-
SynapseSecurityerviceComponent
public SynapseSecurityerviceComponent()
-
-
Method Details
-
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)
-