public class WSSAddSAMLToken extends WSBaseMessage
actor, doDebug, keyIdentifierType, mustunderstand, parts, password, timeToLive, user, wssConfig| Constructor and Description |
|---|
WSSAddSAMLToken()
Deprecated.
replaced by
WSSecSAMLToken.WSSecSAMLToken() |
WSSAddSAMLToken(java.lang.String actor)
Deprecated.
replaced by
WSSecSAMLToken.WSSecSAMLToken()
and WSSecHeader for actor specification. |
WSSAddSAMLToken(java.lang.String actor,
boolean mu)
Deprecated.
replaced by
WSSecSAMLToken.WSSecSAMLToken()
and WSSecHeader for actor and mustunderstand
specification. |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Document |
build(org.w3c.dom.Document doc,
org.opensaml.SAMLAssertion assertion)
Deprecated.
|
getKeyIdentifierType, insertSecurityHeader, setActor, setBodyID, setKeyIdentifierType, setMustUnderstand, setParts, setTimeToLive, setUserInfo, setWsConfig, setWsuIdpublic WSSAddSAMLToken()
WSSecSAMLToken.WSSecSAMLToken()public WSSAddSAMLToken(java.lang.String actor)
WSSecSAMLToken.WSSecSAMLToken()
and WSSecHeader for actor specification.actor - the name of the actor of the wsse:Security
headerpublic WSSAddSAMLToken(java.lang.String actor,
boolean mu)
WSSecSAMLToken.WSSecSAMLToken()
and WSSecHeader for actor and mustunderstand
specification.actor - The name of the actor of the wsse:Security
headermu - Set mustUnderstand to true or falsepublic org.w3c.dom.Document build(org.w3c.dom.Document doc,
org.opensaml.SAMLAssertion assertion)
WSSecSAMLToken.build(Document, SAMLAssertion, WSSecHeader)SAMLAssertion to a soap envelope.
A complete SAMLAssertion is added to the
wsse:Security header.doc - The SOAP enevlope as W3C documentassertion - TODOCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.