|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestData | |
---|---|
org.apache.ws.security.action | |
org.apache.ws.security.handler |
Uses of RequestData in org.apache.ws.security.action |
---|
Methods in org.apache.ws.security.action with parameters of type RequestData | |
---|---|
void |
Action.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 |
UsernameTokenSignedAction.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 |
TimestampAction.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)
|
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 |
SignatureConfirmationAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData)
|
protected SAMLIssuer |
SAMLTokenSignedAction.loadSamlIssuer(WSHandler handler,
RequestData reqData)
|
Uses of RequestData in org.apache.ws.security.handler |
---|
Methods in org.apache.ws.security.handler with parameters of type RequestData | |
---|---|
protected void |
WSHandler.checkSignatureConfirmation(RequestData reqData,
Vector wsResult)
|
protected boolean |
WSHandler.decodeCustomPasswordTypes(RequestData reqData)
|
protected void |
WSHandler.decodeDecryptionParameter(RequestData reqData)
|
protected boolean |
WSHandler.decodeEnableSignatureConfirmation(RequestData reqData)
|
protected void |
WSHandler.decodeEncryptionParameter(RequestData reqData)
|
protected boolean |
WSHandler.decodeMustUnderstand(RequestData reqData)
|
protected boolean |
WSHandler.decodeNamespaceQualifiedPasswordTypes(RequestData reqData)
|
protected void |
WSHandler.decodeSignatureParameter(RequestData reqData)
|
protected void |
WSHandler.decodeSignatureParameter2(RequestData reqData)
|
protected boolean |
WSHandler.decodeTimestampPrecision(RequestData reqData)
|
protected boolean |
WSHandler.decodeTimestampStrict(RequestData reqData)
|
int |
WSHandler.decodeTimeToLive(RequestData reqData)
|
protected boolean |
WSHandler.decodeUseEncodedPasswords(RequestData reqData)
|
protected boolean |
WSHandler.decodeUseSingleCertificate(RequestData reqData)
|
protected void |
WSHandler.decodeUTParameter(RequestData reqData)
|
boolean |
WSS4JHandler.doReceiver(javax.xml.rpc.handler.MessageContext mc,
RequestData reqData,
boolean isRequest)
handle responses |
protected void |
WSHandler.doReceiverAction(int doAction,
RequestData reqData)
|
boolean |
WSS4JHandler.doSender(javax.xml.rpc.handler.MessageContext mc,
RequestData reqData,
boolean isRequest)
Handles incoming web service requests and outgoing responses |
protected void |
WSHandler.doSenderAction(int doAction,
org.w3c.dom.Document doc,
RequestData reqData,
Vector actions,
boolean isRequest)
Performs all defined security actions to set-up the SOAP request. |
WSPasswordCallback |
WSHandler.getPassword(String username,
int doAction,
String clsProp,
String refProp,
RequestData reqData)
Get a password to construct a UsernameToken or sign a message. |
protected javax.security.auth.callback.CallbackHandler |
WSHandler.getPasswordCB(RequestData reqData)
Get the password callback class and get an instance |
protected Crypto |
WSHandler.loadDecryptionCrypto(RequestData reqData)
Hook to allow subclasses to load their Decryption Crypto however they see fit. |
protected Crypto |
WSHandler.loadEncryptionCrypto(RequestData reqData)
Hook to allow subclasses to load their Encryption Crypto however they see fit. |
Crypto |
WSHandler.loadSignatureCrypto(RequestData reqData)
Hook to allow subclasses to load their Signature Crypto however they see fit. |
protected boolean |
WSHandler.verifyTrust(X509Certificate[] certificates,
RequestData reqData)
Evaluate whether the given certificate chain should be trusted. |
protected boolean |
WSHandler.verifyTrust(X509Certificate cert,
RequestData reqData)
Evaluate whether a given certificate should be trusted. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |