|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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 |
| Method parameters in org.apache.xml.security.stax.ext with type arguments of type OutboundSecurityToken | |
|---|---|
void |
OutboundSecurityContext.registerSecurityTokenProvider(String id,
SecurityTokenProvider<OutboundSecurityToken> securityTokenProvider)
Register a new SecurityTokenProvider. |
| Uses of OutboundSecurityToken in org.apache.xml.security.stax.impl |
|---|
| Methods in org.apache.xml.security.stax.impl that return types with arguments of type OutboundSecurityToken | |
|---|---|
List<SecurityTokenProvider<OutboundSecurityToken>> |
OutboundSecurityContextImpl.getRegisteredSecurityTokenProviders()
|
SecurityTokenProvider<OutboundSecurityToken> |
OutboundSecurityContextImpl.getSecurityTokenProvider(String id)
|
| Method parameters in org.apache.xml.security.stax.impl with type arguments of type OutboundSecurityToken | |
|---|---|
void |
OutboundSecurityContextImpl.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 OutboundSecurityToken | |
|---|---|
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)
|
| Uses of OutboundSecurityToken in org.apache.xml.security.stax.impl.securityToken |
|---|
| Classes in org.apache.xml.security.stax.impl.securityToken that implement OutboundSecurityToken | |
|---|---|
class |
GenericOutboundSecurityToken
|
| Methods in org.apache.xml.security.stax.impl.securityToken that return OutboundSecurityToken | |
|---|---|
OutboundSecurityToken |
GenericOutboundSecurityToken.getKeyWrappingToken()
|
| Methods in org.apache.xml.security.stax.impl.securityToken that return types with arguments of type OutboundSecurityToken | |
|---|---|
List<OutboundSecurityToken> |
GenericOutboundSecurityToken.getWrappedTokens()
|
| Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type OutboundSecurityToken | |
|---|---|
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 | |
|---|---|
void |
OutboundSecurityToken.addWrappedToken(OutboundSecurityToken securityToken)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||