Uses of Interface
org.apache.xml.security.stax.securityToken.OutboundSecurityToken
Packages that use OutboundSecurityToken
Package
Description
-
Uses of OutboundSecurityToken in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return types with arguments of type OutboundSecurityTokenModifier and TypeMethodDescriptionOutboundSecurityContext.getRegisteredSecurityTokenProviders()
Returns all currently registered SecurityTokenProvider'sOutboundSecurityContext.getSecurityTokenProvider
(String id) Returns a registered SecurityTokenProvider with the given id or null if not foundMethod parameters in org.apache.xml.security.stax.ext with type arguments of type OutboundSecurityTokenModifier and TypeMethodDescriptionvoid
OutboundSecurityContext.registerSecurityTokenProvider
(String id, SecurityTokenProvider<OutboundSecurityToken> securityTokenProvider) Register a new SecurityTokenProvider. -
Uses of OutboundSecurityToken in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl with type parameters of type OutboundSecurityTokenModifier and TypeFieldDescriptionprivate final Map<String,
SecurityTokenProvider<OutboundSecurityToken>> OutboundSecurityContextImpl.securityTokenProviders
Methods in org.apache.xml.security.stax.impl that return types with arguments of type OutboundSecurityTokenModifier and TypeMethodDescriptionOutboundSecurityContextImpl.getRegisteredSecurityTokenProviders()
OutboundSecurityContextImpl.getSecurityTokenProvider
(String id) Method parameters in org.apache.xml.security.stax.impl with type arguments of type OutboundSecurityTokenModifier and TypeMethodDescriptionvoid
OutboundSecurityContextImpl.registerSecurityTokenProvider
(String id, SecurityTokenProvider<OutboundSecurityToken> securityTokenProvider) -
Uses of OutboundSecurityToken in org.apache.xml.security.stax.impl.processor.output
Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type OutboundSecurityTokenModifier and TypeMethodDescriptionXMLEncryptOutputProcessor.createInternalEncryptionOutputProcessor
(EncryptionPartDef encryptionPartDef, XMLSecStartElement startElement, String encoding, OutboundSecurityToken keyWrappingToken) Override this method to return a different AbstractInternalEncryptionOutputProcessor instance which will write out the KeyInfo contents in the EncryptedData.protected abstract void
AbstractSignatureEndingOutputProcessor.createKeyInfoStructureForSignature
(OutputProcessorChain outputProcessorChain, OutboundSecurityToken securityToken, boolean useSingleCertificate) protected void
XMLSignatureEndingOutputProcessor.createKeyInfoStructureForSignature
(OutputProcessorChain outputProcessorChain, OutboundSecurityToken securityToken, boolean useSingleCertificate) -
Uses of OutboundSecurityToken in org.apache.xml.security.stax.impl.securityToken
Classes in org.apache.xml.security.stax.impl.securityToken that implement OutboundSecurityTokenFields in org.apache.xml.security.stax.impl.securityToken declared as OutboundSecurityTokenModifier and TypeFieldDescriptionprivate OutboundSecurityToken
GenericOutboundSecurityToken.keyWrappingToken
Fields in org.apache.xml.security.stax.impl.securityToken with type parameters of type OutboundSecurityTokenModifier and TypeFieldDescriptionprivate final List<OutboundSecurityToken>
GenericOutboundSecurityToken.wrappedTokens
Methods in org.apache.xml.security.stax.impl.securityToken that return OutboundSecurityTokenMethods in org.apache.xml.security.stax.impl.securityToken that return types with arguments of type OutboundSecurityTokenMethods in org.apache.xml.security.stax.impl.securityToken with parameters of type OutboundSecurityTokenModifier and TypeMethodDescriptionvoid
GenericOutboundSecurityToken.addWrappedToken
(OutboundSecurityToken securityToken) void
GenericOutboundSecurityToken.setKeyWrappingToken
(OutboundSecurityToken keyWrappingToken) -
Uses of OutboundSecurityToken in org.apache.xml.security.stax.securityToken
Methods in org.apache.xml.security.stax.securityToken with parameters of type OutboundSecurityTokenModifier and TypeMethodDescriptionvoid
OutboundSecurityToken.addWrappedToken
(OutboundSecurityToken securityToken)