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 TypeMethodDescriptionvoidInboundSecurityContext.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 TypeMethodDescriptionvoidInboundSecurityContextImpl.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 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) protected InboundSecurityTokenAbstractSignatureInputHandler.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 voidAbstractSignatureInputHandler.addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken) protected voidXMLSignatureInputHandler.addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken) protected voidAbstractSignatureInputHandler.SignatureVerifier.createSignatureAlgorithm(InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmldsig.SignatureType signatureType) protected abstract voidAbstractDecryptInputProcessor.handleCipherReference(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected voidXMLDecryptInputProcessor.handleCipherReference(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected abstract voidAbstractDecryptInputProcessor.handleEncryptedContent(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected voidXMLDecryptInputProcessor.handleEncryptedContent(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected abstract voidAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.handleEncryptedElement(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected voidXMLDecryptInputProcessor.DecryptedEventReaderInputProcessor.handleEncryptedElement(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) 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 InputStreamAbstractDecryptInputProcessor.handleXOPInclude(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected InputStreamXMLDecryptInputProcessor.handleXOPInclude(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) 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) 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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods 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 TypeMethodDescriptionvoidAbstractInboundSecurityToken.addWrappedToken(InboundSecurityToken inboundSecurityToken) voidAbstractInboundSecurityToken.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 TypeMethodDescriptionvoidAbstractSecuredElementSecurityEvent.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 InboundSecurityTokenSecurityTokenFactory.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 TypeMethodDescriptionvoidInboundSecurityToken.addWrappedToken(InboundSecurityToken securityToken)