org.opensaml.xml.util
Class XmlToolCommandLineArguments
java.lang.Object
org.opensaml.xml.util.XmlToolCommandLineArguments
public class XmlToolCommandLineArguments
- extends Object
Command line arguments for the XmlTool command line tool.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlToolCommandLineArguments
public XmlToolCommandLineArguments(String[] args)
parseCommandLineArguments
public void parseCommandLineArguments(String[] args)
getHttpProxy
public String getHttpProxy()
getHttpProxyPort
public int getHttpProxyPort()
getHttpProxyUsername
public String getHttpProxyUsername()
getHttpProxyPassword
public String getHttpProxyPassword()
doSign
public boolean doSign()
doSchemaValidation
public boolean doSchemaValidation()
doSignatureVerify
public boolean doSignatureVerify()
isSignatureRequired
public boolean isSignatureRequired()
getReferenceIdAttributeName
public String getReferenceIdAttributeName()
getSignaturePosition
public String getSignaturePosition()
getInclusiveNamespacePrefixs
public List<String> getInclusiveNamespacePrefixs()
getKeyInfoKeyNames
public List<String> getKeyInfoKeyNames()
getKeyInfoCrls
public List<String> getKeyInfoCrls()
getInputFile
public String getInputFile()
getInputUrl
public String getInputUrl()
getSchemaDirectory
public String getSchemaDirectory()
isXsdSchema
public boolean isXsdSchema()
isRngSchema
public boolean isRngSchema()
getOutputFile
public String getOutputFile()
isBase64EncodedOutput
public boolean isBase64EncodedOutput()
getCertificate
public String getCertificate()
getKey
public String getKey()
getKeyPassword
public String getKeyPassword()
getKeystore
public String getKeystore()
getKeystorePassword
public String getKeystorePassword()
getKeystoreType
public String getKeystoreType()
getKeystoreProvider
public String getKeystoreProvider()
getPkcs11Config
public String getPkcs11Config()
doVerboseOutput
public boolean doVerboseOutput()
doQuietOutput
public boolean doQuietOutput()
getLoggingConfiguration
public String getLoggingConfiguration()
doHelp
public boolean doHelp()
printHelp
public void printHelp(PrintStream out)
- Print command line help instructions.
- Parameters:
out - location where to print the output
Copyright © 2009-2011 Internet2. All Rights Reserved.