Uses of Interface
org.apache.xml.security.stax.securityToken.OutboundSecurityToken
-
-
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 OutboundSecurityToken Modifier and Type Method Description java.util.List<SecurityTokenProvider<OutboundSecurityToken>>OutboundSecurityContext. getRegisteredSecurityTokenProviders()Returns all currently registered SecurityTokenProvider'sSecurityTokenProvider<OutboundSecurityToken>OutboundSecurityContext. getSecurityTokenProvider(java.lang.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 OutboundSecurityToken Modifier and Type Method Description voidOutboundSecurityContext. registerSecurityTokenProvider(java.lang.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 OutboundSecurityToken Modifier and Type Field Description private java.util.Map<java.lang.String,SecurityTokenProvider<OutboundSecurityToken>>OutboundSecurityContextImpl. securityTokenProvidersMethods in org.apache.xml.security.stax.impl that return types with arguments of type OutboundSecurityToken Modifier and Type Method Description java.util.List<SecurityTokenProvider<OutboundSecurityToken>>OutboundSecurityContextImpl. getRegisteredSecurityTokenProviders()SecurityTokenProvider<OutboundSecurityToken>OutboundSecurityContextImpl. getSecurityTokenProvider(java.lang.String id)Method parameters in org.apache.xml.security.stax.impl with type arguments of type OutboundSecurityToken Modifier and Type Method Description voidOutboundSecurityContextImpl. registerSecurityTokenProvider(java.lang.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 OutboundSecurityToken Modifier and Type Method Description protected AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessorXMLEncryptOutputProcessor. createInternalEncryptionOutputProcessor(EncryptionPartDef encryptionPartDef, XMLSecStartElement startElement, java.lang.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 OutboundSecurityToken Modifier and Type Class Description classGenericOutboundSecurityTokenFields in org.apache.xml.security.stax.impl.securityToken declared as OutboundSecurityToken Modifier and Type Field Description private OutboundSecurityTokenGenericOutboundSecurityToken. keyWrappingTokenFields in org.apache.xml.security.stax.impl.securityToken with type parameters of type OutboundSecurityToken Modifier and Type Field Description private java.util.List<OutboundSecurityToken>GenericOutboundSecurityToken. wrappedTokensMethods in org.apache.xml.security.stax.impl.securityToken that return OutboundSecurityToken Modifier and Type Method Description OutboundSecurityTokenGenericOutboundSecurityToken. getKeyWrappingToken()Methods in org.apache.xml.security.stax.impl.securityToken that return types with arguments of type OutboundSecurityToken Modifier and Type Method Description java.util.List<OutboundSecurityToken>GenericOutboundSecurityToken. getWrappedTokens()Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type OutboundSecurityToken Modifier and Type Method Description voidGenericOutboundSecurityToken. 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 OutboundSecurityToken Modifier and Type Method Description voidOutboundSecurityToken. addWrappedToken(OutboundSecurityToken securityToken)
-