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, checkReceiverResultsAnyOrder, checkSignatureConfirmation, decodeCustomPasswordTypes, decodeDecryptionParameter, decodeEnableSignatureConfirmation, decodeEncryptionParameter, decodeMustUnderstand, decodeNamespaceQualifiedPasswordTypes, decodeSignatureParameter, decodeSignatureParameter2, decodeTimestampPrecision, decodeTimestampStrict, decodeTimeToLive, decodeUseEncodedPasswords, decodeUseSingleCertificate, decodeUTParameter, doReceiverAction, doSenderAction, getClassLoader, getPassword, getPasswordCB, getString, getStringOption, loadDecryptionCrypto, loadEncryptionCrypto, loadSignatureCrypto, verifyTimestamp, verifyTimestamp, verifyTrust, 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 String getPhase()
- Specified by:
getPhase
in interface org.codehaus.xfire.handler.Handler
setPhase
public void setPhase(String phase)
getOption
public Object getOption(String key)
- Specified by:
getOption
in class org.apache.ws.security.handler.WSHandler
setProperty
public void setProperty(String key,
String value)
getPassword
public String getPassword(Object msgContext)
- Specified by:
getPassword
in class org.apache.ws.security.handler.WSHandler
getProperty
public Object getProperty(Object msgContext,
String key)
- Specified by:
getProperty
in class org.apache.ws.security.handler.WSHandler
setPassword
public void setPassword(Object msgContext,
String password)
- Specified by:
setPassword
in class org.apache.ws.security.handler.WSHandler
setProperty
public void setProperty(Object msgContext,
String key,
Object value)
- Specified by:
setProperty
in class org.apache.ws.security.handler.WSHandler
getUnderstoodHeaders
public QName[] getUnderstoodHeaders()
- Specified by:
getUnderstoodHeaders
in interface org.codehaus.xfire.handler.Handler
getProperties
public Map getProperties()
setProperties
public void setProperties(Map properties)
getRoles
public 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 List getAfter()
- Specified by:
getAfter
in interface org.codehaus.xfire.handler.Handler
setAfter
public void setAfter(List after)
getBefore
public List getBefore()
- Specified by:
getBefore
in interface org.codehaus.xfire.handler.Handler
setBefore
public void setBefore(List before)
Copyright © 2004-2013. All Rights Reserved.