Uses of Class
org.apache.xml.security.stax.ext.XMLSecurityProperties
-
-
Uses of XMLSecurityProperties in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext declared as XMLSecurityProperties Modifier and Type Field Description protected XMLSecurityProperties
AbstractOutputProcessor. securityProperties
Methods in org.apache.xml.security.stax.ext that return XMLSecurityProperties Modifier and Type Method Description XMLSecurityProperties
AbstractInputProcessor. getSecurityProperties()
XMLSecurityProperties
AbstractOutputProcessor. getSecurityProperties()
static XMLSecurityProperties
XMLSec. validateAndApplyDefaultsToInboundSecurityProperties(XMLSecurityProperties securityProperties)
Validates the user supplied configuration and applies default values as appropriate for the inbound security enginestatic XMLSecurityProperties
XMLSec. validateAndApplyDefaultsToOutboundSecurityProperties(XMLSecurityProperties securityProperties)
Validates the user supplied configuration and applies default values as appropriate for the outbound security engineMethods in org.apache.xml.security.stax.ext with parameters of type XMLSecurityProperties Modifier and Type Method Description static InboundXMLSec
XMLSec. getInboundWSSec(XMLSecurityProperties securityProperties)
Creates and configures an inbound streaming security enginestatic OutboundXMLSec
XMLSec. getOutboundXMLSec(XMLSecurityProperties securityProperties)
Creates and configures an outbound streaming security enginevoid
XMLSecurityHeaderHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)
protected <T> T
AbstractInputSecurityHeaderHandler. parseStructure(java.util.Deque<XMLSecEvent> eventDeque, int index, XMLSecurityProperties securityProperties)
void
AbstractOutputProcessor. setXMLSecurityProperties(XMLSecurityProperties xmlSecurityProperties)
void
OutputProcessor. setXMLSecurityProperties(XMLSecurityProperties xmlSecurityProperties)
setter for the XMLSecurityProperties after instantiation of the processorstatic XMLSecurityProperties
XMLSec. validateAndApplyDefaultsToInboundSecurityProperties(XMLSecurityProperties securityProperties)
Validates the user supplied configuration and applies default values as appropriate for the inbound security enginestatic XMLSecurityProperties
XMLSec. validateAndApplyDefaultsToOutboundSecurityProperties(XMLSecurityProperties securityProperties)
Validates the user supplied configuration and applies default values as appropriate for the outbound security engineConstructors in org.apache.xml.security.stax.ext with parameters of type XMLSecurityProperties Constructor Description AbstractInputProcessor(XMLSecurityProperties securityProperties)
InboundXMLSec(XMLSecurityProperties securityProperties)
OutboundXMLSec(XMLSecurityProperties securityProperties)
XMLSecurityProperties(XMLSecurityProperties xmlSecurityProperties)
-
Uses of XMLSecurityProperties in org.apache.xml.security.stax.impl
Constructors in org.apache.xml.security.stax.impl with parameters of type XMLSecurityProperties Constructor Description XMLSecurityStreamReader(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties)
-
Uses of XMLSecurityProperties in org.apache.xml.security.stax.impl.processor.input
Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecurityProperties Modifier and Type Method Description protected abstract void
AbstractSignatureInputHandler. addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken)
protected void
XMLSignatureInputHandler. addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken)
protected byte[]
XMLEncryptedKeyInputHandler. getBytesFromAttachment(java.lang.String xopUri, XMLSecurityProperties securityProperties)
protected AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier
AbstractSignatureReferenceVerifyInputProcessor. getSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, XMLSecStartElement startElement)
void
AbstractSignatureInputHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)
void
XMLEncryptedKeyInputHandler. handle(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedKeyType encryptedKeyType, XMLSecEvent responsibleXMLSecStartXMLEvent, XMLSecurityProperties securityProperties)
void
XMLEncryptedKeyInputHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)
protected void
XMLEncryptedKeyInputHandler. handleReferenceList(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedKeyType encryptedKeyType, XMLSecurityProperties securityProperties)
protected abstract AbstractSignatureInputHandler.SignatureVerifier
AbstractSignatureInputHandler. newSignatureVerifier(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType)
protected AbstractSignatureInputHandler.SignatureVerifier
XMLSignatureInputHandler. newSignatureVerifier(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType)
protected java.util.Deque<XMLSecEvent>
AbstractSignatureInputHandler. reparseSignedInfo(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, java.util.Deque<XMLSecEvent> eventDeque, int index)
protected abstract InboundSecurityToken
AbstractSignatureInputHandler.SignatureVerifier. retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
protected InboundSecurityToken
XMLSignatureInputHandler.XMLSignatureVerifier. retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
protected InboundSecurityToken
AbstractSignatureInputHandler. verifySignedInfo(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, java.util.Deque<XMLSecEvent> eventDeque, int index)
Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecurityProperties Constructor Description AbstractDecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, AbstractDecryptInputProcessor abstractDecryptInputProcessor, InboundSecurityToken inboundSecurityToken)
AbstractDecryptInputProcessor(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, org.apache.xml.security.binding.xmlenc.ReferenceList referenceList, XMLSecurityProperties securityProperties)
AbstractDecryptInputProcessor(XMLSecurityProperties securityProperties)
AbstractSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken, XMLSecurityProperties securityProperties)
DecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, XMLDecryptInputProcessor decryptInputProcessor, InboundSecurityToken inboundSecurityToken)
InternalReplayProcessor(XMLSecurityProperties securityProperties, java.util.ArrayDeque<XMLSecEvent> xmlSecEventList)
InternalSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, XMLSecStartElement startElement)
LogInputProcessor(XMLSecurityProperties securityProperties)
SignatureVerifier(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityContext inboundSecurityContext, XMLSecurityProperties securityProperties)
XMLDecryptInputProcessor(XMLSecurityProperties securityProperties)
XMLEventReaderInputProcessor(XMLSecurityProperties securityProperties, javax.xml.stream.XMLStreamReader xmlStreamReader)
XMLSecurityInputProcessor(XMLSecurityProperties securityProperties)
XMLSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken, XMLSecurityProperties securityProperties)
XMLSignatureVerifier(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityContext inboundSecurityContext, XMLSecurityProperties securityProperties)
-
Uses of XMLSecurityProperties in org.apache.xml.security.stax.impl.securityToken
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type XMLSecurityProperties Modifier and Type Method Description InboundSecurityToken
SecurityTokenFactoryImpl. getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
-
Uses of XMLSecurityProperties in org.apache.xml.security.stax.securityToken
Methods in org.apache.xml.security.stax.securityToken with parameters of type XMLSecurityProperties Modifier and Type Method Description abstract InboundSecurityToken
SecurityTokenFactory. getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
-