Class AuthenticationServiceComponent

java.lang.Object
org.wso2.carbon.andes.authentication.internal.AuthenticationServiceComponent

public class AuthenticationServiceComponent extends Object
  • Constructor Details

    • AuthenticationServiceComponent

      public AuthenticationServiceComponent()
  • Method Details

    • activate

      protected void activate(org.osgi.service.component.ComponentContext ctx) throws org.wso2.andes.kernel.AndesException
      Throws:
      org.wso2.andes.kernel.AndesException
    • deactivate

      protected void deactivate(org.osgi.service.component.ComponentContext ctx)
    • setRegistryService

      protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
    • unsetRegistryService

      protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
    • setRealmService

      protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
    • unsetRealmService

      protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
    • setServerConfiguration

      protected void setServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
    • unsetServerConfiguration

      protected void unsetServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)