Uses of Interface
org.apache.xml.security.stax.ext.InboundSecurityContext
Packages that use InboundSecurityContext
Package
Description
-
Uses of InboundSecurityContext in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return InboundSecurityContextModifier and TypeMethodDescriptionInputProcessorChain.getSecurityContext()
The actual processed document's security context -
Uses of InboundSecurityContext in org.apache.xml.security.stax.impl
Classes in org.apache.xml.security.stax.impl that implement InboundSecurityContextModifier and TypeClassDescriptionclass
Concrete security context implementationMethods in org.apache.xml.security.stax.impl that return InboundSecurityContextConstructors in org.apache.xml.security.stax.impl with parameters of type InboundSecurityContextModifierConstructorDescriptionInputProcessorChainImpl
(InboundSecurityContext inboundSecurityContext) InputProcessorChainImpl
(InboundSecurityContext inboundSecurityContext, int startPos) InputProcessorChainImpl
(InboundSecurityContext inboundSecurityContext, DocumentContextImpl documentContext) protected
InputProcessorChainImpl
(InboundSecurityContext inboundSecurityContext, DocumentContextImpl documentContextImpl, int startPos, List<InputProcessor> inputProcessors) -
Uses of InboundSecurityContext in org.apache.xml.security.stax.impl.processor.input
Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type InboundSecurityContextModifier and TypeMethodDescriptionprotected DigestOutputStream
AbstractSignatureReferenceVerifyInputProcessor.createMessageDigestOutputStream
(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, InboundSecurityContext inboundSecurityContext) protected abstract void
AbstractDecryptInputProcessor.handleSecurityToken
(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected void
XMLDecryptInputProcessor.handleSecurityToken
(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
AbstractDecryptInputProcessor.newDecryptedEventReaderInputProcessor
(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext) XMLDecryptInputProcessor.newDecryptedEventReaderInputProcessor
(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext) 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) Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type InboundSecurityContextModifierConstructorDescriptionSignatureVerifier
(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityContext inboundSecurityContext, XMLSecurityProperties securityProperties) XMLSignatureVerifier
(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityContext inboundSecurityContext, XMLSecurityProperties securityProperties) -
Uses of InboundSecurityContext in org.apache.xml.security.stax.impl.securityToken
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type InboundSecurityContextModifier and TypeMethodDescriptionSecurityTokenFactoryImpl.getSecurityToken
(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type InboundSecurityContextModifierConstructorDescriptionAbstractInboundSecurityToken
(InboundSecurityContext inboundSecurityContext, String id, SecurityTokenConstants.KeyIdentifier keyIdentifier, boolean includedInMessage) DsaKeyValueSecurityToken
(org.apache.xml.security.binding.xmldsig.DSAKeyValueType dsaKeyValueType, InboundSecurityContext inboundSecurityContext) ECKeyValueSecurityToken
(org.apache.xml.security.binding.xmldsig11.ECKeyValueType ecKeyValueType, InboundSecurityContext inboundSecurityContext) KeyNameSecurityToken
(String keyName, InboundSecurityContext inboundSecurityContext) RsaKeyValueSecurityToken
(org.apache.xml.security.binding.xmldsig.RSAKeyValueType rsaKeyValueType, InboundSecurityContext inboundSecurityContext) protected
X509IssuerSerialSecurityToken
(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id) protected
X509SecurityToken
(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id, SecurityTokenConstants.KeyIdentifier keyIdentifier, boolean includedInMessage) protected
X509SKISecurityToken
(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id) protected
X509SubjectNameSecurityToken
(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id) -
Uses of InboundSecurityContext in org.apache.xml.security.stax.securityToken
Methods in org.apache.xml.security.stax.securityToken with parameters of type InboundSecurityContextModifier and TypeMethodDescriptionabstract InboundSecurityToken
SecurityTokenFactory.getSecurityToken
(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)