Package | Description |
---|---|
org.apache.ws.security | |
org.apache.ws.security.message | |
org.apache.ws.security.util |
Modifier and Type | Method and Description |
---|---|
CallbackLookup |
WSDocInfo.getCallbackLookup() |
CallbackLookup |
WSSecurityEngine.getCallbackLookup()
Get the CallbackLookup object to use to locate elements
|
Modifier and Type | Method and Description |
---|---|
void |
WSDocInfo.setCallbackLookup(CallbackLookup callbackLookup) |
void |
WSSecurityEngine.setCallbackLookup(CallbackLookup callbackLookup)
Set the CallbackLookup object to use to locate elements
|
Modifier and Type | Class and Description |
---|---|
class |
DOMCallbackLookup
This class uses a DOM-based approach to locate Elements that are referenced via an Id.
|
Modifier and Type | Field and Description |
---|---|
protected CallbackLookup |
WSSecBase.callbackLookup |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.