Class JaasCommandSupport

    • Constructor Detail

      • JaasCommandSupport

        public JaasCommandSupport()
    • Method Detail

      • doExecute

        protected abstract Object doExecute​(org.apache.karaf.jaas.modules.BackingEngine engine)
                                     throws Exception
        Throws:
        Exception
      • execute

        public Object execute()
                       throws Exception
        Add the command to the command queue.
        Specified by:
        execute in interface org.apache.karaf.shell.api.action.Action
        Throws:
        Exception
      • getBackingEngine

        public org.apache.karaf.jaas.modules.BackingEngine getBackingEngine​(AppConfigurationEntry entry)
      • getRealms

        public List<org.apache.karaf.jaas.config.JaasRealm> getRealms()
      • getRealms

        public List<org.apache.karaf.jaas.config.JaasRealm> getRealms​(boolean hidden)
      • setRealms

        public void setRealms​(List<org.apache.karaf.jaas.config.JaasRealm> realms)
      • setSession

        public void setSession​(org.apache.karaf.shell.api.console.Session session)