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 voidInboundSecurityContext. 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. securityTokenProvidersMethods 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 voidInboundSecurityContextImpl. 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 InboundSecurityTokenAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. inboundSecurityTokenprivate InboundSecurityTokenAbstractSignatureInputHandler.SignatureVerifier. inboundSecurityTokenprivate InboundSecurityTokenAbstractSignatureReferenceVerifyInputProcessor. inboundSecurityTokenMethods in org.apache.xml.security.stax.impl.processor.input that return InboundSecurityToken Modifier and Type Method Description InboundSecurityTokenAbstractSignatureInputHandler.SignatureVerifier. getInboundSecurityToken()InboundSecurityTokenAbstractSignatureReferenceVerifyInputProcessor. 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, 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 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, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)protected voidXMLDecryptInputProcessor. handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, javax.crypto.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 java.io.InputStreamAbstractDecryptInputProcessor. handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, java.lang.String href, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)protected java.io.InputStreamXMLDecryptInputProcessor. handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, java.lang.String href, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessorAbstractDecryptInputProcessor. newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext)protected AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessorXMLDecryptInputProcessor. 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 classAbstractInboundSecurityTokenclassDsaKeyValueSecurityTokenclassECKeyValueSecurityTokenclassKeyNameSecurityTokenclassRsaKeyValueSecurityTokenclassX509IssuerSerialSecurityTokenclassX509SecurityTokenclassX509SKISecurityTokenclassX509SubjectNameSecurityTokenFields in org.apache.xml.security.stax.impl.securityToken declared as InboundSecurityToken Modifier and Type Field Description private InboundSecurityTokenAbstractInboundSecurityToken. keyWrappingTokenFields 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. wrappedTokensMethods 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 voidAbstractInboundSecurityToken. 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 InboundSecurityToken Modifier and Type Method Description voidAbstractSecuredElementSecurityEvent. 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 InboundSecurityTokenSecurityTokenFactory. 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 voidInboundSecurityToken. addWrappedToken(InboundSecurityToken securityToken)
-