|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallbackLookup | |
---|---|
org.apache.ws.security | |
org.apache.ws.security.message | |
org.apache.ws.security.util |
Uses of CallbackLookup in org.apache.ws.security |
---|
Methods in org.apache.ws.security that return CallbackLookup | |
---|---|
CallbackLookup |
WSSecurityEngine.getCallbackLookup()
Get the CallbackLookup object to use to locate elements |
CallbackLookup |
WSDocInfo.getCallbackLookup()
|
Methods in org.apache.ws.security with parameters of type CallbackLookup | |
---|---|
void |
WSSecurityEngine.setCallbackLookup(CallbackLookup callbackLookup)
Set the CallbackLookup object to use to locate elements |
void |
WSDocInfo.setCallbackLookup(CallbackLookup callbackLookup)
|
Uses of CallbackLookup in org.apache.ws.security.message |
---|
Classes in org.apache.ws.security.message that implement CallbackLookup | |
---|---|
class |
DOMCallbackLookup
This class uses a DOM-based approach to locate Elements that are referenced via an Id. |
Fields in org.apache.ws.security.message declared as CallbackLookup | |
---|---|
protected CallbackLookup |
WSSecBase.callbackLookup
|
Methods in org.apache.ws.security.message with parameters of type CallbackLookup | |
---|---|
static List<String> |
WSSecEncrypt.doEncryption(Document doc,
WSSConfig config,
org.apache.xml.security.keys.KeyInfo keyInfo,
SecretKey secretKey,
String encryptionAlgorithm,
List<WSEncryptionPart> references,
CallbackLookup callbackLookup)
Perform encryption on the SOAP envelope. |
void |
WSSecBase.setCallbackLookup(CallbackLookup callbackLookup)
|
Uses of CallbackLookup in org.apache.ws.security.util |
---|
Methods in org.apache.ws.security.util with parameters of type CallbackLookup | |
---|---|
static List<Element> |
WSSecurityUtil.findElements(WSEncryptionPart part,
CallbackLookup callbackLookup,
Document doc)
Find the DOM Element in the SOAP Envelope that is referenced by the WSEncryptionPart argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |