Uses of Interface
org.apache.xml.security.stax.ext.InboundSecurityContext
-
-
Uses of InboundSecurityContext in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return InboundSecurityContext Modifier and Type Method Description InboundSecurityContextInputProcessorChain. 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 InboundSecurityContext Modifier and Type Class Description classInboundSecurityContextImplConcrete security context implementationMethods in org.apache.xml.security.stax.impl that return InboundSecurityContext Modifier and Type Method Description InboundSecurityContextInputProcessorChainImpl. getSecurityContext()Constructors in org.apache.xml.security.stax.impl with parameters of type InboundSecurityContext Constructor Description InputProcessorChainImpl(InboundSecurityContext inboundSecurityContext)InputProcessorChainImpl(InboundSecurityContext inboundSecurityContext, int startPos)InputProcessorChainImpl(InboundSecurityContext inboundSecurityContext, DocumentContextImpl documentContext)InputProcessorChainImpl(InboundSecurityContext inboundSecurityContext, DocumentContextImpl documentContextImpl, int startPos, java.util.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 InboundSecurityContext Modifier and Type Method Description protected 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)protected AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessorXMLDecryptInputProcessor. 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 InboundSecurityContext Constructor Description SignatureVerifier(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 InboundSecurityContext Modifier and Type Method Description InboundSecurityTokenSecurityTokenFactoryImpl. 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 InboundSecurityContext Constructor Description AbstractInboundSecurityToken(InboundSecurityContext inboundSecurityContext, java.lang.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(java.lang.String keyName, InboundSecurityContext inboundSecurityContext)RsaKeyValueSecurityToken(org.apache.xml.security.binding.xmldsig.RSAKeyValueType rsaKeyValueType, InboundSecurityContext inboundSecurityContext)X509IssuerSerialSecurityToken(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, java.lang.String id)X509SecurityToken(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, java.lang.String id, SecurityTokenConstants.KeyIdentifier keyIdentifier, boolean includedInMessage)X509SKISecurityToken(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, java.lang.String id)X509SubjectNameSecurityToken(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, java.lang.String id) -
Uses of InboundSecurityContext in org.apache.xml.security.stax.securityToken
Methods in org.apache.xml.security.stax.securityToken with parameters of type InboundSecurityContext Modifier and Type Method Description abstract InboundSecurityTokenSecurityTokenFactory. getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
-