Class SecurityCompleters.P11ModuleNameCompleter

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.console.Completer
    Enclosing class:
    SecurityCompleters

    public static class SecurityCompleters.P11ModuleNameCompleter
    extends org.xipki.shell.DynamicEnumCompleter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Set<java.lang.String> getEnums()  
      • Methods inherited from class org.xipki.shell.DynamicEnumCompleter

        complete
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.karaf.shell.api.console.Completer

        completeCandidates
    • Constructor Detail

      • P11ModuleNameCompleter

        public P11ModuleNameCompleter()
    • Method Detail

      • getEnums

        protected java.util.Set<java.lang.String> getEnums()
        Specified by:
        getEnums in class org.xipki.shell.DynamicEnumCompleter