|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.handler.WSHandler
org.apache.axis2.security.handler.WSDoAllHandler
Class WSDoAllHandler
Field Summary | |
protected HandlerDescription |
handlerDesc
Field handlerDesc |
protected boolean |
inHandler
In Axis2, the user cannot set inflow and outflow parameters. |
protected org.apache.ws.security.handler.RequestData |
reqData
This is used to get hold of the message context to extract the configuration information (from axis2.xml and service.xml) out of it |
Fields inherited from class org.apache.ws.security.handler.WSHandler |
cryptos, DONE, secEngine |
Constructor Summary | |
WSDoAllHandler()
Constructor AbstractHandler. |
Method Summary | |
void |
cleanup()
Method cleanup. |
ClassLoader |
getClassLoader()
Overrides the class loader used to load the PW callback class. |
protected int |
getCurrentRepetition(Object msgContext)
Returns the repetition number from the message context |
HandlerDescription |
getHandlerDesc()
Gets the handler description. |
QName |
getName()
Method getName. |
Object |
getOption(String axisKey)
Gets optoin. |
Parameter |
getParameter(String name)
Method getParameter. |
String |
getPassword(Object msgContext)
|
Object |
getProperty(Object msgContext,
String axisKey)
|
String |
getUsername(Object msgContext)
|
void |
init(HandlerDescription handlerdesc)
Method init. |
void |
setPassword(Object msgContext,
String password)
|
void |
setProperty(Object msgContext,
String key,
Object value)
|
void |
setUsername(Object msgContext,
String username)
|
String |
toString()
|
Methods inherited from class org.apache.ws.security.handler.WSHandler |
checkReceiverResults, checkSignatureConfirmation, decodeDecryptionParameter, decodeEnableSignatureConfirmation, decodeEncryptionParameter, decodeMustUnderstand, decodeSignatureParameter, decodeSignatureParameter2, decodeTimestampPrecision, decodeTimestampStrict, decodeTimeToLive, decodeUTParameter, doReceiverAction, doSenderAction, getPassword, getPasswordCB, getString, getStringOption, loadDecryptionCrypto, loadEncryptionCrypto, loadSignatureCrypto, verifyTimestamp, verifyTrust |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.axis2.engine.Handler |
invoke |
Field Detail |
protected HandlerDescription handlerDesc
protected org.apache.ws.security.handler.RequestData reqData
protected boolean inHandler
Constructor Detail |
public WSDoAllHandler()
Method Detail |
public QName getName()
getName
in interface Handler
public void cleanup() throws AxisFault
cleanup
in interface Handler
AxisFault
public Parameter getParameter(String name)
getParameter
in interface Handler
name
-
public void init(HandlerDescription handlerdesc)
init
in interface Handler
handlerdesc
- public HandlerDescription getHandlerDesc()
getHandlerDesc
in interface Handler
public String toString()
public Object getProperty(Object msgContext, String axisKey)
protected int getCurrentRepetition(Object msgContext)
msgContext
-
public String getPassword(Object msgContext)
public void setPassword(Object msgContext, String password)
public String getUsername(Object msgContext)
public void setUsername(Object msgContext, String username)
public Object getOption(String axisKey)
public void setProperty(Object msgContext, String key, Object value)
public ClassLoader getClassLoader()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |