Class ExpansionsCommand

java.lang.Object
org.codice.ddf.security.command.ExpansionsCommand
All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action

public class ExpansionsCommand extends Object implements org.apache.karaf.shell.api.action.Action
Implements the "expansions" command - dumps the current expansion mapping table for each expansion service.
  • Constructor Details

    • ExpansionsCommand

      public ExpansionsCommand()
  • Method Details

    • execute

      public Object execute() throws Exception
      Called to execute the security:encrypt console command.
      Specified by:
      execute in interface org.apache.karaf.shell.api.action.Action
      Throws:
      Exception