Class JWTAccessTokenBuilderDSComponent


  • public class JWTAccessTokenBuilderDSComponent
    extends java.lang.Object
    • Method Summary

      All Methods Static 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)  
      static org.wso2.carbon.user.core.service.RealmService getRealmService()  
      static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()  
      protected void setRealmService​(org.wso2.carbon.user.core.service.RealmService realmService)  
      protected void setRegistryService​(org.wso2.carbon.registry.core.service.RegistryService registryService)  
      protected void unsetRealmService​(org.wso2.carbon.user.core.service.RealmService realmService)  
      protected void unsetRegistryService​(org.wso2.carbon.registry.core.service.RegistryService registryService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JWTAccessTokenBuilderDSComponent

        public JWTAccessTokenBuilderDSComponent()
    • Method Detail

      • getRealmService

        public static org.wso2.carbon.user.core.service.RealmService getRealmService()
      • setRealmService

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

        public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
      • setRegistryService

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

        protected void activate​(org.osgi.service.component.ComponentContext ctxt)
      • deactivate

        protected void deactivate​(org.osgi.service.component.ComponentContext ctxt)
      • unsetRealmService

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

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