Modifier and Type | Method | 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 | Description |
---|---|---|
void |
OutboundSecurityContext.registerSecurityTokenProvider(String id,
SecurityTokenProvider<OutboundSecurityToken> securityTokenProvider) |
Register a new SecurityTokenProvider.
|
Modifier and Type | Method | Description |
---|---|---|
List<SecurityTokenProvider<OutboundSecurityToken>> |
OutboundSecurityContextImpl.getRegisteredSecurityTokenProviders() |
|
SecurityTokenProvider<OutboundSecurityToken> |
OutboundSecurityContextImpl.getSecurityTokenProvider(String id) |
Modifier and Type | Method | Description |
---|---|---|
void |
OutboundSecurityContextImpl.registerSecurityTokenProvider(String id,
SecurityTokenProvider<OutboundSecurityToken> securityTokenProvider) |
Modifier and Type | Method | 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 abstract void |
AbstractSignatureEndingOutputProcessor.createKeyInfoStructureForSignature(OutputProcessorChain outputProcessorChain,
OutboundSecurityToken securityToken,
boolean useSingleCertificate) |
|
protected void |
XMLSignatureEndingOutputProcessor.createKeyInfoStructureForSignature(OutputProcessorChain outputProcessorChain,
OutboundSecurityToken securityToken,
boolean useSingleCertificate) |
Modifier and Type | Class | Description |
---|---|---|
class |
GenericOutboundSecurityToken |
Modifier and Type | Method | Description |
---|---|---|
OutboundSecurityToken |
GenericOutboundSecurityToken.getKeyWrappingToken() |
Modifier and Type | Method | Description |
---|---|---|
List<OutboundSecurityToken> |
GenericOutboundSecurityToken.getWrappedTokens() |
Modifier and Type | Method | Description |
---|---|---|
void |
GenericOutboundSecurityToken.addWrappedToken(OutboundSecurityToken securityToken) |
|
void |
GenericOutboundSecurityToken.setKeyWrappingToken(OutboundSecurityToken keyWrappingToken) |
Modifier and Type | Method | Description |
---|---|---|
void |
OutboundSecurityToken.addWrappedToken(OutboundSecurityToken securityToken) |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.