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 void
OutboundSecurityContext. 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. securityTokenProviders
Methods 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 void
OutboundSecurityContextImpl. 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.AbstractInternalEncryptionOutputProcessor
XMLEncryptOutputProcessor. 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 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 OutboundSecurityToken Modifier and Type Class Description class
GenericOutboundSecurityToken
Fields in org.apache.xml.security.stax.impl.securityToken declared as OutboundSecurityToken Modifier and Type Field Description private OutboundSecurityToken
GenericOutboundSecurityToken. keyWrappingToken
Fields 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. wrappedTokens
Methods in org.apache.xml.security.stax.impl.securityToken that return OutboundSecurityToken Modifier and Type Method Description OutboundSecurityToken
GenericOutboundSecurityToken. 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 void
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 OutboundSecurityToken Modifier and Type Method Description void
OutboundSecurityToken. addWrappedToken(OutboundSecurityToken securityToken)
-