|
||||||||||
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.WSSAddSAMLToken
public class WSSAddSAMLToken
Builds a WS SAML Assertion and inserts it into the SOAP Envelope. Refer to the WS specification, SAML Token profile
Field Summary |
---|
Fields inherited from class org.apache.ws.security.message.WSBaseMessage |
---|
actor, doDebug, keyIdentifierType, mustunderstand, parts, password, timeToLive, user, wssConfig |
Constructor Summary | |
---|---|
WSSAddSAMLToken()
Deprecated. replaced by WSSecSAMLToken.WSSecSAMLToken() |
|
WSSAddSAMLToken(String actor)
Deprecated. replaced by WSSecSAMLToken.WSSecSAMLToken()
and WSSecHeader for actor specification. |
|
WSSAddSAMLToken(String actor,
boolean mu)
Deprecated. replaced by WSSecSAMLToken.WSSecSAMLToken()
and WSSecHeader for actor and mustunderstand
specification. |
Method Summary | |
---|---|
org.w3c.dom.Document |
build(org.w3c.dom.Document doc,
org.opensaml.SAMLAssertion assertion)
Deprecated. replaced by WSSecSAMLToken.build(Document, SAMLAssertion, WSSecHeader) |
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 WSSAddSAMLToken()
WSSecSAMLToken.WSSecSAMLToken()
public WSSAddSAMLToken(String actor)
WSSecSAMLToken.WSSecSAMLToken()
and WSSecHeader
for actor specification.
actor
- the name of the actor of the wsse:Security
headerpublic WSSAddSAMLToken(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 falseMethod Detail |
---|
public 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
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |