Modifier and Type | Method and Description |
---|---|
List<SecurityTokenProvider<OutboundSecurityToken>> |
OutboundSecurityContext.getRegisteredSecurityTokenProviders()
Returns all currently registered SecurityTokenProvider's
|
SecurityTokenProvider<OutboundSecurityToken> |
OutboundSecurityContext.getSecurityTokenProvider(String id)
Returns a registered SecurityTokenProvider with the given id or null if not found
|
Modifier and Type | Method and Description |
---|---|
void |
OutboundSecurityContext.registerSecurityTokenProvider(String id,
SecurityTokenProvider<OutboundSecurityToken> securityTokenProvider)
Register a new SecurityTokenProvider.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityTokenProvider<OutboundSecurityToken>> |
OutboundSecurityContextImpl.getRegisteredSecurityTokenProviders() |
SecurityTokenProvider<OutboundSecurityToken> |
OutboundSecurityContextImpl.getSecurityTokenProvider(String id) |
Modifier and Type | Method and Description |
---|---|
void |
OutboundSecurityContextImpl.registerSecurityTokenProvider(String id,
SecurityTokenProvider<OutboundSecurityToken> securityTokenProvider) |
Modifier and Type | Method and Description |
---|---|
protected AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor |
XMLEncryptOutputProcessor.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 void |
XMLSignatureEndingOutputProcessor.createKeyInfoStructureForSignature(OutputProcessorChain outputProcessorChain,
OutboundSecurityToken securityToken,
boolean useSingleCertificate) |
protected abstract void |
AbstractSignatureEndingOutputProcessor.createKeyInfoStructureForSignature(OutputProcessorChain outputProcessorChain,
OutboundSecurityToken securityToken,
boolean useSingleCertificate) |
Modifier and Type | Class and Description |
---|---|
class |
GenericOutboundSecurityToken |
Modifier and Type | Method and Description |
---|---|
OutboundSecurityToken |
GenericOutboundSecurityToken.getKeyWrappingToken() |
Modifier and Type | Method and Description |
---|---|
List<OutboundSecurityToken> |
GenericOutboundSecurityToken.getWrappedTokens() |
Modifier and Type | Method and Description |
---|---|
void |
GenericOutboundSecurityToken.addWrappedToken(OutboundSecurityToken securityToken) |
void |
GenericOutboundSecurityToken.setKeyWrappingToken(OutboundSecurityToken keyWrappingToken) |
Modifier and Type | Method and Description |
---|---|
void |
OutboundSecurityToken.addWrappedToken(OutboundSecurityToken securityToken) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.