org.apache.cxf.ws.security.wss4j
Class WSS4JInInterceptor
java.lang.Object
org.apache.ws.security.handler.WSHandler
org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor
org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor
- All Implemented Interfaces:
- SoapInterceptor, Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>
- Direct Known Subclasses:
- PolicyBasedWSS4JInInterceptor
public class WSS4JInInterceptor
- extends AbstractWSS4JInterceptor
Performs WS-Security inbound actions.
- Author:
- Tomasz Sztelak
| Fields inherited from class org.apache.ws.security.handler.WSHandler |
cryptos, DONE, secEngine |
|
Method Summary |
protected void |
computeAction(SoapMessage msg,
org.apache.ws.security.handler.RequestData reqData)
Do whatever is necessary to determine the action for the incoming message and
do whatever other setup work is necessary. |
protected void |
doResults(SoapMessage msg,
java.lang.String actor,
javax.xml.soap.SOAPMessage doc,
java.util.Vector wsResult)
|
java.lang.Object |
getProperty(java.lang.Object msgContext,
java.lang.String key)
|
void |
handleMessage(SoapMessage msg)
Intercepts a message. |
void |
setIgnoreActions(boolean i)
|
| Methods inherited from class org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor |
decodeEnableSignatureConfirmation, getAfter, getBefore, getId, getOption, getPassword, getPhase, getProperties, getRoles, getUnderstoodHeaders, handleFault, isRequestor, loadDecryptionCrypto, loadEncryptionCrypto, loadSignatureCrypto, postHandleMessage, setAfter, setBefore, setId, setPassword, setPhase, setProperties, setProperty, setProperty |
| Methods inherited from class org.apache.ws.security.handler.WSHandler |
checkReceiverResults, checkReceiverResultsAnyOrder, checkSignatureConfirmation, decodeCustomPasswordTypes, decodeDecryptionParameter, decodeEncryptionParameter, decodeMustUnderstand, decodeNamespaceQualifiedPasswordTypes, decodeSignatureParameter, decodeSignatureParameter2, decodeTimestampPrecision, decodeTimestampStrict, decodeTimeToLive, decodeUTParameter, doReceiverAction, doSenderAction, getClassLoader, getPassword, getPasswordCB, getString, getStringOption, verifyTimestamp, verifyTrust |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIMESTAMP_RESULT
public static final java.lang.String TIMESTAMP_RESULT
- See Also:
- Constant Field Values
SIGNATURE_RESULT
public static final java.lang.String SIGNATURE_RESULT
- See Also:
- Constant Field Values
PRINCIPAL_RESULT
public static final java.lang.String PRINCIPAL_RESULT
- See Also:
- Constant Field Values
PROCESSOR_MAP
public static final java.lang.String PROCESSOR_MAP
- See Also:
- Constant Field Values
WSS4JInInterceptor
public WSS4JInInterceptor()
WSS4JInInterceptor
public WSS4JInInterceptor(boolean ignore)
WSS4JInInterceptor
public WSS4JInInterceptor(java.util.Map<java.lang.String,java.lang.Object> properties)
setIgnoreActions
public void setIgnoreActions(boolean i)
getProperty
public java.lang.Object getProperty(java.lang.Object msgContext,
java.lang.String key)
- Overrides:
getProperty in class AbstractWSS4JInterceptor
handleMessage
public void handleMessage(SoapMessage msg)
throws Fault
- Description copied from interface:
Interceptor
- Intercepts a message.
Interceptors should NOT invoke handleMessage or handleFault
on the next interceptor - the interceptor chain will
take care of this.
- Throws:
Fault
computeAction
protected void computeAction(SoapMessage msg,
org.apache.ws.security.handler.RequestData reqData)
- Do whatever is necessary to determine the action for the incoming message and
do whatever other setup work is necessary.
- Parameters:
msg - reqData -
doResults
protected void doResults(SoapMessage msg,
java.lang.String actor,
javax.xml.soap.SOAPMessage doc,
java.util.Vector wsResult)
throws javax.xml.soap.SOAPException,
javax.xml.stream.XMLStreamException
- Throws:
javax.xml.soap.SOAPException
javax.xml.stream.XMLStreamException
Apache CXF