| Modifier and Type | Field and Description |
|---|---|
protected XMLSecurityProperties |
AbstractOutputProcessor.securityProperties |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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 <T> T |
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
|
| Constructor and Description |
|---|
AbstractInputProcessor(XMLSecurityProperties securityProperties) |
InboundXMLSec(XMLSecurityProperties securityProperties) |
OutboundXMLSec(XMLSecurityProperties securityProperties) |
XMLSecurityProperties(XMLSecurityProperties xmlSecurityProperties) |
| Constructor and Description |
|---|
XMLSecurityStreamReader(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractSignatureInputHandler.addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
SignatureType signatureType,
InboundSecurityToken inboundSecurityToken) |
protected void |
XMLSignatureInputHandler.addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
SignatureType signatureType,
InboundSecurityToken inboundSecurityToken) |
protected AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier |
AbstractSignatureReferenceVerifyInputProcessor.getSignatureReferenceVerifier(XMLSecurityProperties securityProperties,
InputProcessorChain inputProcessorChain,
ReferenceType referenceType,
XMLSecStartElement startElement) |
void |
XMLEncryptedKeyInputHandler.handle(InputProcessorChain inputProcessorChain,
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,
EncryptedKeyType encryptedKeyType,
XMLSecurityProperties securityProperties) |
protected abstract AbstractSignatureInputHandler.SignatureVerifier |
AbstractSignatureInputHandler.newSignatureVerifier(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
SignatureType signatureType) |
protected AbstractSignatureInputHandler.SignatureVerifier |
XMLSignatureInputHandler.newSignatureVerifier(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
SignatureType signatureType) |
protected Deque<XMLSecEvent> |
AbstractSignatureInputHandler.reparseSignedInfo(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
SignatureType signatureType,
Deque<XMLSecEvent> eventDeque,
int index) |
protected abstract InboundSecurityToken |
AbstractSignatureInputHandler.SignatureVerifier.retrieveSecurityToken(SignatureType signatureType,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext) |
protected InboundSecurityToken |
XMLSignatureInputHandler.XMLSignatureVerifier.retrieveSecurityToken(SignatureType signatureType,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext) |
protected InboundSecurityToken |
AbstractSignatureInputHandler.verifySignedInfo(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
SignatureType signatureType,
Deque<XMLSecEvent> eventDeque,
int index) |
| Modifier and Type | Method and Description |
|---|---|
InboundSecurityToken |
SecurityTokenFactoryImpl.getSecurityToken(KeyInfoType keyInfoType,
SecurityTokenConstants.KeyUsage keyUsage,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext) |
| Modifier and Type | Method and Description |
|---|---|
abstract InboundSecurityToken |
SecurityTokenFactory.getSecurityToken(KeyInfoType keyInfoType,
SecurityTokenConstants.KeyUsage keyUsage,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext) |
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.