Uses of Interface
org.apache.xml.security.stax.securityToken.InboundSecurityToken
Packages that use InboundSecurityToken
Package
Description
-
Uses of InboundSecurityToken in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return types with arguments of type InboundSecurityTokenModifier and TypeMethodDescriptionstatic TokenSecurityEvent<? extends InboundSecurityToken>
XMLSecurityUtils.createTokenSecurityEvent
(InboundSecurityToken inboundSecurityToken, String correlationID) List<SecurityTokenProvider<? extends InboundSecurityToken>>
InboundSecurityContext.getRegisteredSecurityTokenProviders()
Returns all currently registered SecurityTokenProvider'sSecurityTokenProvider<? extends InboundSecurityToken>
InboundSecurityContext.getSecurityTokenProvider
(String id) Returns a registered SecurityTokenProvider with the given id or null if not foundMethods in org.apache.xml.security.stax.ext with parameters of type InboundSecurityTokenModifier and TypeMethodDescriptionstatic TokenSecurityEvent<? extends InboundSecurityToken>
XMLSecurityUtils.createTokenSecurityEvent
(InboundSecurityToken inboundSecurityToken, String correlationID) Method parameters in org.apache.xml.security.stax.ext with type arguments of type InboundSecurityTokenModifier and TypeMethodDescriptionvoid
InboundSecurityContext.registerSecurityTokenProvider
(String id, SecurityTokenProvider<? extends InboundSecurityToken> securityTokenProvider) Register a new SecurityTokenProvider. -
Uses of InboundSecurityToken in org.apache.xml.security.stax.impl
Methods in org.apache.xml.security.stax.impl that return types with arguments of type InboundSecurityTokenModifier and TypeMethodDescriptionList<SecurityTokenProvider<? extends InboundSecurityToken>>
InboundSecurityContextImpl.getRegisteredSecurityTokenProviders()
SecurityTokenProvider<? extends InboundSecurityToken>
InboundSecurityContextImpl.getSecurityTokenProvider
(String id) Method parameters in org.apache.xml.security.stax.impl with type arguments of type InboundSecurityTokenModifier and TypeMethodDescriptionvoid
InboundSecurityContextImpl.registerSecurityTokenProvider
(String id, SecurityTokenProvider<? extends InboundSecurityToken> securityTokenProvider) -
Uses of InboundSecurityToken in org.apache.xml.security.stax.impl.processor.input
Methods in org.apache.xml.security.stax.impl.processor.input that return InboundSecurityTokenModifier and TypeMethodDescriptionAbstractSignatureInputHandler.SignatureVerifier.getInboundSecurityToken()
AbstractSignatureReferenceVerifyInputProcessor.getInboundSecurityToken()
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) Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type InboundSecurityTokenModifier and TypeMethodDescriptionprotected 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 void
AbstractSignatureInputHandler.SignatureVerifier.createSignatureAlgorithm
(InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmldsig.SignatureType signatureType) protected abstract void
AbstractDecryptInputProcessor.handleCipherReference
(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected void
XMLDecryptInputProcessor.handleCipherReference
(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected abstract void
AbstractDecryptInputProcessor.handleEncryptedContent
(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected void
XMLDecryptInputProcessor.handleEncryptedContent
(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected abstract void
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.handleEncryptedElement
(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected void
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor.handleEncryptedElement
(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) 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 InputStream
AbstractDecryptInputProcessor.handleXOPInclude
(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected InputStream
XMLDecryptInputProcessor.handleXOPInclude
(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) 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) Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type InboundSecurityTokenModifierConstructorDescriptionAbstractDecryptedEventReaderInputProcessor
(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, AbstractDecryptInputProcessor abstractDecryptInputProcessor, InboundSecurityToken inboundSecurityToken) AbstractSignatureReferenceVerifyInputProcessor
(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken, XMLSecurityProperties securityProperties) DecryptedEventReaderInputProcessor
(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, XMLDecryptInputProcessor decryptInputProcessor, InboundSecurityToken inboundSecurityToken) XMLSignatureReferenceVerifyInputProcessor
(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken, XMLSecurityProperties securityProperties) -
Uses of InboundSecurityToken in org.apache.xml.security.stax.impl.securityToken
Classes in org.apache.xml.security.stax.impl.securityToken that implement InboundSecurityTokenModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Methods in org.apache.xml.security.stax.impl.securityToken that return InboundSecurityTokenModifier and TypeMethodDescriptionAbstractInboundSecurityToken.getKeyWrappingToken()
SecurityTokenFactoryImpl.getSecurityToken
(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) Methods in org.apache.xml.security.stax.impl.securityToken that return types with arguments of type InboundSecurityTokenMethods in org.apache.xml.security.stax.impl.securityToken with parameters of type InboundSecurityTokenModifier and TypeMethodDescriptionvoid
AbstractInboundSecurityToken.addWrappedToken
(InboundSecurityToken inboundSecurityToken) void
AbstractInboundSecurityToken.setKeyWrappingToken
(InboundSecurityToken keyWrappingToken) -
Uses of InboundSecurityToken in org.apache.xml.security.stax.securityEvent
Methods in org.apache.xml.security.stax.securityEvent with parameters of type InboundSecurityTokenModifier and TypeMethodDescriptionvoid
AbstractSecuredElementSecurityEvent.setSecurityToken
(InboundSecurityToken securityToken) Constructors in org.apache.xml.security.stax.securityEvent with parameters of type InboundSecurityTokenModifierConstructorDescriptionContentEncryptedElementSecurityEvent
(InboundSecurityToken inboundSecurityToken, boolean encrypted, List<XMLSecurityConstants.ContentType> protectionOrder) EncryptedElementSecurityEvent
(InboundSecurityToken inboundSecurityToken, boolean encrypted, List<XMLSecurityConstants.ContentType> protectionOrder) SignedElementSecurityEvent
(InboundSecurityToken inboundSecurityToken, boolean signed, List<XMLSecurityConstants.ContentType> protectionOrder) -
Uses of InboundSecurityToken in org.apache.xml.security.stax.securityToken
Methods in org.apache.xml.security.stax.securityToken that return InboundSecurityTokenModifier and TypeMethodDescriptionabstract InboundSecurityToken
SecurityTokenFactory.getSecurityToken
(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) Methods in org.apache.xml.security.stax.securityToken with parameters of type InboundSecurityTokenModifier and TypeMethodDescriptionvoid
InboundSecurityToken.addWrappedToken
(InboundSecurityToken securityToken)