Class AbstractIdPHomeAwareCommandLine<T extends AbstractIdPHomeAwareCommandLineArguments>

java.lang.Object
net.shibboleth.ext.spring.cli.AbstractCommandLine<T>
net.shibboleth.idp.cli.AbstractIdPHomeAwareCommandLine<T>
Type Parameters:
T - argument object type
Direct Known Subclasses:
DataSealerCLI, JarCheckCLI, ModuleManagerCLI, PluginInstallerCLI

public abstract class AbstractIdPHomeAwareCommandLine<T extends AbstractIdPHomeAwareCommandLineArguments> extends AbstractCommandLine<T>
An extension to AbstractCommandLine that auto-adds our context initializer for idp.home and property support.
Since:
4.1.0
  • Field Details

    • httpClient

      @Nullable private org.apache.http.client.HttpClient httpClient
      The injected HttpClient.
    • httpClientSecurityParameters

      @Nullable private HttpClientSecurityParameters httpClientSecurityParameters
      Injected security parameters.
  • Constructor Details

    • AbstractIdPHomeAwareCommandLine

      public AbstractIdPHomeAwareCommandLine()
  • Method Details