|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of XMLSecurityProperties in org.apache.xml.security.stax.ext |
|---|
| Fields in org.apache.xml.security.stax.ext declared as XMLSecurityProperties | |
|---|---|
protected XMLSecurityProperties |
AbstractOutputProcessor.securityProperties
|
| Methods in org.apache.xml.security.stax.ext that return XMLSecurityProperties | |
|---|---|
XMLSecurityProperties |
AbstractOutputProcessor.getSecurityProperties()
|
XMLSecurityProperties |
AbstractInputProcessor.getSecurityProperties()
|
static XMLSecurityProperties |
XMLSec.validateAndApplyDefaultsToInboundSecurityProperties(XMLSecurityProperties securityProperties)
Validates the user supplied configuration and applies default values as appropriate for the inbound security engine |
static XMLSecurityProperties |
XMLSec.validateAndApplyDefaultsToOutboundSecurityProperties(XMLSecurityProperties securityProperties)
Validates the user supplied configuration and applies default values as appropriate for the outbound security engine |
| Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecurityProperties | ||
|---|---|---|
static InboundXMLSec |
XMLSec.getInboundWSSec(XMLSecurityProperties securityProperties)
Creates and configures an inbound streaming security engine |
|
static OutboundXMLSec |
XMLSec.getOutboundXMLSec(XMLSecurityProperties securityProperties)
Creates and configures an outbound streaming security engine |
|
void |
XMLSecurityHeaderHandler.handle(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
Deque<XMLSecEvent> eventQueue,
Integer index)
|
|
protected
|
AbstractInputSecurityHeaderHandler.parseStructure(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 processor |
|
static XMLSecurityProperties |
XMLSec.validateAndApplyDefaultsToInboundSecurityProperties(XMLSecurityProperties securityProperties)
Validates the user supplied configuration and applies default values as appropriate for the inbound security engine |
|
static XMLSecurityProperties |
XMLSec.validateAndApplyDefaultsToOutboundSecurityProperties(XMLSecurityProperties securityProperties)
Validates the user supplied configuration and applies default values as appropriate for the outbound security engine |
|
| Constructors in org.apache.xml.security.stax.ext with parameters of type XMLSecurityProperties | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier |
AbstractSignatureReferenceVerifyInputProcessor.getSignatureReferenceVerifier(XMLSecurityProperties securityProperties,
InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmldsig.ReferenceType referenceType,
XMLSecStartElement startElement)
|
void |
XMLEncryptedKeyInputHandler.handle(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmlenc.EncryptedKeyType encryptedKeyType,
XMLSecEvent responsibleXMLSecStartXMLEvent,
XMLSecurityProperties securityProperties)
|
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 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 Deque<XMLSecEvent> |
AbstractSignatureInputHandler.reparseSignedInfo(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
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,
Deque<XMLSecEvent> eventDeque,
int index)
|
| Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecurityProperties | |
|---|---|
AbstractDecryptInputProcessor.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)
|
|
AbstractSignatureInputHandler.SignatureVerifier(org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityContext inboundSecurityContext,
XMLSecurityProperties securityProperties)
|
|
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier(XMLSecurityProperties securityProperties,
InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmldsig.ReferenceType referenceType,
XMLSecStartElement startElement)
|
|
AbstractSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityToken inboundSecurityToken,
XMLSecurityProperties securityProperties)
|
|
LogInputProcessor(XMLSecurityProperties securityProperties)
|
|
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties,
SecurePart.Modifier encryptionModifier,
boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType,
XMLDecryptInputProcessor decryptInputProcessor,
InboundSecurityToken inboundSecurityToken)
|
|
XMLDecryptInputProcessor(XMLSecurityProperties securityProperties)
|
|
XMLEventReaderInputProcessor(XMLSecurityProperties securityProperties,
XMLStreamReader xmlStreamReader)
|
|
XMLSecurityInputProcessor.InternalReplayProcessor(XMLSecurityProperties securityProperties,
ArrayDeque<XMLSecEvent> xmlSecEventList)
|
|
XMLSecurityInputProcessor(XMLSecurityProperties securityProperties)
|
|
XMLSignatureInputHandler.XMLSignatureVerifier(org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityContext inboundSecurityContext,
XMLSecurityProperties securityProperties)
|
|
XMLSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityToken inboundSecurityToken,
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 | |
|---|---|
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 | |
|---|---|
abstract InboundSecurityToken |
SecurityTokenFactory.getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType,
SecurityTokenConstants.KeyUsage keyUsage,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||