Uses of Interface
org.apache.xml.security.stax.securityToken.InboundSecurityToken
-
-
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 InboundSecurityToken Modifier and Type Method Description static 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 InboundSecurityToken Modifier and Type Method Description static TokenSecurityEvent<? extends InboundSecurityToken>
XMLSecurityUtils. createTokenSecurityEvent(InboundSecurityToken inboundSecurityToken, String correlationID)
Method parameters in org.apache.xml.security.stax.ext with type arguments of type InboundSecurityToken Modifier and Type Method Description void
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 InboundSecurityToken Modifier and Type Method Description List<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 InboundSecurityToken Modifier and Type Method Description void
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 InboundSecurityToken Modifier and Type Method Description InboundSecurityToken
AbstractSignatureInputHandler.SignatureVerifier. getInboundSecurityToken()
InboundSecurityToken
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 InboundSecurityToken Modifier and Type Method Description protected 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)
protected AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
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 InboundSecurityToken Constructor Description AbstractDecryptedEventReaderInputProcessor(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 InboundSecurityToken Modifier and Type Class Description class
AbstractInboundSecurityToken
class
DsaKeyValueSecurityToken
class
ECKeyValueSecurityToken
class
KeyNameSecurityToken
class
RsaKeyValueSecurityToken
class
X509IssuerSerialSecurityToken
class
X509SecurityToken
class
X509SKISecurityToken
class
X509SubjectNameSecurityToken
Methods in org.apache.xml.security.stax.impl.securityToken that return InboundSecurityToken Modifier and Type Method Description InboundSecurityToken
AbstractInboundSecurityToken. getKeyWrappingToken()
InboundSecurityToken
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 InboundSecurityToken Modifier and Type Method Description List<InboundSecurityToken>
AbstractInboundSecurityToken. getWrappedTokens()
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type InboundSecurityToken Modifier and Type Method Description void
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 InboundSecurityToken Modifier and Type Method Description void
AbstractSecuredElementSecurityEvent. setSecurityToken(InboundSecurityToken securityToken)
Constructors in org.apache.xml.security.stax.securityEvent with parameters of type InboundSecurityToken Constructor Description ContentEncryptedElementSecurityEvent(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 InboundSecurityToken Modifier and Type Method Description abstract 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 InboundSecurityToken Modifier and Type Method Description void
InboundSecurityToken. addWrappedToken(InboundSecurityToken securityToken)
-