|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputProcessor | |
|---|---|
| org.apache.xml.security.stax.ext | |
| org.apache.xml.security.stax.impl | |
| org.apache.xml.security.stax.impl.processor.input | |
| Uses of InputProcessor in org.apache.xml.security.stax.ext |
|---|
| Classes in org.apache.xml.security.stax.ext that implement InputProcessor | |
|---|---|
class |
AbstractInputProcessor
An abstract InputProcessor class for reusabilty |
| Methods in org.apache.xml.security.stax.ext that return types with arguments of type InputProcessor | |
|---|---|
List<InputProcessor> |
XMLSecurityProperties.getInputProcessorList()
Returns the currently registered additional InputProcessors |
List<InputProcessor> |
InputProcessorChain.getProcessors()
Returns a list with the active processors. |
| Methods in org.apache.xml.security.stax.ext with parameters of type InputProcessor | |
|---|---|
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. |
void |
InputProcessorChain.removeProcessor(InputProcessor inputProcessor)
Removes the specified InputProcessor from this chain. |
| Uses of InputProcessor in org.apache.xml.security.stax.impl |
|---|
| Methods in org.apache.xml.security.stax.impl that return types with arguments of type InputProcessor | |
|---|---|
List<InputProcessor> |
InputProcessorChainImpl.getProcessors()
|
| Methods in org.apache.xml.security.stax.impl with parameters of type InputProcessor | |
|---|---|
void |
InputProcessorChainImpl.addProcessor(InputProcessor newInputProcessor)
|
InputProcessorChain |
InputProcessorChainImpl.createSubChain(InputProcessor inputProcessor)
|
void |
InputProcessorChainImpl.removeProcessor(InputProcessor inputProcessor)
|
| Constructor parameters in org.apache.xml.security.stax.impl with type arguments of type InputProcessor | |
|---|---|
InputProcessorChainImpl(InboundSecurityContext inboundSecurityContext,
DocumentContextImpl documentContextImpl,
int startPos,
List<InputProcessor> inputProcessors)
|
|
| Uses of InputProcessor in org.apache.xml.security.stax.impl.processor.input |
|---|
| Classes in org.apache.xml.security.stax.impl.processor.input that implement InputProcessor | |
|---|---|
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 |
class |
XMLSecurityInputProcessor.InternalReplayProcessor
Temporary processor to replay the buffered events |
class |
XMLSignatureReferenceVerifyInputProcessor
A processor to verify XML Signature references. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||