Package net.shibboleth.idp.cli
Class ReloadMetadataArguments
- java.lang.Object
-
- net.shibboleth.idp.cli.AbstractCommandLineArguments
-
- net.shibboleth.idp.cli.ReloadMetadataArguments
-
- All Implemented Interfaces:
CommandLineArguments
public class ReloadMetadataArguments extends AbstractCommandLineArguments
Command line processing for reload-metadata flow.
-
-
Field Summary
Fields Modifier and Type Field Description private StringidAttribute requester identity.-
Fields inherited from class net.shibboleth.idp.cli.AbstractCommandLineArguments
BASEURL_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description ReloadMetadataArguments()
-
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.-
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 Detail
-
id
@Nullable private String id
Attribute requester identity.
-
-
Method Detail
-
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
-
-