Package net.shibboleth.idp.cli
Class ResolverTestArguments
- java.lang.Object
-
- net.shibboleth.idp.cli.AbstractCommandLineArguments
-
- net.shibboleth.idp.cli.ResolverTestArguments
-
- All Implemented Interfaces:
CommandLineArguments
public class ResolverTestArguments extends AbstractCommandLineArguments
Command line processing for ResolverTest flow.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringdummy1Obsolete.private Stringdummy2Obsolete.private Stringdummy3Obsolete.private Stringdummy4Obsolete.private IntegerindexIndex into metadata.private StringprincipalIdentity of attribute subject.private StringprotocolShow results with a custom protocol encoding.private StringrequesterAttribute requester identity.private booleansaml1Show results with SAML 1.1 encoding.private booleansaml2Show results with SAML 2.0 encoding.-
Fields inherited from class net.shibboleth.idp.cli.AbstractCommandLineArguments
BASEURL_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description ResolverTestArguments()
-
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.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 Detail
-
requester
@Nullable private String requester
Attribute requester identity.
-
principal
@Nullable private String principal
Identity of attribute subject.
-
index
@Nullable private Integer index
Index into metadata.
-
protocol
@Nullable private String protocol
Show results with a custom protocol encoding.
-
saml1
private boolean saml1
Show results with SAML 1.1 encoding.
-
saml2
private boolean saml2
Show results with SAML 2.0 encoding.
-
dummy1
@Nullable private String dummy1
Obsolete.
-
dummy2
@Nullable private String dummy2
Obsolete.
-
dummy3
@Nullable private String dummy3
Obsolete.
-
dummy4
@Nullable private String dummy4
Obsolete.
-
-
Method Detail
-
validate
public void validate()
Validate the parameter set.- Specified by:
validatein interfaceCommandLineArguments- Overrides:
validatein classAbstractCommandLineArguments
-
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
-
-