| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBufferingOutputProcessor
An abstract OutputProcessor class for reusabilty
|
class |
AbstractOutputProcessor
An abstract OutputProcessor class for reusabilty
|
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends OutputProcessor>> |
AbstractOutputProcessor.getAfterProcessors() |
Set<Class<? extends OutputProcessor>> |
OutputProcessor.getAfterProcessors()
This OutputProcessor will be added after the processors in this set
|
Set<Class<? extends OutputProcessor>> |
AbstractOutputProcessor.getBeforeProcessors() |
Set<Class<? extends OutputProcessor>> |
OutputProcessor.getBeforeProcessors()
This OutputProcessor will be added before the processors in this set
|
List<OutputProcessor> |
OutputProcessorChain.getProcessors()
Returns a list with the active processors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputProcessorChain.addProcessor(OutputProcessor outputProcessor)
Adds an OutputProcessor to the chain.
|
OutputProcessorChain |
OutputProcessorChain.createSubChain(OutputProcessor outputProcessor)
Create a new SubChain.
|
OutputProcessorChain |
OutputProcessorChain.createSubChain(OutputProcessor outputProcessor,
XMLSecStartElement parentXMLSecStartElement) |
void |
OutputProcessorChain.removeProcessor(OutputProcessor outputProcessor)
Removes the specified OutputProcessor from this chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOutputProcessor.addAfterProcessor(Class<? extends OutputProcessor> processor) |
void |
OutputProcessor.addAfterProcessor(Class<? extends OutputProcessor> processor)
Add this processor after the given processor
|
void |
AbstractOutputProcessor.addBeforeProcessor(Class<? extends OutputProcessor> processor) |
void |
OutputProcessor.addBeforeProcessor(Class<? extends OutputProcessor> processor)
Add this processor before the given processor
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputProcessor> |
OutputProcessorChainImpl.getProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputProcessorChainImpl.addProcessor(OutputProcessor newOutputProcessor) |
OutputProcessorChain |
OutputProcessorChainImpl.createSubChain(OutputProcessor outputProcessor) |
OutputProcessorChain |
OutputProcessorChainImpl.createSubChain(OutputProcessor outputProcessor,
XMLSecStartElement parentXMLSecStartElement) |
void |
OutputProcessorChainImpl.removeProcessor(OutputProcessor outputProcessor) |
| Constructor and Description |
|---|
OutputProcessorChainImpl(OutboundSecurityContext outboundSecurityContext,
DocumentContextImpl documentContextImpl,
int startPos,
List<OutputProcessor> outputProcessors) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEncryptEndingOutputProcessor
Processor buffers encrypted XMLEvents and forwards them when final is called
|
class |
AbstractEncryptOutputProcessor
Processor to encrypt XML structures
|
class |
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor
Processor which handles the effective encryption of the data
|
class |
AbstractSignatureEndingOutputProcessor |
protected static class |
AbstractSignatureEndingOutputProcessor.SignedInfoProcessor |
class |
AbstractSignatureOutputProcessor |
class |
AbstractSignatureOutputProcessor.InternalSignatureOutputProcessor |
class |
FinalOutputProcessor
Processor which outputs the XMLEvents to an outputStream
This Processor can be extended to allow to write to a StAX writer instead of directly to an output stream
|
class |
XMLEncryptOutputProcessor
Processor to encrypt XML structures
|
class |
XMLSignatureEndingOutputProcessor
An EndingOutputProcessor for XML Signature.
|
class |
XMLSignatureOutputProcessor
An OutputProcessor for XML Signature.
|
| Modifier and Type | Method and Description |
|---|---|
OutputProcessor |
GenericOutboundSecurityToken.getProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericOutboundSecurityToken.setProcessor(OutputProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
OutputProcessor |
OutboundSecurityToken.getProcessor()
Returns the processor responsible for this token
|
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.