|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.message.WSBaseMessage
org.apache.ws.security.message.WSSignEnvelope
org.apache.ws.security.saml.WSSignSAMLEnvelope
Field Summary |
Fields inherited from class org.apache.ws.security.message.WSSignEnvelope |
canonAlgo, sigAlgo, signatureValue, usernameToken, useSingleCert |
Fields inherited from class org.apache.ws.security.message.WSBaseMessage |
actor, doDebug, keyIdentifierType, mustunderstand, parts, password, timeToLive, user, wssConfig |
Constructor Summary | |
WSSignSAMLEnvelope()
Deprecated. replaced by WSSecSignatureSAML#constructor() |
|
WSSignSAMLEnvelope(java.lang.String actor,
boolean mu)
Deprecated. replaced by WSSecSignatureSAML#constructor() and
WSSecHeader for actor and mustunderstand
specification. |
Method Summary | |
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. replaced by WSSecSignatureSAML.build(Document, Crypto, SAMLAssertion, Crypto, String, String, WSSecHeader) |
Methods inherited from class org.apache.ws.security.message.WSSignEnvelope |
build, createSTRParameter, getInclusivePrefixes, getInclusivePrefixes, getSigCanonicalization, getSignatureAlgorithm, getSignatureValue, isUseSingleCertificate, setSigCanonicalization, setSignatureAlgorithm, setUsernameToken, setUseSingleCertificate |
Methods inherited from class org.apache.ws.security.message.WSBaseMessage |
getKeyIdentifierType, insertSecurityHeader, setActor, setBodyID, setKeyIdentifierType, setMustUnderstand, setParts, setTimeToLive, setUserInfo, setWsConfig, setWsuId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSSignSAMLEnvelope()
WSSecSignatureSAML#constructor()
public WSSignSAMLEnvelope(java.lang.String actor, boolean mu)
WSSecSignatureSAML#constructor()
and
WSSecHeader
for actor and mustunderstand
specification.
actor
- The actor name of the wsse:Security
headermu
- Set mustUnderstand
to true or falseMethod Detail |
public 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:Signature
doc
- The unsigned SOAP envelope as Document
assertion
- 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 key
Document
WSSecurityException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |