|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of XmlToolCommandLineArguments in org.opensaml.xml.util |
|---|
| Methods in org.opensaml.xml.util with parameters of type XmlToolCommandLineArguments | |
|---|---|
protected static void |
XmlTool.addSignatureELement(XmlToolCommandLineArguments cli,
Element root,
Element signature)
Adds the signature element at the appropriate place in the document. |
protected static org.opensaml.xml.security.x509.BasicX509Credential |
XmlTool.getCredential(XmlToolCommandLineArguments cli)
Gets the credentials used for signing and signature verification. |
protected static Collection<X509CRL> |
XmlTool.getCRLs(XmlToolCommandLineArguments cli)
Gets the CRLs referenced on the command line, if any. |
protected static DocumentBuilder |
XmlTool.getParser(XmlToolCommandLineArguments cli)
Constructs a DOM parser used to parse the input XML. |
protected static String |
XmlTool.getSignatureReferenceUri(XmlToolCommandLineArguments cli,
Element rootElement)
Gets the reference of the URI to use for the signature. |
protected static InputStream |
XmlTool.getXmlInputStreamFromFile(XmlToolCommandLineArguments cli)
Creates an input stream that reads the input XML from a file. |
protected static InputStream |
XmlTool.getXmlInputStreamFromUrl(XmlToolCommandLineArguments cli)
Creates an input stream that reads the input XML from an HTTP URL. |
protected static void |
XmlTool.initLogging(XmlToolCommandLineArguments cli)
Initialize the logging subsystem. |
protected static Document |
XmlTool.parseXML(XmlToolCommandLineArguments cli)
Parses the input XML from its source and converts it to a DOM document. |
protected static void |
XmlTool.schemaValidate(XmlToolCommandLineArguments cli,
Document xml)
Validates the SAML document against the SAML 1.1 and 2.0 schema. |
protected static void |
XmlTool.sign(XmlToolCommandLineArguments cli,
Document xml)
Signs and outputs the signed SAML document. |
protected static void |
XmlTool.verifySignature(XmlToolCommandLineArguments cli,
Document xmlDocument)
Verifies that the signature on a document is valid. |
protected static void |
XmlTool.writeDocument(XmlToolCommandLineArguments cli,
Node xml)
Writes a DOM element to the output file. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||