|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of XMLSecEvent in org.apache.xml.security.stax.ext |
|---|
| Methods in org.apache.xml.security.stax.ext that return XMLSecEvent | |
|---|---|
protected XMLSecEvent |
AbstractInputSecurityHeaderHandler.getResponsibleStartXMLEvent(Deque<XMLSecEvent> eventDeque,
int index)
|
XMLSecEvent |
InputProcessorChain.processEvent()
Requests the next XMLEvent from the next processor in the chain. |
XMLSecEvent |
InputProcessorChain.processHeaderEvent()
Requests the next security header XMLEvent from the next processor in the chain. |
XMLSecEvent |
InputProcessor.processNextEvent(InputProcessorChain inputProcessorChain)
Will be called from the framework when the next XMLEvent is requested |
abstract XMLSecEvent |
AbstractInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
InputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
Will be called from the framework when the next security-header XMLEvent is requested |
abstract XMLSecEvent |
AbstractInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
|
| Methods in org.apache.xml.security.stax.ext that return types with arguments of type XMLSecEvent | |
|---|---|
protected List<XMLSecEvent> |
AbstractInputSecurityHeaderHandler.getResponsibleXMLSecEvents(Deque<XMLSecEvent> xmlSecEvents,
int index)
|
protected Deque<XMLSecEvent> |
AbstractBufferingOutputProcessor.getXmlSecEventBuffer()
|
| Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecEvent | |
|---|---|
static String |
XMLSecurityUtils.getXMLEventAsString(XMLSecEvent xmlSecEvent)
Returns the XMLEvent type in String form |
protected void |
AbstractOutputProcessor.outputAsEvent(OutputProcessorChain outputProcessorChain,
XMLSecEvent xmlSecEvent)
|
void |
OutputProcessorChain.processEvent(XMLSecEvent xmlSecEvent)
Forwards the XMLEvent to the next processor in the chain. |
abstract void |
AbstractOutputProcessor.processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
void |
AbstractBufferingOutputProcessor.processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
void |
AbstractOutputProcessor.processNextEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
void |
OutputProcessor.processNextEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
Will be called from the framework for every XMLEvent |
void |
Transformer.transform(XMLSecEvent xmlSecEvent)
|
| Method parameters in org.apache.xml.security.stax.ext with type arguments of type XMLSecEvent | ||
|---|---|---|
protected void |
AbstractBufferingOutputProcessor.flushBufferAndCallbackAfterHeader(OutputProcessorChain outputProcessorChain,
Deque<XMLSecEvent> xmlSecEventDeque)
|
|
protected List<QName> |
AbstractInputSecurityHeaderHandler.getElementPath(Deque<XMLSecEvent> eventDeque)
|
|
protected XMLSecEvent |
AbstractInputSecurityHeaderHandler.getResponsibleStartXMLEvent(Deque<XMLSecEvent> eventDeque,
int index)
|
|
protected List<XMLSecEvent> |
AbstractInputSecurityHeaderHandler.getResponsibleXMLSecEvents(Deque<XMLSecEvent> xmlSecEvents,
int index)
|
|
void |
XMLSecurityHeaderHandler.handle(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
Deque<XMLSecEvent> eventQueue,
Integer index)
|
|
protected
|
AbstractInputSecurityHeaderHandler.parseStructure(Deque<XMLSecEvent> eventDeque,
int index,
XMLSecurityProperties securityProperties)
|
|
| Uses of XMLSecEvent in org.apache.xml.security.stax.ext.stax |
|---|
| Subinterfaces of XMLSecEvent in org.apache.xml.security.stax.ext.stax | |
|---|---|
interface |
XMLSecAttribute
|
interface |
XMLSecCharacters
|
interface |
XMLSecComment
|
interface |
XMLSecDTD
|
interface |
XMLSecEndDocument
|
interface |
XMLSecEndElement
|
interface |
XMLSecEntityDeclaration
|
interface |
XMLSecEntityReference
|
interface |
XMLSecNamespace
|
interface |
XMLSecProcessingInstruction
|
interface |
XMLSecStartDocument
|
interface |
XMLSecStartElement
|
| Methods in org.apache.xml.security.stax.ext.stax that return XMLSecEvent | |
|---|---|
static XMLSecEvent |
XMLSecEventFactory.allocate(XMLStreamReader xmlStreamReader,
XMLSecStartElement parentXMLSecStartElement)
|
| Uses of XMLSecEvent in org.apache.xml.security.stax.impl |
|---|
| Methods in org.apache.xml.security.stax.impl that return XMLSecEvent | |
|---|---|
XMLSecEvent |
InputProcessorChainImpl.processEvent()
|
XMLSecEvent |
InputProcessorChainImpl.processHeaderEvent()
|
| Methods in org.apache.xml.security.stax.impl with parameters of type XMLSecEvent | |
|---|---|
void |
OutputProcessorChainImpl.processEvent(XMLSecEvent xmlSecEvent)
|
| Constructor parameters in org.apache.xml.security.stax.impl with type arguments of type XMLSecEvent | |
|---|---|
XMLSecurityEventReader(Deque<XMLSecEvent> xmlSecEvents,
int fromIndex)
|
|
| Uses of XMLSecEvent in org.apache.xml.security.stax.impl.processor.input |
|---|
| Methods in org.apache.xml.security.stax.impl.processor.input that return XMLSecEvent | |
|---|---|
XMLSecEvent |
AbstractSignatureReferenceVerifyInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.processNextEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
LogInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
XMLSecurityInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
XMLSecurityInputProcessor.InternalBufferProcessor.processNextEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
XMLSecurityInputProcessor.InternalReplayProcessor.processNextEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
AbstractDecryptInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
XMLEventReaderInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
AbstractSignatureReferenceVerifyInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
LogInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
XMLSecurityInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
XMLSecurityInputProcessor.InternalBufferProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
XMLSecurityInputProcessor.InternalReplayProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
AbstractDecryptInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
|
XMLSecEvent |
XMLEventReaderInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain)
|
| Methods in org.apache.xml.security.stax.impl.processor.input that return types with arguments of type XMLSecEvent | |
|---|---|
ArrayDeque<XMLSecEvent> |
XMLSecurityInputProcessor.InternalBufferProcessor.getXmlSecEventList()
|
protected Deque<XMLSecEvent> |
AbstractSignatureInputHandler.reparseSignedInfo(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
Deque<XMLSecEvent> eventDeque,
int index)
|
| Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecEvent | |
|---|---|
void |
XMLEncryptedKeyInputHandler.handle(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmlenc.EncryptedKeyType encryptedKeyType,
XMLSecEvent responsibleXMLSecStartXMLEvent,
XMLSecurityProperties securityProperties)
|
protected abstract void |
AbstractSignatureReferenceVerifyInputProcessor.processElementPath(List<QName> elementPath,
InputProcessorChain inputProcessorChain,
XMLSecEvent xmlSecEvent,
org.apache.xml.security.binding.xmldsig.ReferenceType referenceType)
|
protected void |
XMLSignatureReferenceVerifyInputProcessor.processElementPath(List<QName> elementPath,
InputProcessorChain inputProcessorChain,
XMLSecEvent xmlSecEvent,
org.apache.xml.security.binding.xmldsig.ReferenceType referenceType)
|
protected void |
AbstractSignatureInputHandler.SignatureVerifier.processEvent(XMLSecEvent xmlSecEvent)
|
void |
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.processEvent(XMLSecEvent xmlSecEvent,
InputProcessorChain inputProcessorChain)
|
| Method parameters in org.apache.xml.security.stax.impl.processor.input with type arguments of type XMLSecEvent | |
|---|---|
void |
AbstractSignatureInputHandler.handle(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
Deque<XMLSecEvent> eventQueue,
Integer index)
|
void |
XMLEncryptedKeyInputHandler.handle(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
Deque<XMLSecEvent> eventQueue,
Integer index)
|
protected Deque<XMLSecEvent> |
AbstractSignatureInputHandler.reparseSignedInfo(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
Deque<XMLSecEvent> eventDeque,
int index)
|
protected InboundSecurityToken |
AbstractSignatureInputHandler.verifySignedInfo(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
Deque<XMLSecEvent> eventDeque,
int index)
|
| Constructor parameters in org.apache.xml.security.stax.impl.processor.input with type arguments of type XMLSecEvent | |
|---|---|
XMLSecurityInputProcessor.InternalReplayProcessor(XMLSecurityProperties securityProperties,
ArrayDeque<XMLSecEvent> xmlSecEventList)
|
|
| Uses of XMLSecEvent in org.apache.xml.security.stax.impl.processor.output |
|---|
| Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type XMLSecEvent | |
|---|---|
void |
FinalOutputProcessor.processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
abstract void |
AbstractEncryptOutputProcessor.processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
void |
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
void |
XMLEncryptOutputProcessor.processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
void |
XMLSignatureOutputProcessor.processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
abstract void |
AbstractSignatureOutputProcessor.processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
void |
AbstractSignatureOutputProcessor.InternalSignatureOutputProcessor.processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
void |
AbstractSignatureEndingOutputProcessor.SignedInfoProcessor.processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
|
| Method parameters in org.apache.xml.security.stax.impl.processor.output with type arguments of type XMLSecEvent | |
|---|---|
protected void |
XMLSignatureEndingOutputProcessor.flushBufferAndCallbackAfterHeader(OutputProcessorChain outputProcessorChain,
Deque<XMLSecEvent> xmlSecEventDeque)
|
| Uses of XMLSecEvent in org.apache.xml.security.stax.impl.securityToken |
|---|
| Methods in org.apache.xml.security.stax.impl.securityToken that return XMLSecEvent | |
|---|---|
XMLSecEvent |
AbstractInboundSecurityToken.getXMLSecEvent()
|
| Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type XMLSecEvent | |
|---|---|
void |
AbstractInboundSecurityToken.setXMLSecEvent(XMLSecEvent xmlSecEvent)
|
| Uses of XMLSecEvent in org.apache.xml.security.stax.impl.stax |
|---|
| Classes in org.apache.xml.security.stax.impl.stax that implement XMLSecEvent | |
|---|---|
class |
XMLSecAttributeImpl
Class to let XML-Attributes be comparable how it is requested by C14N |
class |
XMLSecCharactersImpl
|
class |
XMLSecCommentImpl
|
class |
XMLSecDTDImpl
|
class |
XMLSecEndDocumentImpl
|
class |
XMLSecEndElementImpl
|
class |
XMLSecEntityDeclarationImpl
|
class |
XMLSecEntityReferenceImpl
|
class |
XMLSecEventBaseImpl
|
class |
XMLSecNamespaceImpl
Class to let XML-Namespaces be comparable how it is requested by C14N |
class |
XMLSecProcessingInstructionImpl
|
class |
XMLSecStartDocumentImpl
|
class |
XMLSecStartElementImpl
|
| Uses of XMLSecEvent in org.apache.xml.security.stax.impl.transformer |
|---|
| Methods in org.apache.xml.security.stax.impl.transformer with parameters of type XMLSecEvent | |
|---|---|
void |
TransformIdentity.transform(XMLSecEvent xmlSecEvent)
|
void |
TransformEnvelopedSignature.transform(XMLSecEvent xmlSecEvent)
|
void |
TransformBase64Decode.transform(XMLSecEvent xmlSecEvent)
|
| Uses of XMLSecEvent in org.apache.xml.security.stax.impl.transformer.canonicalizer |
|---|
| Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer with parameters of type XMLSecEvent | |
|---|---|
void |
CanonicalizerBase.transform(XMLSecEvent xmlSecEvent)
|
| Uses of XMLSecEvent in org.apache.xml.security.stax.securityEvent |
|---|
| Methods in org.apache.xml.security.stax.securityEvent that return XMLSecEvent | |
|---|---|
XMLSecEvent |
AbstractElementSecurityEvent.getXmlSecEvent()
|
| Methods in org.apache.xml.security.stax.securityEvent with parameters of type XMLSecEvent | |
|---|---|
void |
AbstractElementSecurityEvent.setXmlSecEvent(XMLSecEvent xmlSecEvent)
|
| Uses of XMLSecEvent in org.apache.xml.security.stax.securityToken |
|---|
| Methods in org.apache.xml.security.stax.securityToken that return XMLSecEvent | |
|---|---|
XMLSecEvent |
InboundSecurityToken.getXMLSecEvent()
Returns the first XMLEvent for this token |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||