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, java.lang.String correlationID)
java.util.List<SecurityTokenProvider<? extends InboundSecurityToken>>
InboundSecurityContext. getRegisteredSecurityTokenProviders()
Returns all currently registered SecurityTokenProvider'sSecurityTokenProvider<? extends InboundSecurityToken>
InboundSecurityContext. getSecurityTokenProvider(java.lang.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, java.lang.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(java.lang.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 InboundSecurityToken Modifier and Type Field Description private java.util.Map<java.lang.String,SecurityTokenProvider<? extends InboundSecurityToken>>
InboundSecurityContextImpl. securityTokenProviders
Methods in org.apache.xml.security.stax.impl that return types with arguments of type InboundSecurityToken Modifier and Type Method Description java.util.List<SecurityTokenProvider<? extends InboundSecurityToken>>
InboundSecurityContextImpl. getRegisteredSecurityTokenProviders()
SecurityTokenProvider<? extends InboundSecurityToken>
InboundSecurityContextImpl. getSecurityTokenProvider(java.lang.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(java.lang.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 InboundSecurityToken Modifier and Type Field Description private InboundSecurityToken
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. inboundSecurityToken
private InboundSecurityToken
AbstractSignatureInputHandler.SignatureVerifier. inboundSecurityToken
private InboundSecurityToken
AbstractSignatureReferenceVerifyInputProcessor. inboundSecurityToken
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()
private InboundSecurityToken
AbstractDecryptInputProcessor. getSecurityToken(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType)
protected abstract InboundSecurityToken
AbstractSignatureInputHandler.SignatureVerifier. retrieveSecurityToken(SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
protected InboundSecurityToken
XMLSignatureInputHandler.XMLSignatureVerifier. retrieveSecurityToken(SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
protected InboundSecurityToken
AbstractSignatureInputHandler. verifySignedInfo(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, SignatureType signatureType, java.util.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, SignatureType signatureType, InboundSecurityToken inboundSecurityToken)
protected void
XMLSignatureInputHandler. addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, SignatureType signatureType, InboundSecurityToken inboundSecurityToken)
protected void
AbstractSignatureInputHandler.SignatureVerifier. createSignatureAlgorithm(InboundSecurityToken inboundSecurityToken, SignatureType signatureType)
protected abstract void
AbstractDecryptInputProcessor. handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)
protected void
XMLDecryptInputProcessor. handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)
protected abstract void
AbstractDecryptInputProcessor. handleEncryptedContent(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType)
protected void
XMLDecryptInputProcessor. handleEncryptedContent(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType)
protected abstract void
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. handleEncryptedElement(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType)
protected void
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor. handleEncryptedElement(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType)
protected abstract void
AbstractDecryptInputProcessor. handleSecurityToken(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, EncryptedDataType encryptedDataType)
protected void
XMLDecryptInputProcessor. handleSecurityToken(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, EncryptedDataType encryptedDataType)
protected abstract java.io.InputStream
AbstractDecryptInputProcessor. handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, java.lang.String href, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)
protected java.io.InputStream
XMLDecryptInputProcessor. handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, java.lang.String href, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)
protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
AbstractDecryptInputProcessor. newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext)
protected AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
XMLDecryptInputProcessor. newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext)
-
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
Fields in org.apache.xml.security.stax.impl.securityToken declared as InboundSecurityToken Modifier and Type Field Description private InboundSecurityToken
AbstractInboundSecurityToken. keyWrappingToken
Fields in org.apache.xml.security.stax.impl.securityToken with type parameters of type InboundSecurityToken Modifier and Type Field Description private java.util.List<InboundSecurityToken>
AbstractInboundSecurityToken. wrappedTokens
Methods in org.apache.xml.security.stax.impl.securityToken that return types with arguments of type InboundSecurityToken Modifier and Type Method Description java.util.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, java.util.List<XMLSecurityConstants.ContentType> protectionOrder)
EncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken, boolean encrypted, java.util.List<XMLSecurityConstants.ContentType> protectionOrder)
SignedElementSecurityEvent(InboundSecurityToken inboundSecurityToken, boolean signed, java.util.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(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)
-