Package net.shibboleth.idp.cli
Class MetadataQueryArguments
java.lang.Object
net.shibboleth.idp.cli.AbstractCommandLineArguments
net.shibboleth.idp.cli.MetadataQueryArguments
- All Implemented Interfaces:
CommandLineArguments
Command line processing for MetadataQuery flow.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
CAS protocol.private String
EntityID.private String
Role protocol.private boolean
SAML 1.1 protocol.private boolean
SAML 2.0 protocol.Fields 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.void
validate()
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
-
Field Details
-
entityID
EntityID. -
protocol
Role protocol. -
saml1
private boolean saml1SAML 1.1 protocol. -
saml2
private boolean saml2SAML 2.0 protocol. -
cas
private boolean casCAS protocol.
-
-
Constructor Details
-
MetadataQueryArguments
public MetadataQueryArguments()
-
-
Method Details
-
validate
public void validate()Validate the parameter set.- Specified by:
validate
in interfaceCommandLineArguments
- Overrides:
validate
in classAbstractCommandLineArguments
-
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
-