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 XMLSecurityPropertiesAbstractOutputProcessor. securityPropertiesMethods in org.apache.xml.security.stax.ext that return XMLSecurityProperties Modifier and Type Method Description XMLSecurityPropertiesAbstractInputProcessor. getSecurityProperties()XMLSecurityPropertiesAbstractOutputProcessor. getSecurityProperties()static XMLSecurityPropertiesXMLSec. validateAndApplyDefaultsToInboundSecurityProperties(XMLSecurityProperties securityProperties)Validates the user supplied configuration and applies default values as appropriate for the inbound security enginestatic XMLSecurityPropertiesXMLSec. 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 InboundXMLSecXMLSec. getInboundWSSec(XMLSecurityProperties securityProperties)Creates and configures an inbound streaming security enginestatic OutboundXMLSecXMLSec. getOutboundXMLSec(XMLSecurityProperties securityProperties)Creates and configures an outbound streaming security enginevoidXMLSecurityHeaderHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)protected <T> TAbstractInputSecurityHeaderHandler. parseStructure(java.util.Deque<XMLSecEvent> eventDeque, int index, XMLSecurityProperties securityProperties)voidAbstractOutputProcessor. setXMLSecurityProperties(XMLSecurityProperties xmlSecurityProperties)voidOutputProcessor. setXMLSecurityProperties(XMLSecurityProperties xmlSecurityProperties)setter for the XMLSecurityProperties after instantiation of the processorstatic XMLSecurityPropertiesXMLSec. validateAndApplyDefaultsToInboundSecurityProperties(XMLSecurityProperties securityProperties)Validates the user supplied configuration and applies default values as appropriate for the inbound security enginestatic XMLSecurityPropertiesXMLSec. 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 voidAbstractSignatureInputHandler. addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken)protected voidXMLSignatureInputHandler. addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken)protected AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifierAbstractSignatureReferenceVerifyInputProcessor. getSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, XMLSecStartElement startElement)voidAbstractSignatureInputHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)voidXMLEncryptedKeyInputHandler. handle(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedKeyType encryptedKeyType, XMLSecEvent responsibleXMLSecStartXMLEvent, XMLSecurityProperties securityProperties)voidXMLEncryptedKeyInputHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)protected voidXMLEncryptedKeyInputHandler. handleReferenceList(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedKeyType encryptedKeyType, XMLSecurityProperties securityProperties)protected abstract AbstractSignatureInputHandler.SignatureVerifierAbstractSignatureInputHandler. newSignatureVerifier(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType)protected AbstractSignatureInputHandler.SignatureVerifierXMLSignatureInputHandler. 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 InboundSecurityTokenAbstractSignatureInputHandler.SignatureVerifier. retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)protected InboundSecurityTokenXMLSignatureInputHandler.XMLSignatureVerifier. retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)protected InboundSecurityTokenAbstractSignatureInputHandler. 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 InboundSecurityTokenSecurityTokenFactoryImpl. 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 InboundSecurityTokenSecurityTokenFactory. getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
-