| Package | Description |
|---|---|
| org.apache.wss4j.dom | |
| org.apache.wss4j.dom.callback | |
| org.apache.wss4j.dom.engine | |
| org.apache.wss4j.dom.message | |
| org.apache.wss4j.dom.util |
| Modifier and Type | Method and Description |
|---|---|
CallbackLookup |
WSDocInfo.getCallbackLookup() |
| Modifier and Type | Method and Description |
|---|---|
void |
WSDocInfo.setCallbackLookup(CallbackLookup callbackLookup) |
| 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 | Method and Description |
|---|---|
CallbackLookup |
WSSecurityEngine.getCallbackLookup()
Get the CallbackLookup object to use to locate elements
|
| Modifier and Type | Method and Description |
|---|---|
void |
WSSecurityEngine.setCallbackLookup(CallbackLookup callbackLookup)
Set the CallbackLookup object to use to locate elements
|
| Modifier and Type | Field and Description |
|---|---|
protected CallbackLookup |
WSSecBase.callbackLookup |
| Modifier and Type | Method and Description |
|---|---|
CallbackLookup |
Encryptor.getCallbackLookup() |
| Modifier and Type | Method and Description |
|---|---|
void |
Encryptor.setCallbackLookup(CallbackLookup callbackLookup) |
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–2021 The Apache Software Foundation. All rights reserved.