|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSHandler | |
---|---|
org.apache.ws.axis.security | Provides classes and interfaces that implement WSS4J Axis handlers. |
org.apache.ws.axis.security.handler | |
org.apache.ws.security.action | |
org.apache.ws.security.handler |
Uses of WSHandler in org.apache.ws.axis.security |
---|
Subclasses of WSHandler in org.apache.ws.axis.security | |
---|---|
class |
WSDoAllReceiver
|
class |
WSDoAllSender
|
Uses of WSHandler in org.apache.ws.axis.security.handler |
---|
Subclasses of WSHandler in org.apache.ws.axis.security.handler | |
---|---|
class |
WSDoAllHandler
WSDoAllHandler is a utility class which implements simple
property setting/getting behavior, and stubs out a lot of the Handler
methods. |
Uses of WSHandler in org.apache.ws.security.action |
---|
Methods in org.apache.ws.security.action with parameters of type WSHandler | |
---|---|
void |
Action.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData)
|
void |
SignatureConfirmationAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData)
|
void |
SignatureAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData)
|
void |
UsernameTokenAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData)
|
void |
SAMLTokenSignedAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData)
|
void |
EncryptionAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData)
|
void |
TimestampAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData)
|
void |
UsernameTokenSignedAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData)
|
void |
SAMLTokenUnsignedAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData)
|
protected SAMLIssuer |
SAMLTokenSignedAction.loadSamlIssuer(WSHandler handler,
RequestData reqData)
|
Uses of WSHandler in org.apache.ws.security.handler |
---|
Subclasses of WSHandler in org.apache.ws.security.handler | |
---|---|
class |
WSS4JHandler
Merged and converted the the axis handlers WSDoAllReceiver and WSDoAllSender into a single JAX-RPC Handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |