Uses of Interface
net.shibboleth.idp.cli.CommandLineArguments
-
Packages that use CommandLineArguments Package Description net.shibboleth.idp.cli Command line drivers and utilities. -
-
Uses of CommandLineArguments in net.shibboleth.idp.cli
Classes in net.shibboleth.idp.cli that implement CommandLineArguments Modifier and Type Class Description classAbstractCommandLineArgumentsBase class for JCommander command line argument handling for an HTTP-based remote service call, with an abstract method that adds to a URL based on a derived class' arguments.classMetadataQueryArgumentsCommand line processing for MetadataQuery flow.classReloadMetadataArgumentsCommand line processing for reload-metadata flow.classReloadServiceArgumentsCommand line processing for reload-service flow.classResolverTestArgumentsCommand line processing for ResolverTest flow.classStatusArgumentsCommand line processing for status flow.Methods in net.shibboleth.idp.cli with parameters of type CommandLineArguments Modifier and Type Method Description private static voidCLI. doRequest(CommandLineArguments args)Make a request using the arguments established.
-