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 StringObsolete.private StringObsolete.private StringObsolete.private StringObsolete.private IntegerIndex into metadata.private StringIdentity of attribute subject.private StringShow results with a custom protocol encoding.private StringAttribute requester identity.private booleanShow results with SAML 1.1 encoding.private booleanShow results with SAML 2.0 encoding.private booleanShow unfiltered results.Fields inherited from class net.shibboleth.idp.cli.AbstractCommandLineArguments
BASEURL_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringBuilderdoBuildURL(StringBuilder builder) Override this method to modify the eventual URL and attach any parameters.voidvalidate()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. -
unfiltered
private boolean unfilteredShow unfiltered results.- Since:
- 5.1.0
-
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:
validatein interfaceCommandLineArguments- Overrides:
validatein classAbstractCommandLineArguments
-
doBuildURL
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
-