Class DumpConfigArguments

java.lang.Object
net.shibboleth.idp.cli.AbstractCommandLineArguments
net.shibboleth.idp.cli.DumpConfigArguments
All Implemented Interfaces:
CommandLineArguments

public class DumpConfigArguments extends AbstractCommandLineArguments
Command line processing for DumpConfig flow.
  • Field Details

    • requester

      @Nullable private String requester
      Attribute requester identity.
    • profile

      @Nullable private String profile
      Index into metadata.
    • protocol

      @Nullable private String protocol
      Exact protocol for metadata lookup.
    • saml1

      private boolean saml1
      SAML 1.1 protocol.
    • saml2

      private boolean saml2
      SAML 2.0 protocol.
    • cas

      private boolean cas
      CAS protocol.
    • oidc

      private boolean oidc
      OIDC protocol.
  • Constructor Details

    • DumpConfigArguments

      public DumpConfigArguments()
  • Method Details