Class ResolverTestArguments

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

public class ResolverTestArguments extends AbstractCommandLineArguments
Command line processing for ResolverTest flow.
  • Field Details

    • requester

      @Nullable private String requester
      Attribute requester identity.
    • principal

      @Nullable private String principal
      Identity of attribute subject.
    • index

      @Nullable private Integer index
      Index into metadata.
    • protocol

      @Nullable private String protocol
      Show results with a custom protocol encoding.
    • saml1

      private boolean saml1
      Show results with SAML 1.1 encoding.
    • saml2

      private boolean saml2
      Show results with SAML 2.0 encoding.
    • dummy1

      @Nullable private String dummy1
      Obsolete.
    • dummy2

      @Nullable private String dummy2
      Obsolete.
    • dummy3

      @Nullable private String dummy3
      Obsolete.
    • dummy4

      @Nullable private String dummy4
      Obsolete.
  • Constructor Details

    • ResolverTestArguments

      public ResolverTestArguments()
  • Method Details