Package | Description |
---|---|
org.apache.xml.security.stax.ext | |
org.apache.xml.security.stax.impl | |
org.apache.xml.security.stax.impl.processor.input |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputProcessor
An abstract InputProcessor class for reusabilty
|
Modifier and Type | Method and Description |
---|---|
List<InputProcessor> |
XMLSecurityProperties.getInputProcessorList()
Returns the currently registered additional InputProcessors
|
List<InputProcessor> |
InputProcessorChain.getProcessors()
Returns a list with the active processors.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSecurityProperties.addInputProcessor(InputProcessor inputProcessor)
Add an additional, non standard, InputProcessor to the chain
|
void |
InputProcessorChain.addProcessor(InputProcessor inputProcessor)
Adds an InputProcessor to the chain.
|
InputProcessorChain |
InputProcessorChain.createSubChain(InputProcessor inputProcessor)
Create a new SubChain.
|
InputProcessorChain |
InputProcessorChain.createSubChain(InputProcessor inputProcessor,
boolean clone)
Create a new SubChain.
|
void |
InputProcessorChain.removeProcessor(InputProcessor inputProcessor)
Removes the specified InputProcessor from this chain.
|
Modifier and Type | Method and Description |
---|---|
List<InputProcessor> |
InputProcessorChainImpl.getProcessors() |
Modifier and Type | Method and Description |
---|---|
void |
InputProcessorChainImpl.addProcessor(InputProcessor newInputProcessor) |
InputProcessorChain |
InputProcessorChainImpl.createSubChain(InputProcessor inputProcessor) |
InputProcessorChain |
InputProcessorChainImpl.createSubChain(InputProcessor inputProcessor,
boolean clone) |
void |
InputProcessorChainImpl.removeProcessor(InputProcessor inputProcessor) |
Constructor and Description |
---|
InputProcessorChainImpl(InboundSecurityContext inboundSecurityContext,
DocumentContextImpl documentContextImpl,
int startPos,
List<InputProcessor> inputProcessors) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDecryptInputProcessor
Processor for decryption of EncryptedData XML structures
|
class |
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
The DecryptedEventReaderInputProcessor reads the decrypted stream with a StAX reader and
forwards the generated XMLEvents
|
class |
AbstractSignatureReferenceVerifyInputProcessor |
class |
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier |
class |
LogInputProcessor |
class |
XMLDecryptInputProcessor
Processor for decryption of EncryptedData XML structures
|
class |
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor
The DecryptedEventReaderInputProcessor reads the decrypted stream with a StAX reader and
forwards the generated XMLEvents
|
class |
XMLEventReaderInputProcessor
The XMLEventReaderInputProcessor reads requested XMLEvents from the original XMLEventReader
and returns them to the requester
|
class |
XMLSecurityInputProcessor
Processor for XML Security.
|
class |
XMLSecurityInputProcessor.InternalBufferProcessor
Temporary Processor to buffer all events until the end of the required actions
|
static class |
XMLSecurityInputProcessor.InternalReplayProcessor
Temporary processor to replay the buffered events
|
class |
XMLSignatureReferenceVerifyInputProcessor
A processor to verify XML Signature references.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.