public class WSSignSAMLEnvelope extends WSSignEnvelope
canonAlgo, sigAlgo, signatureValue, usernameToken, useSingleCertactor, doDebug, keyIdentifierType, mustunderstand, parts, password, timeToLive, user, wssConfig| Constructor and Description |
|---|
WSSignSAMLEnvelope()
Deprecated.
replaced by
WSSecSignatureSAML.WSSecSignatureSAML() |
WSSignSAMLEnvelope(java.lang.String actor,
boolean mu)
Deprecated.
replaced by
WSSecSignatureSAML.WSSecSignatureSAML() and
WSSecHeader for actor and mustunderstand
specification. |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Document |
build(org.w3c.dom.Document doc,
Crypto userCrypto,
org.opensaml.SAMLAssertion assertion,
Crypto issuerCrypto,
java.lang.String issuerKeyName,
java.lang.String issuerKeyPW)
Deprecated.
|
build, createSTRParameter, getInclusivePrefixes, getInclusivePrefixes, getSigCanonicalization, getSignatureAlgorithm, getSignatureValue, isUseSingleCertificate, setSigCanonicalization, setSignatureAlgorithm, setUsernameToken, setUseSingleCertificategetKeyIdentifierType, insertSecurityHeader, setActor, setBodyID, setKeyIdentifierType, setMustUnderstand, setParts, setTimeToLive, setUserInfo, setWsConfig, setWsuIdpublic WSSignSAMLEnvelope()
WSSecSignatureSAML.WSSecSignatureSAML()public WSSignSAMLEnvelope(java.lang.String actor,
boolean mu)
WSSecSignatureSAML.WSSecSignatureSAML() and
WSSecHeader for actor and mustunderstand
specification.actor - The actor name of the wsse:Security headermu - Set mustUnderstand to true or falsepublic org.w3c.dom.Document build(org.w3c.dom.Document doc,
Crypto userCrypto,
org.opensaml.SAMLAssertion assertion,
Crypto issuerCrypto,
java.lang.String issuerKeyName,
java.lang.String issuerKeyPW)
throws WSSecurityException
WSSecSignatureSAML.build(Document, Crypto, SAMLAssertion, Crypto, String, String, WSSecHeader)wsse:Signaturedoc - The unsigned SOAP envelope as Documentassertion - the complete SAML assertionissuerCrypto - An instance of the Crypto API to handle keystore SAML token
issuer and to generate certificatesissuerKeyName - Private key to use in case of "sender-Vouches"issuerKeyPW - Password for issuer private keyDocumentWSSecurityExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.