Package net.shibboleth.idp.cli
Class ReloadMetadataArguments
java.lang.Object
net.shibboleth.idp.cli.AbstractCommandLineArguments
net.shibboleth.idp.cli.ReloadMetadataArguments
- All Implemented Interfaces:
CommandLineArguments
Command line processing for reload-metadata flow.
-
Field Summary
FieldsFields inherited from class net.shibboleth.idp.cli.AbstractCommandLineArguments
BASEURL_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringBuilder
doBuildURL
(StringBuilder builder) Override this method to modify the eventual URL and attach any parameters.Methods inherited from class net.shibboleth.idp.cli.AbstractCommandLineArguments
buildURL, getBasicAuthHeader, getHeaders, getHelp, getMethod, getPassword, getPath, getTrustStore, getTrustStorePassword, getTrustStoreType, getURL, getUsername, isDisableNameChecking, isUsage, validate
-
Field Details
-
id
Attribute requester identity.
-
-
Constructor Details
-
ReloadMetadataArguments
public ReloadMetadataArguments()
-
-
Method Details
-
doBuildURL
Override this method to modify the eventual URL and attach any parameters.- Overrides:
doBuildURL
in classAbstractCommandLineArguments
- Parameters:
builder
- contains the URL in a partial state of construction, possibly including query string- Returns:
- a builder containing the modified URL string
-