Package net.shibboleth.idp.cli
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 Summary
Fields Modifier and Type Field Description private booleancasCAS protocol.private StringentityIDEntityID.private StringprotocolRole protocol.private booleansaml1SAML 1.1 protocol.private booleansaml2SAML 2.0 protocol.-
Fields inherited from class net.shibboleth.idp.cli.AbstractCommandLineArguments
BASEURL_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description MetadataQueryArguments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringBuilderdoBuildURL(StringBuilder builder)Override this method to modify the eventual URL and attach any parameters.voidvalidate()Validate the parameter set.-
Methods inherited from class net.shibboleth.idp.cli.AbstractCommandLineArguments
buildURL, getBasicAuthHeader, getHeaders, getHelp, getMethod, getPassword, getPath, getTrustStore, getTrustStorePassword, getTrustStoreType, getURL, getUsername, isDisableNameChecking, isUsage
-
-
-
-
Method Detail
-
validate
public void validate()
Validate the parameter set.- Specified by:
validatein interfaceCommandLineArguments- Overrides:
validatein classAbstractCommandLineArguments
-
doBuildURL
protected StringBuilder doBuildURL(@Nonnull StringBuilder builder)
Override this method to modify the eventual URL and attach any parameters.- Overrides:
doBuildURLin classAbstractCommandLineArguments- Parameters:
builder- contains the URL in a partial state of construction, possibly including query string- Returns:
- a builder containing the modified URL string
-
-