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
Fields in org.apache.xml.security.stax.impl with type parameters of type InboundSecurityTokenModifier and TypeFieldDescriptionprivate final Map<String, SecurityTokenProvider<? extends InboundSecurityToken>> InboundSecurityContextImpl.securityTokenProvidersMethods 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
Fields in org.apache.xml.security.stax.impl.processor.input declared as InboundSecurityTokenModifier and TypeFieldDescriptionprivate final InboundSecurityTokenAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.inboundSecurityTokenprivate final InboundSecurityTokenAbstractSignatureInputHandler.SignatureVerifier.inboundSecurityTokenprivate final InboundSecurityTokenAbstractSignatureReferenceVerifyInputProcessor.inboundSecurityTokenMethods in org.apache.xml.security.stax.impl.processor.input that return InboundSecurityTokenModifier and TypeMethodDescriptionAbstractSignatureInputHandler.SignatureVerifier.getInboundSecurityToken()AbstractSignatureReferenceVerifyInputProcessor.getInboundSecurityToken()private InboundSecurityTokenAbstractDecryptInputProcessor.getSecurityToken(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType) protected abstract InboundSecurityTokenAbstractSignatureInputHandler.SignatureVerifier.retrieveSecurityToken(SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) protected InboundSecurityTokenXMLSignatureInputHandler.XMLSignatureVerifier.retrieveSecurityToken(SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) protected InboundSecurityTokenAbstractSignatureInputHandler.verifySignedInfo(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, 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, SignatureType signatureType, InboundSecurityToken inboundSecurityToken) protected voidXMLSignatureInputHandler.addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, SignatureType signatureType, InboundSecurityToken inboundSecurityToken) protected voidAbstractSignatureInputHandler.SignatureVerifier.createSignatureAlgorithm(InboundSecurityToken inboundSecurityToken, SignatureType signatureType) protected abstract voidAbstractDecryptInputProcessor.handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected voidXMLDecryptInputProcessor.handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected abstract voidAbstractDecryptInputProcessor.handleEncryptedContent(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType) protected voidXMLDecryptInputProcessor.handleEncryptedContent(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType) protected abstract voidAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.handleEncryptedElement(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType) protected voidXMLDecryptInputProcessor.DecryptedEventReaderInputProcessor.handleEncryptedElement(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType) protected abstract voidAbstractDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, EncryptedDataType encryptedDataType) protected voidXMLDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, EncryptedDataType encryptedDataType) protected abstract InputStreamAbstractDecryptInputProcessor.handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected InputStreamXMLDecryptInputProcessor.handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessorAbstractDecryptInputProcessor.newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext) XMLDecryptInputProcessor.newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, 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, EncryptedDataType encryptedDataType, AbstractDecryptInputProcessor abstractDecryptInputProcessor, InboundSecurityToken inboundSecurityToken) AbstractSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain, SignatureType signatureType, InboundSecurityToken inboundSecurityToken, XMLSecurityProperties securityProperties) DecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType, XMLDecryptInputProcessor decryptInputProcessor, InboundSecurityToken inboundSecurityToken) XMLSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain, 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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassFields in org.apache.xml.security.stax.impl.securityToken declared as InboundSecurityTokenModifier and TypeFieldDescriptionprivate InboundSecurityTokenAbstractInboundSecurityToken.keyWrappingTokenFields in org.apache.xml.security.stax.impl.securityToken with type parameters of type InboundSecurityTokenModifier and TypeFieldDescriptionprivate final List<InboundSecurityToken> AbstractInboundSecurityToken.wrappedTokensMethods in org.apache.xml.security.stax.impl.securityToken that return InboundSecurityTokenModifier and TypeMethodDescriptionprivate InboundSecurityTokenSecurityTokenFactoryImpl.getDefaultSecurityToken(XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext, SecurityTokenConstants.KeyUsage keyUsage) AbstractInboundSecurityToken.getKeyWrappingToken()SecurityTokenFactoryImpl.getSecurityToken(KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) private static InboundSecurityTokenSecurityTokenFactoryImpl.getSecurityToken(KeyValueType keyValueType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext, SecurityTokenConstants.KeyUsage keyUsage) private static InboundSecurityTokenSecurityTokenFactoryImpl.getSecurityToken(X509DataType x509DataType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext, SecurityTokenConstants.KeyUsage keyUsage) 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(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)