Package net.shibboleth.idp.cli
Class ResolverTestArguments
java.lang.Object
net.shibboleth.idp.cli.AbstractCommandLineArguments
net.shibboleth.idp.cli.ResolverTestArguments
- All Implemented Interfaces:
CommandLineArguments
Command line processing for ResolverTest flow.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
Obsolete.private String
Obsolete.private String
Obsolete.private String
Obsolete.private Integer
Index into metadata.private String
Identity of attribute subject.private String
Show results with a custom protocol encoding.private String
Attribute requester identity.private boolean
Show results with SAML 1.1 encoding.private boolean
Show results with SAML 2.0 encoding.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
-
requester
Attribute requester identity. -
principal
Identity of attribute subject. -
index
Index into metadata. -
protocol
Show results with a custom protocol encoding. -
saml1
private boolean saml1Show results with SAML 1.1 encoding. -
saml2
private boolean saml2Show results with SAML 2.0 encoding. -
dummy1
Obsolete. -
dummy2
Obsolete. -
dummy3
Obsolete. -
dummy4
Obsolete.
-
-
Constructor Details
-
ResolverTestArguments
public ResolverTestArguments()
-
-
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
-