|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InboundSecurityToken in org.apache.xml.security.stax.ext |
|---|
| Methods in org.apache.xml.security.stax.ext that return types with arguments of type InboundSecurityToken | |
|---|---|
static TokenSecurityEvent<? extends InboundSecurityToken> |
XMLSecurityUtils.createTokenSecurityEvent(InboundSecurityToken inboundSecurityToken,
String correlationID)
|
List<SecurityTokenProvider<? extends InboundSecurityToken>> |
InboundSecurityContext.getRegisteredSecurityTokenProviders()
Returns all currently registered SecurityTokenProvider's |
SecurityTokenProvider<? extends InboundSecurityToken> |
InboundSecurityContext.getSecurityTokenProvider(String id)
Returns a registered SecurityTokenProvider with the given id or null if not found |
| Methods in org.apache.xml.security.stax.ext with parameters of type InboundSecurityToken | |
|---|---|
static TokenSecurityEvent<? extends InboundSecurityToken> |
XMLSecurityUtils.createTokenSecurityEvent(InboundSecurityToken inboundSecurityToken,
String correlationID)
|
| Method parameters in org.apache.xml.security.stax.ext with type arguments of type InboundSecurityToken | |
|---|---|
void |
InboundSecurityContext.registerSecurityTokenProvider(String id,
SecurityTokenProvider<? extends InboundSecurityToken> securityTokenProvider)
Register a new SecurityTokenProvider. |
| Uses of InboundSecurityToken in org.apache.xml.security.stax.impl |
|---|
| Methods in org.apache.xml.security.stax.impl that return types with arguments of type InboundSecurityToken | |
|---|---|
List<SecurityTokenProvider<? extends InboundSecurityToken>> |
InboundSecurityContextImpl.getRegisteredSecurityTokenProviders()
|
SecurityTokenProvider<? extends InboundSecurityToken> |
InboundSecurityContextImpl.getSecurityTokenProvider(String id)
|
| Method parameters in org.apache.xml.security.stax.impl with type arguments of type InboundSecurityToken | |
|---|---|
void |
InboundSecurityContextImpl.registerSecurityTokenProvider(String id,
SecurityTokenProvider<? extends InboundSecurityToken> securityTokenProvider)
|
| Uses of InboundSecurityToken in org.apache.xml.security.stax.impl.processor.input |
|---|
| Methods in org.apache.xml.security.stax.impl.processor.input that return InboundSecurityToken | |
|---|---|
InboundSecurityToken |
AbstractSignatureReferenceVerifyInputProcessor.getInboundSecurityToken()
|
InboundSecurityToken |
AbstractSignatureInputHandler.SignatureVerifier.getInboundSecurityToken()
|
protected abstract InboundSecurityToken |
AbstractSignatureInputHandler.SignatureVerifier.retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext)
|
protected InboundSecurityToken |
XMLSignatureInputHandler.XMLSignatureVerifier.retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext)
|
protected InboundSecurityToken |
AbstractSignatureInputHandler.verifySignedInfo(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
Deque<XMLSecEvent> eventDeque,
int index)
|
| Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type InboundSecurityToken | |
|---|---|
protected abstract void |
AbstractSignatureInputHandler.addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityToken inboundSecurityToken)
|
protected void |
XMLSignatureInputHandler.addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityToken inboundSecurityToken)
|
protected void |
AbstractSignatureInputHandler.SignatureVerifier.createSignatureAlgorithm(InboundSecurityToken inboundSecurityToken,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType)
|
protected abstract void |
AbstractDecryptInputProcessor.handleCipherReference(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType,
Cipher cipher,
InboundSecurityToken inboundSecurityToken)
|
protected void |
XMLDecryptInputProcessor.handleCipherReference(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType,
Cipher cipher,
InboundSecurityToken inboundSecurityToken)
|
protected abstract void |
AbstractDecryptInputProcessor.handleEncryptedContent(InputProcessorChain inputProcessorChain,
XMLSecStartElement parentXMLSecStartElement,
InboundSecurityToken inboundSecurityToken,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType)
|
protected void |
XMLDecryptInputProcessor.handleEncryptedContent(InputProcessorChain inputProcessorChain,
XMLSecStartElement parentXMLSecStartElement,
InboundSecurityToken inboundSecurityToken,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType)
|
protected abstract void |
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.handleEncryptedElement(InputProcessorChain inputProcessorChain,
XMLSecStartElement xmlSecStartElement,
InboundSecurityToken inboundSecurityToken,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType)
|
protected void |
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor.handleEncryptedElement(InputProcessorChain inputProcessorChain,
XMLSecStartElement xmlSecStartElement,
InboundSecurityToken inboundSecurityToken,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType)
|
protected abstract void |
AbstractDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken,
InboundSecurityContext inboundSecurityContext,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType)
|
protected void |
XMLDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken,
InboundSecurityContext inboundSecurityContext,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType)
|
protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor |
AbstractDecryptInputProcessor.newDecryptedEventReaderInputProcessor(boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType,
InboundSecurityToken inboundSecurityToken,
InboundSecurityContext inboundSecurityContext)
|
protected AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor |
XMLDecryptInputProcessor.newDecryptedEventReaderInputProcessor(boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType,
InboundSecurityToken inboundSecurityToken,
InboundSecurityContext inboundSecurityContext)
|
| Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type InboundSecurityToken | |
|---|---|
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties,
SecurePart.Modifier encryptionModifier,
boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType,
AbstractDecryptInputProcessor abstractDecryptInputProcessor,
InboundSecurityToken inboundSecurityToken)
|
|
AbstractSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityToken inboundSecurityToken,
XMLSecurityProperties securityProperties)
|
|
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties,
SecurePart.Modifier encryptionModifier,
boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType,
XMLDecryptInputProcessor decryptInputProcessor,
InboundSecurityToken inboundSecurityToken)
|
|
XMLSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityToken inboundSecurityToken,
XMLSecurityProperties securityProperties)
|
|
| Uses of InboundSecurityToken in org.apache.xml.security.stax.impl.securityToken |
|---|
| Classes in org.apache.xml.security.stax.impl.securityToken that implement InboundSecurityToken | |
|---|---|
class |
AbstractInboundSecurityToken
|
class |
DsaKeyValueSecurityToken
|
class |
ECKeyValueSecurityToken
|
class |
KeyNameSecurityToken
|
class |
RsaKeyValueSecurityToken
|
class |
X509IssuerSerialSecurityToken
|
class |
X509SecurityToken
|
class |
X509SKISecurityToken
|
class |
X509SubjectNameSecurityToken
|
| Methods in org.apache.xml.security.stax.impl.securityToken that return InboundSecurityToken | |
|---|---|
InboundSecurityToken |
AbstractInboundSecurityToken.getKeyWrappingToken()
|
InboundSecurityToken |
SecurityTokenFactoryImpl.getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType,
SecurityTokenConstants.KeyUsage keyUsage,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext)
|
| Methods in org.apache.xml.security.stax.impl.securityToken that return types with arguments of type InboundSecurityToken | |
|---|---|
List<InboundSecurityToken> |
AbstractInboundSecurityToken.getWrappedTokens()
|
| Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type InboundSecurityToken | |
|---|---|
void |
AbstractInboundSecurityToken.addWrappedToken(InboundSecurityToken inboundSecurityToken)
|
void |
AbstractInboundSecurityToken.setKeyWrappingToken(InboundSecurityToken keyWrappingToken)
|
| Uses of InboundSecurityToken in org.apache.xml.security.stax.securityEvent |
|---|
| Methods in org.apache.xml.security.stax.securityEvent with parameters of type InboundSecurityToken | |
|---|---|
void |
AbstractSecuredElementSecurityEvent.setSecurityToken(InboundSecurityToken securityToken)
|
| Constructors in org.apache.xml.security.stax.securityEvent with parameters of type InboundSecurityToken | |
|---|---|
ContentEncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken,
boolean encrypted,
List<XMLSecurityConstants.ContentType> protectionOrder)
|
|
EncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken,
boolean encrypted,
List<XMLSecurityConstants.ContentType> protectionOrder)
|
|
SignedElementSecurityEvent(InboundSecurityToken inboundSecurityToken,
boolean signed,
List<XMLSecurityConstants.ContentType> protectionOrder)
|
|
| Uses of InboundSecurityToken in org.apache.xml.security.stax.securityToken |
|---|
| Methods in org.apache.xml.security.stax.securityToken that return InboundSecurityToken | |
|---|---|
abstract InboundSecurityToken |
SecurityTokenFactory.getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType,
SecurityTokenConstants.KeyUsage keyUsage,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext)
|
| Methods in org.apache.xml.security.stax.securityToken with parameters of type InboundSecurityToken | |
|---|---|
void |
InboundSecurityToken.addWrappedToken(InboundSecurityToken securityToken)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||