public abstract class AbstractInputSecurityHeaderHandler extends Object implements XMLSecurityHeaderHandler
Constructor and Description |
---|
AbstractInputSecurityHeaderHandler() |
Modifier and Type | Method and Description |
---|---|
protected List<QName> |
getElementPath(Deque<XMLSecEvent> eventDeque) |
protected XMLSecEvent |
getResponsibleStartXMLEvent(Deque<XMLSecEvent> eventDeque,
int index) |
protected List<XMLSecEvent> |
getResponsibleXMLSecEvents(Deque<XMLSecEvent> xmlSecEvents,
int index) |
protected <T> T |
parseStructure(Deque<XMLSecEvent> eventDeque,
int index,
XMLSecurityProperties securityProperties) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle
protected <T> T parseStructure(Deque<XMLSecEvent> eventDeque, int index, XMLSecurityProperties securityProperties) throws XMLSecurityException
XMLSecurityException
protected List<QName> getElementPath(Deque<XMLSecEvent> eventDeque) throws XMLSecurityException
XMLSecurityException
protected XMLSecEvent getResponsibleStartXMLEvent(Deque<XMLSecEvent> eventDeque, int index)
protected List<XMLSecEvent> getResponsibleXMLSecEvents(Deque<XMLSecEvent> xmlSecEvents, int index)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.