org.codehaus.xfire.security.wss4j
Class AbstractWSS4JHandler
java.lang.Object
org.apache.ws.security.handler.WSHandler
org.codehaus.xfire.security.wss4j.AbstractWSS4JHandler
- All Implemented Interfaces:
- org.codehaus.xfire.handler.Handler
- Direct Known Subclasses:
- WSS4JInHandler, WSS4JOutHandler
public abstract class AbstractWSS4JHandler
- extends org.apache.ws.security.handler.WSHandler
- implements org.codehaus.xfire.handler.Handler
Fields inherited from class org.apache.ws.security.handler.WSHandler |
cryptos, DONE, secEngine |
Fields inherited from interface org.codehaus.xfire.handler.Handler |
ROLE |
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 |
invoke |
AbstractWSS4JHandler
public AbstractWSS4JHandler()
getPhase
public java.lang.String getPhase()
- Specified by:
getPhase
in interface org.codehaus.xfire.handler.Handler
setPhase
public void setPhase(java.lang.String phase)
getOption
public java.lang.Object getOption(java.lang.String key)
- Specified by:
getOption
in class org.apache.ws.security.handler.WSHandler
setProperty
public void setProperty(java.lang.String key,
java.lang.String value)
getPassword
public java.lang.String getPassword(java.lang.Object msgContext)
- Specified by:
getPassword
in class org.apache.ws.security.handler.WSHandler
getProperty
public java.lang.Object getProperty(java.lang.Object msgContext,
java.lang.String key)
- Specified by:
getProperty
in class org.apache.ws.security.handler.WSHandler
setPassword
public void setPassword(java.lang.Object msgContext,
java.lang.String password)
- Specified by:
setPassword
in class org.apache.ws.security.handler.WSHandler
setProperty
public void setProperty(java.lang.Object msgContext,
java.lang.String key,
java.lang.Object value)
- Specified by:
setProperty
in class org.apache.ws.security.handler.WSHandler
getUnderstoodHeaders
public javax.xml.namespace.QName[] getUnderstoodHeaders()
- Specified by:
getUnderstoodHeaders
in interface org.codehaus.xfire.handler.Handler
getProperties
public java.util.Map getProperties()
setProperties
public void setProperties(java.util.Map properties)
getRoles
public java.lang.String[] getRoles()
- Specified by:
getRoles
in interface org.codehaus.xfire.handler.Handler
handleFault
public void handleFault(org.codehaus.xfire.fault.XFireFault fault,
org.codehaus.xfire.MessageContext context)
- Specified by:
handleFault
in interface org.codehaus.xfire.handler.Handler
getAfter
public java.util.List getAfter()
- Specified by:
getAfter
in interface org.codehaus.xfire.handler.Handler
setAfter
public void setAfter(java.util.List after)
getBefore
public java.util.List getBefore()
- Specified by:
getBefore
in interface org.codehaus.xfire.handler.Handler
setBefore
public void setBefore(java.util.List before)
Copyright © 2004-2009. All Rights Reserved.