Uses of Interface
org.apache.xml.security.stax.ext.InputProcessor
-
Packages that use InputProcessor Package Description 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 Modifier and Type Class Description class
AbstractInputProcessor
An abstract InputProcessor class for reusabiltyFields in org.apache.xml.security.stax.ext with type parameters of type InputProcessor Modifier and Type Field Description private java.util.List<InputProcessor>
XMLSecurityProperties. inputProcessorList
Methods in org.apache.xml.security.stax.ext that return types with arguments of type InputProcessor Modifier and Type Method Description java.util.List<InputProcessor>
XMLSecurityProperties. getInputProcessorList()
Returns the currently registered additional InputProcessorsjava.util.List<InputProcessor>
InputProcessorChain. getProcessors()
Returns a list with the active processors.Methods in org.apache.xml.security.stax.ext with parameters of type InputProcessor Modifier and Type Method Description void
XMLSecurityProperties. addInputProcessor(InputProcessor inputProcessor)
Add an additional, non standard, InputProcessor to the chainvoid
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. -
Uses of InputProcessor in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl with type parameters of type InputProcessor Modifier and Type Field Description private java.util.List<InputProcessor>
InputProcessorChainImpl. inputProcessors
Methods in org.apache.xml.security.stax.impl that return types with arguments of type InputProcessor Modifier and Type Method Description java.util.List<InputProcessor>
InputProcessorChainImpl. getProcessors()
Methods in org.apache.xml.security.stax.impl with parameters of type InputProcessor Modifier and Type Method Description void
InputProcessorChainImpl. addProcessor(InputProcessor newInputProcessor)
InputProcessorChain
InputProcessorChainImpl. createSubChain(InputProcessor inputProcessor)
InputProcessorChain
InputProcessorChainImpl. createSubChain(InputProcessor inputProcessor, boolean clone)
void
InputProcessorChainImpl. removeProcessor(InputProcessor inputProcessor)
Constructor parameters in org.apache.xml.security.stax.impl with type arguments of type InputProcessor Constructor Description InputProcessorChainImpl(InboundSecurityContext inboundSecurityContext, DocumentContextImpl documentContextImpl, int startPos, java.util.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 Modifier and Type Class Description class
AbstractDecryptInputProcessor
Processor for decryption of EncryptedData XML structuresclass
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
The DecryptedEventReaderInputProcessor reads the decrypted stream with a StAX reader and forwards the generated XMLEventsclass
AbstractSignatureReferenceVerifyInputProcessor
class
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier
class
LogInputProcessor
class
XMLDecryptInputProcessor
Processor for decryption of EncryptedData XML structuresclass
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor
The DecryptedEventReaderInputProcessor reads the decrypted stream with a StAX reader and forwards the generated XMLEventsclass
XMLEventReaderInputProcessor
The XMLEventReaderInputProcessor reads requested XMLEvents from the original XMLEventReader and returns them to the requesterclass
XMLSecurityInputProcessor
Processor for XML Security.class
XMLSecurityInputProcessor.InternalBufferProcessor
Temporary Processor to buffer all events until the end of the required actionsstatic class
XMLSecurityInputProcessor.InternalReplayProcessor
Temporary processor to replay the buffered eventsclass
XMLSignatureReferenceVerifyInputProcessor
A processor to verify XML Signature references.
-