org.codehaus.xfire.security.wss4j
Class WSS4JInHandler

java.lang.Object
  extended by org.apache.ws.security.handler.WSHandler
      extended by org.codehaus.xfire.security.wss4j.AbstractWSS4JHandler
          extended by org.codehaus.xfire.security.wss4j.WSS4JInHandler
All Implemented Interfaces:
org.codehaus.xfire.handler.Handler

public class WSS4JInHandler
extends AbstractWSS4JHandler
implements org.codehaus.xfire.handler.Handler

Performs WS-Security inbound actions.

Author:
Tomasz Sztelak

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.ws.security.handler.WSHandler
cryptos, DONE, secEngine
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
WSS4JInHandler()
           
WSS4JInHandler(java.util.Properties properties)
           
 
Method Summary
 void invoke(org.codehaus.xfire.MessageContext msgContext)
           
 
Methods inherited from class org.codehaus.xfire.security.wss4j.AbstractWSS4JHandler
getAfter, getBefore, getOption, getPassword, getPhase, getProperties, getProperty, getRoles, getUnderstoodHeaders, handleFault, setAfter, setBefore, setPassword, setPhase, setProperties, setProperty, setProperty
 
Methods inherited from class org.apache.ws.security.handler.WSHandler
checkReceiverResults, checkSignatureConfirmation, decodeDecryptionParameter, decodeEnableSignatureConfirmation, decodeEncryptionParameter, decodeMustUnderstand, decodeSignatureParameter, decodeSignatureParameter2, decodeTimestampPrecision, decodeTimestampStrict, decodeTimeToLive, decodeUTParameter, doReceiverAction, doSenderAction, getClassLoader, getPassword, getPasswordCB, getString, getStringOption, loadDecryptionCrypto, loadEncryptionCrypto, loadSignatureCrypto, verifyTimestamp, verifyTrust
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.xfire.handler.Handler
getAfter, getBefore, getPhase, getRoles, getUnderstoodHeaders, handleFault
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

WSS4JInHandler

public WSS4JInHandler()

WSS4JInHandler

public WSS4JInHandler(java.util.Properties properties)
Method Detail

invoke

public void invoke(org.codehaus.xfire.MessageContext msgContext)
            throws org.codehaus.xfire.fault.XFireFault
Specified by:
invoke in interface org.codehaus.xfire.handler.Handler
Throws:
org.codehaus.xfire.fault.XFireFault


Copyright © 2004-2009. All Rights Reserved.