public class MetadataQueryArguments extends AbstractCommandLineArguments
| Modifier and Type | Field and Description |
|---|---|
private String |
entityID
EntityID.
|
private String |
protocol
Role protocol.
|
private boolean |
saml1
SAML 1.1 protocol.
|
private boolean |
saml2
SAML 2.0 protocol.
|
BASEURL_PROPERTY| Constructor and Description |
|---|
MetadataQueryArguments() |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
doBuildURL(StringBuilder builder)
Override this method to modify the eventual URL and attach any parameters.
|
void |
validate()
Validate the parameter set.
|
buildURL, getHelp, getPath, getTrustStore, getTrustStorePassword, getTrustStoreType, getURL, isDisableNameChecking, isUsageprivate boolean saml1
private boolean saml2
public void validate()
validate in interface CommandLineArgumentsvalidate in class AbstractCommandLineArgumentsprotected StringBuilder doBuildURL(@Nonnull StringBuilder builder)
doBuildURL in class AbstractCommandLineArgumentsbuilder - contains the URL in a partial state of construction, possibly including query stringCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.