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 TypeClassDescriptionclassConcrete 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) protectedInputProcessorChainImpl(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 DigestOutputStreamAbstractSignatureReferenceVerifyInputProcessor.createMessageDigestOutputStream(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, InboundSecurityContext inboundSecurityContext) protected abstract voidAbstractDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected voidXMLDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessorAbstractDecryptInputProcessor.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 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) 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) protectedX509IssuerSerialSecurityToken(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id) protectedX509SecurityToken(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id, SecurityTokenConstants.KeyIdentifier keyIdentifier, boolean includedInMessage) protectedX509SKISecurityToken(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id) protectedX509SubjectNameSecurityToken(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 InboundSecurityTokenSecurityTokenFactory.getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)