Class ListSupportedCipherSuites

java.lang.Object
com.sun.enterprise.security.cli.ListSupportedCipherSuites
All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand

@Service(name="list-supported-cipher-suites") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTERED_INSTANCE}) public class ListSupportedCipherSuites extends Object implements org.glassfish.api.admin.AdminCommand
author - Nithya Subramanian Usage: list-supported-cipher-suites [--help] [--user admin_user] [--passwordfile file_name] [target_name(default server)]
  • Constructor Details

    • ListSupportedCipherSuites

      public ListSupportedCipherSuites()
  • Method Details

    • execute

      public void execute(org.glassfish.api.admin.AdminCommandContext context)
      Specified by:
      execute in interface org.glassfish.api.admin.AdminCommand