Class MetadataQueryArguments

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

public class MetadataQueryArguments extends AbstractCommandLineArguments
Command line processing for MetadataQuery flow.
  • Field Details

    • entityID

      @Nullable private String entityID
      EntityID.
    • protocol

      @Nullable private String protocol
      Role protocol.
    • saml1

      private boolean saml1
      SAML 1.1 protocol.
    • saml2

      private boolean saml2
      SAML 2.0 protocol.
    • cas

      private boolean cas
      CAS protocol.
  • Constructor Details

    • MetadataQueryArguments

      public MetadataQueryArguments()
  • Method Details