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 TypeMethodDescriptionvoidOutboundSecurityContext.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.securityTokenProvidersMethods 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 TypeMethodDescriptionvoidOutboundSecurityContextImpl.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 voidAbstractSignatureEndingOutputProcessor.createKeyInfoStructureForSignature(OutputProcessorChain outputProcessorChain, OutboundSecurityToken securityToken, boolean useSingleCertificate) protected voidXMLSignatureEndingOutputProcessor.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 OutboundSecurityTokenGenericOutboundSecurityToken.keyWrappingTokenFields in org.apache.xml.security.stax.impl.securityToken with type parameters of type OutboundSecurityTokenModifier and TypeFieldDescriptionprivate final List<OutboundSecurityToken> GenericOutboundSecurityToken.wrappedTokensMethods 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 TypeMethodDescriptionvoidGenericOutboundSecurityToken.addWrappedToken(OutboundSecurityToken securityToken) voidGenericOutboundSecurityToken.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 TypeMethodDescriptionvoidOutboundSecurityToken.addWrappedToken(OutboundSecurityToken securityToken)