|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents WS-Security context for processing of security tokens. It is used by implementation of Security Token -
(SecurityTokenHandlerSPI
and SecurityTokenSPI
) to query processing context and WS-Security configuration.
Method Summary | |
MessageConf |
getMessageConf()
Returns message configuratio, which will be passed to the incoming validator . |
org.w3c.dom.Document |
getMessageDocument()
Returns the document which represents the processed SOAP message. |
PStore |
getPStore()
Returns WSO2 SOA Enablement Server's PStore instance. |
java.lang.String |
getSoapPrefix()
Gets the soap prefix of the processed message. |
java.lang.String |
getWsseNamespace()
Gets wsse namespace related to the processed message |
java.lang.String |
getWsuNamespace()
Gets wsse namespace related to the processed message |
Method Detail |
public PStore getPStore() throws WSSecurityException
PStore
instance.
WSSecurityException
- thrown if something is wrong.public java.lang.String getWsseNamespace()
public java.lang.String getWsuNamespace()
public java.lang.String getSoapPrefix()
public org.w3c.dom.Document getMessageDocument() throws WSSecurityException
WSSecurityException
- thrown if something is wrong.public MessageConf getMessageConf()
incoming validator
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |