A B C D E F G H I K L M N O P R S T U V W X 
All Classes All Packages

A

AbstractPolicyTestBase - Class in org.apache.wss4j.policy.stax.test
 
AbstractPolicyTestBase() - Constructor for class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
AbstractSAMLCallbackHandler - Class in org.apache.wss4j.dom.common
A base implementation of a Callback Handler for a SAML assertion.
AbstractSAMLCallbackHandler() - Constructor for class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
AbstractSAMLCallbackHandler.Statement - Enum in org.apache.wss4j.dom.common
 
AbstractTestBase - Class in org.apache.wss4j.policy.tests
 
AbstractTestBase - Class in org.apache.wss4j.stax.test
 
AbstractTestBase() - Constructor for class org.apache.wss4j.policy.tests.AbstractTestBase
 
AbstractTestBase() - Constructor for class org.apache.wss4j.stax.test.AbstractTestBase
 
AbstractTestBase.TestSecurityEventListener - Class in org.apache.wss4j.stax.test
 
addEncryptedDataWithEmbeddedEncryptedKeyInWsseHeader(Element) - Static method in class org.apache.wss4j.dom.message.TestMessageTransformer
 
addSecretKey(String, byte[]) - Method in class org.apache.wss4j.dom.common.SecretKeyCallbackHandler
 
addSecretKey(String, byte[]) - Method in class org.apache.wss4j.stax.test.utils.SecretKeyCallbackHandler
 
AlgorithmSuiteTest - Class in org.apache.wss4j.policy.stax.test
 
AlgorithmSuiteTest - Class in org.apache.wss4j.policy.tests
 
AlgorithmSuiteTest() - Constructor for class org.apache.wss4j.policy.stax.test.AlgorithmSuiteTest
 
AlgorithmSuiteTest() - Constructor for class org.apache.wss4j.policy.tests.AlgorithmSuiteTest
 
allocate(XMLStreamReader) - Method in class org.apache.wss4j.stax.test.utils.XMLSecEventAllocator
 
allocate(XMLStreamReader, XMLEventConsumer) - Method in class org.apache.wss4j.stax.test.utils.XMLSecEventAllocator
 
AssertionSigningTest - Class in org.apache.wss4j.dom.saml.ext
A list of test-cases to test the functionality of signing with SamlAssertionWrapper class implementation.
AssertionSigningTest() - Constructor for class org.apache.wss4j.dom.saml.ext.AssertionSigningTest
 
assertXMLisEqual(String, String) - Method in class org.apache.wss4j.policy.tests.AbstractTestBase
 
AsymmetricBindingIntegrationTest - Class in org.apache.wss4j.policy.stax.test
 
AsymmetricBindingIntegrationTest() - Constructor for class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
AsymmetricBindingTest - Class in org.apache.wss4j.policy.stax.test
 
AsymmetricBindingTest - Class in org.apache.wss4j.policy.tests
 
AsymmetricBindingTest() - Constructor for class org.apache.wss4j.policy.stax.test.AsymmetricBindingTest
 
AsymmetricBindingTest() - Constructor for class org.apache.wss4j.policy.tests.AsymmetricBindingTest
 
AttachmentCallbackHandler - Class in org.apache.wss4j.dom.message
A Callback Handler implementation for the case of signing/encrypting Attachments via the SwA (SOAP with Attachments) specification or when using xop:Include in the case of MTOM.
AttachmentCallbackHandler - Class in org.apache.wss4j.stax.test
A Callback Handler implementation for the case of signing/encrypting Attachments via the SwA (SOAP with Attachments) specification.
AttachmentCallbackHandler() - Constructor for class org.apache.wss4j.dom.message.AttachmentCallbackHandler
 
AttachmentCallbackHandler(List<Attachment>) - Constructor for class org.apache.wss4j.dom.message.AttachmentCallbackHandler
 
AttachmentCallbackHandler(List<Attachment>) - Constructor for class org.apache.wss4j.stax.test.AttachmentCallbackHandler
 
AttachmentTest - Class in org.apache.wss4j.common.attachment
 
AttachmentTest - Class in org.apache.wss4j.dom.message
 
AttachmentTest - Class in org.apache.wss4j.stax.test
 
AttachmentTest() - Constructor for class org.apache.wss4j.common.attachment.AttachmentTest
 
AttachmentTest() - Constructor for class org.apache.wss4j.dom.message.AttachmentTest
 
AttachmentTest() - Constructor for class org.apache.wss4j.stax.test.AttachmentTest
 
ATTR - org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler.Statement
 
ATTR - org.apache.wss4j.stax.test.CallbackHandlerImpl.Statement
 
ATTR - org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl.Statement
 
authenticationInstant - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
AUTHN - org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler.Statement
 
AUTHN - org.apache.wss4j.stax.test.CallbackHandlerImpl.Statement
 
AUTHN - org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl.Statement
 
AuthorityKeyIdentifierTest - Class in org.apache.wss4j.common.crypto
This is a test for extracting AuthorityKeyIdentifier/SubjectKeyIdentifier information from the certs using BouncyCastle.
AuthorityKeyIdentifierTest() - Constructor for class org.apache.wss4j.common.crypto.AuthorityKeyIdentifierTest
 
AUTHZ - org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler.Statement
 
AUTHZ - org.apache.wss4j.stax.test.CallbackHandlerImpl.Statement
 
AUTHZ - org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl.Statement
 

B

BinarySecurityTokenTest - Class in org.apache.wss4j.dom.message.token
This is a test for constructing and processing BinarySecurityTokens.
BinarySecurityTokenTest() - Constructor for class org.apache.wss4j.dom.message.token.BinarySecurityTokenTest
 
BSTKerberosTest - Class in org.apache.wss4j.dom.message.token
This is a test for the Kerberos Token Profile 1.1
BSTKerberosTest() - Constructor for class org.apache.wss4j.dom.message.token.BSTKerberosTest
 
buildAndStartPolicyEngine(String) - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
buildAndStartPolicyEngine(String, boolean) - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
buildAndStartPolicyEngine(String, boolean, List<AssertionBuilder<Element>>) - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 

C

CallbackHandlerImpl - Class in org.apache.wss4j.stax.test
 
CallbackHandlerImpl() - Constructor for class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
CallbackHandlerImpl(byte[]) - Constructor for class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
CallbackHandlerImpl(String) - Constructor for class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
CallbackHandlerImpl.Statement - Enum in org.apache.wss4j.stax.test
 
CallbackRefTest - Class in org.apache.wss4j.dom.handler
Test case for WSS-245 - "WSHandlerConstants.PW_CALLBACK_REF isn't correctly searched for" https://issues.apache.org/jira/browse/WSS-245
CallbackRefTest() - Constructor for class org.apache.wss4j.dom.handler.CallbackRefTest
 
CertErrorTest - Class in org.apache.wss4j.dom.message
This class tests for error messages that apply to certificates, e.g.
CertErrorTest() - Constructor for class org.apache.wss4j.dom.message.CertErrorTest
 
certIdentifier - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
CertificateStoreTest - Class in org.apache.wss4j.dom.components.crypto
This is a test for the CertificateStore Crypto instance.
CertificateStoreTest() - Constructor for class org.apache.wss4j.dom.components.crypto.CertificateStoreTest
 
certs - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
checkResults(List<WSSecurityEngineResult>, List<Integer>) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
checkResultsAnyOrder(List<WSSecurityEngineResult>, List<Integer>) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
cleanup() - Static method in class org.apache.wss4j.common.crypto.MerlinTest
 
CombinedCallbackHandler - Class in org.apache.wss4j.dom.common
A combined Callback Handler implementation which wraps the SecretKeyCallbackHandler and the KeystoreCallbackHandler.
CombinedCallbackHandler(CallbackHandler, CallbackHandler) - Constructor for class org.apache.wss4j.dom.common.CombinedCallbackHandler
 
compare() - Method in class org.apache.wss4j.stax.test.AbstractTestBase.TestSecurityEventListener
 
conditions - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
ConfigurationConverterTest - Class in org.apache.wss4j.stax.test
Some tests for the ConfigurationConverter utility
ConfigurationConverterTest() - Constructor for class org.apache.wss4j.stax.test.ConfigurationConverterTest
 
ConfigurationPropertiesTest - Class in org.apache.wss4j.stax.test
Test that the configuration defaults defined in security-config.xml in Santuario are still picked up correctly via wss-config.xml
ConfigurationPropertiesTest() - Constructor for class org.apache.wss4j.stax.test.ConfigurationPropertiesTest
 
confirmationMethod - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
ContentEncryptedElementsTest - Class in org.apache.wss4j.policy.stax.test
 
ContentEncryptedElementsTest - Class in org.apache.wss4j.policy.tests
 
ContentEncryptedElementsTest() - Constructor for class org.apache.wss4j.policy.stax.test.ContentEncryptedElementsTest
 
ContentEncryptedElementsTest() - Constructor for class org.apache.wss4j.policy.tests.ContentEncryptedElementsTest
 
createAndSetStatement(SubjectBean, SAMLCallback) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
Note that the SubjectBean parameter should be null for SAML2.0
createAndSetStatement(SubjectBean, SAMLCallback) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
Note that the SubjectBean parameter should be null for SAML2.0
createKeyInfo() - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
createKeyInfo() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
createSamlAssertionWrapper(SAMLCallback) - Static method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
CRLFOutputStreamTest - Class in org.apache.wss4j.common.attachment
 
CRLFOutputStreamTest() - Constructor for class org.apache.wss4j.common.attachment.CRLFOutputStreamTest
 
CryptoProviderTest - Class in org.apache.wss4j.dom.components.crypto
This is a test for WSS-86 - "CryptoBase.splitAndTrim does not take into account the format of a DN constructed by different providers": http://issues.apache.org/jira/browse/WSS-86 Keystore: keys\wss86.keystore Password: security Generated by: keytool -genkey -validity 3650 -alias wss86 -keyalg RSA -keystore wss86.keystore -dname "1.2.840.113549.1.9.1=#16125765726e6572406578616d706c652e636f6d,CN=Werner, OU=WSS4J,O=Apache,L=Munich,ST=Bayern,C=DE"
CryptoProviderTest() - Constructor for class org.apache.wss4j.dom.components.crypto.CryptoProviderTest
 
CryptoTest - Class in org.apache.wss4j.dom.components.crypto
 
CryptoTest() - Constructor for class org.apache.wss4j.dom.components.crypto.CryptoTest
 
CustomAction - Class in org.apache.wss4j.dom.common
a custom action that leaves a breadcumb
CustomAction() - Constructor for class org.apache.wss4j.dom.common.CustomAction
 
CustomActionProcessorTest - Class in org.apache.wss4j.dom.handler
A test for adding custom actions/processors etc.
CustomActionProcessorTest() - Constructor for class org.apache.wss4j.dom.handler.CustomActionProcessorTest
 
customAttributeValues - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
CustomContentsTest - Class in org.apache.wss4j.stax.test.saml
Tests related to handling of custom contents in SAML data structures.
CustomContentsTest() - Constructor for class org.apache.wss4j.stax.test.saml.CustomContentsTest
 
CustomCrypto - Class in org.apache.wss4j.dom.common
 
CustomCrypto(Map<String, Object>, ClassLoader) - Constructor for class org.apache.wss4j.dom.common.CustomCrypto
 
CustomHandler - Class in org.apache.wss4j.dom.common
A trivial extension of the WSHandler type for use in unit-testing.
CustomHandler() - Constructor for class org.apache.wss4j.dom.common.CustomHandler
 
CustomProcessor - Class in org.apache.wss4j.dom.common
a custom processor that inserts itself into the results list
CustomProcessor() - Constructor for class org.apache.wss4j.dom.common.CustomProcessor
 
CustomSamlAssertionValidator - Class in org.apache.wss4j.dom.common
 
CustomSamlAssertionValidator() - Constructor for class org.apache.wss4j.dom.common.CustomSamlAssertionValidator
 
CustomTokenTest - Class in org.apache.wss4j.dom.handler
A test to add a Custom Token to an outbound message
CustomTokenTest() - Constructor for class org.apache.wss4j.dom.handler.CustomTokenTest
 

D

DerivedKeyActionTest - Class in org.apache.wss4j.dom.message
A set of tests for using a derived key for encryption/signature using WSHandler actions.
DerivedKeyActionTest() - Constructor for class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
DerivedKeyTest - Class in org.apache.wss4j.dom.message
A set of tests for using a derived key for encryption/signature.
DerivedKeyTest() - Constructor for class org.apache.wss4j.dom.message.DerivedKeyTest
 
DerivedKeyTests - Class in org.apache.wss4j.policy.stax.test
 
DerivedKeyTests() - Constructor for class org.apache.wss4j.policy.stax.test.DerivedKeyTests
 
DerivedKeyTokenTest - Class in org.apache.wss4j.dom.message.token
Tests for DerivedKeyToken type.
DerivedKeyTokenTest - Class in org.apache.wss4j.stax.test
 
DerivedKeyTokenTest() - Constructor for class org.apache.wss4j.dom.message.token.DerivedKeyTokenTest
 
DerivedKeyTokenTest() - Constructor for class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
documentBuilderFactory - Variable in class org.apache.wss4j.stax.test.AbstractTestBase
 
doInboundSecurity(WSSSecurityProperties, InputStream) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doInboundSecurity(WSSSecurityProperties, InputStream, List<SecurityEvent>, SecurityEventListener) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doInboundSecurity(WSSSecurityProperties, InputStream, SecurityEventListener) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doInboundSecurity(WSSSecurityProperties, XMLStreamReader) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doInboundSecurity(WSSSecurityProperties, XMLStreamReader, List<SecurityEvent>, SecurityEventListener) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doInboundSecurity(WSSSecurityProperties, XMLStreamReader, SecurityEventListener) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doInboundSecurityWithWSS4J(Document, String) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doInboundSecurityWithWSS4J_1(Document, String) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doInboundSecurityWithWSS4J_1(Document, String, Properties, boolean) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doOutboundSecurity(Map<String, Object>, InputStream) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doOutboundSecurity(WSSSecurityProperties, InputStream) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doOutboundSecurityWithWSS4J(InputStream, String, Properties) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doOutboundSecurityWithWSS4J_1(InputStream, String, Properties) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
doOutboundSecurityWithWSS4J_1(InputStream, String, Properties) - Method in class org.apache.wss4j.stax.test.SignatureCertConstaintsTest
 
doOutboundSecurityWithWSS4J_1(InputStream, String, Properties) - Method in class org.apache.wss4j.stax.test.SignatureCRLTest
 
doOutboundSecurityWithWSS4J_1(InputStream, String, Properties) - Method in class org.apache.wss4j.stax.test.SignatureIssuerCertConstaintsTest
 
duplicateEncryptedDataAfterWrapperBody(Element) - Static method in class org.apache.wss4j.dom.message.TestMessageTransformer
 
duplicateEncryptedDataInExternalWrapperElement(Element, boolean) - Static method in class org.apache.wss4j.dom.message.TestMessageTransformer
 
duplicateEncryptedDataInWrapperBody(Element) - Static method in class org.apache.wss4j.dom.message.TestMessageTransformer
 
duplicateEncryptedDataInWsseHeader(Element, boolean) - Static method in class org.apache.wss4j.dom.message.TestMessageTransformer
 
duplicateEncryptedDataInWsseWrapperHeader(Element, boolean) - Static method in class org.apache.wss4j.dom.message.TestMessageTransformer
 

E

EHCacheExpiryTest - Class in org.apache.wss4j.common.cache
Some unit tests for the EHCacheExpiry implementation
EHCacheExpiryTest() - Constructor for class org.apache.wss4j.common.cache.EHCacheExpiryTest
 
EncDecryptionTest - Class in org.apache.wss4j.stax.test
 
EncDecryptionTest() - Constructor for class org.apache.wss4j.stax.test.EncDecryptionTest
 
EncodedPasswordCallbackHandler - Class in org.apache.wss4j.dom.common
A Callback Handler implementation for the case of processing a Username Token with an encoded password.
EncodedPasswordCallbackHandler() - Constructor for class org.apache.wss4j.dom.common.EncodedPasswordCallbackHandler
 
EncryptedDataInHeaderTest - Class in org.apache.wss4j.dom.message
This test encrypts a Timestamp and the SOAP Body, and appends the ReferenceList Element after the EncryptedData Element that is the Timestamp.
EncryptedDataInHeaderTest() - Constructor for class org.apache.wss4j.dom.message.EncryptedDataInHeaderTest
 
EncryptedElementsTest - Class in org.apache.wss4j.policy.stax.test
 
EncryptedElementsTest - Class in org.apache.wss4j.policy.tests
 
EncryptedElementsTest() - Constructor for class org.apache.wss4j.policy.stax.test.EncryptedElementsTest
 
EncryptedElementsTest() - Constructor for class org.apache.wss4j.policy.tests.EncryptedElementsTest
 
EncryptedKeyDataRefTest - Class in org.apache.wss4j.dom.processor
Test that checks for correct WSDataRef which should be returned by org.apache.wss4j.dom.processor.EncryptedKeyProcessor This test uses the RSA_15 algorithm to transport (wrap) the symmetric key.
EncryptedKeyDataRefTest() - Constructor for class org.apache.wss4j.dom.processor.EncryptedKeyDataRefTest
 
EncryptedPartsTest - Class in org.apache.wss4j.policy.stax.test
 
EncryptedPartsTest - Class in org.apache.wss4j.policy.tests
 
EncryptedPartsTest() - Constructor for class org.apache.wss4j.policy.stax.test.EncryptedPartsTest
 
EncryptedPartsTest() - Constructor for class org.apache.wss4j.policy.tests.EncryptedPartsTest
 
EncryptionAlgorithmSuiteTest - Class in org.apache.wss4j.dom.message
A set of test-cases for encrypting and decrypting SOAP requests when specifying an AlgorithmSuite policy.
EncryptionAlgorithmSuiteTest() - Constructor for class org.apache.wss4j.dom.message.EncryptionAlgorithmSuiteTest
 
EncryptionCRLTest - Class in org.apache.wss4j.dom.message
This is a test for Certificate Revocation List checking before encryption.
EncryptionCRLTest - Class in org.apache.wss4j.stax.test
This is a test for Certificate Revocation List checking before encryption.
EncryptionCRLTest() - Constructor for class org.apache.wss4j.dom.message.EncryptionCRLTest
 
EncryptionCRLTest() - Constructor for class org.apache.wss4j.stax.test.EncryptionCRLTest
 
EncryptionGCMTest - Class in org.apache.wss4j.dom.message
A set of test-cases for encrypting and decrypting SOAP requests using GCM.
EncryptionGCMTest() - Constructor for class org.apache.wss4j.dom.message.EncryptionGCMTest
 
EncryptionPartsTest - Class in org.apache.wss4j.dom.message
This is some unit tests for encryption using encryption using parts.
EncryptionPartsTest() - Constructor for class org.apache.wss4j.dom.message.EncryptionPartsTest
 
EncryptionTest - Class in org.apache.wss4j.dom.message
A set of test-cases for encrypting and decrypting SOAP requests.
EncryptionTest() - Constructor for class org.apache.wss4j.dom.message.EncryptionTest
 
ephemeralKey - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
execute(WSHandler, SecurityActionToken, RequestData) - Method in class org.apache.wss4j.dom.common.CustomAction
 

F

FaultCodeTest - Class in org.apache.wss4j.dom.misc
WS-Security Test Case for fault codes.
FaultCodeTest() - Constructor for class org.apache.wss4j.dom.misc.FaultCodeTest
 
FaultTest - Class in org.apache.wss4j.stax.test
 
FaultTest() - Constructor for class org.apache.wss4j.stax.test.FaultTest
 

G

generateAsymmetricBindingSecurityEvents() - Method in class org.apache.wss4j.stax.test.InboundWSSecurityContextImplTest
 
generateSymmetricBindingSecurityEvents() - Method in class org.apache.wss4j.stax.test.InboundWSSecurityContextImplTest
 
generateTransportBindingSecurityEvents() - Method in class org.apache.wss4j.stax.test.InboundWSSecurityContextImplTest
 
getAssertionAdviceElement() - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
getAuthenticationInstant() - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
getCertIdentifier() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
getCerts() - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
getCerts() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
getConfig() - Method in class org.apache.wss4j.dom.common.CustomCrypto
 
getConfirmationMethod() - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
getConfirmationMethod() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
getCryptoProvider() - Method in class org.apache.wss4j.dom.common.CustomCrypto
 
getDefaultX509Alias() - Method in class org.apache.wss4j.dom.common.CustomCrypto
 
getDsaKeyValueSecurityToken() - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
getECKeyValueSecurityToken() - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
getEphemeralKey() - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
getEphemeralKey() - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
getEphemeralKey() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
getHeaders(String) - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
getHeaders(String) - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
getHttpsSecurityToken(SecurityTokenConstants.TokenType) - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
getIssuer() - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
getIssuer() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
getIssuerCrypto() - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
getIssuerName() - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
getIssuerPassword() - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
getJavaSpecificationVersion() - Static method in class org.apache.wss4j.stax.test.AbstractTestBase
 
getKerberosServiceSecurityToken(SecurityTokenConstants.TokenType) - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
getKeyInfoElement() - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
getMessageContext(InputStream) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 
getOption(String) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
getPassword(Object) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
getProperty(Object, String) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
getReceivedSecurityEvents() - Method in class org.apache.wss4j.stax.test.AbstractTestBase.TestSecurityEventListener
 
getResponseAttachments() - Method in class org.apache.wss4j.dom.message.AttachmentCallbackHandler
 
getResponseAttachments() - Method in class org.apache.wss4j.stax.test.AttachmentCallbackHandler
 
getRsaKeyValueSecurityToken() - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
getSamlVersion() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
getSecret() - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
getSecurityEvent(SecurityEventConstants.Event) - Method in class org.apache.wss4j.stax.test.AbstractTestBase.TestSecurityEventListener
 
getSecurityEvents(SecurityEventConstants.Event) - Method in class org.apache.wss4j.stax.test.AbstractTestBase.TestSecurityEventListener
 
getStatement() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
getSubjectConfirmationData() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
getSubjectConfirmationNameID() - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
getSubjectName() - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
getSubjectName() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
getSubjectQualifier() - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
getSubjectQualifier() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
getUsername() - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
getX509Token(SecurityTokenConstants.TokenType) - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
getX509Token(SecurityTokenConstants.TokenType, String) - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
getXPath(String) - Method in class org.apache.wss4j.stax.test.AbstractTestBase
 

H

handle(Callback[]) - Method in class org.apache.wss4j.dom.common.CombinedCallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.common.EncodedPasswordCallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.common.KeystoreCallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.common.SAML1AuthnHOKHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.common.SAML1CallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.common.SAML2CallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.common.SAMLElementCallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.common.SecretKeyCallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.common.UsernamePasswordCallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.handler.SignatureUTAliasTest
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.message.AttachmentCallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.message.SymmetricSignatureTest
 
handle(Callback[]) - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
A CallbackHandler for some (mostly insecure) scenarios.
handle(Callback[]) - Method in class org.apache.wss4j.dom.misc.FaultCodeTest
 
handle(Callback[]) - Method in class org.apache.wss4j.stax.test.AttachmentCallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
handle(Callback[]) - Method in class org.apache.wss4j.stax.test.saml.SAML1CallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.stax.test.saml.SAML2CallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
handle(Callback[]) - Method in class org.apache.wss4j.stax.test.utils.SecretKeyCallbackHandler
 
handle(Callback[]) - Method in class org.apache.wss4j.stax.test.WSS4JCallbackHandlerImpl
 
handleToken(Element, RequestData) - Method in class org.apache.wss4j.dom.common.CustomProcessor
 
HeaderOrderingTest - Class in org.apache.wss4j.stax.test
 
HeaderOrderingTest() - Constructor for class org.apache.wss4j.stax.test.HeaderOrderingTest
 
HttpsTokenTest - Class in org.apache.wss4j.policy.stax.test
 
HttpsTokenTest - Class in org.apache.wss4j.policy.tests
 
HttpsTokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.HttpsTokenTest
 
HttpsTokenTest() - Constructor for class org.apache.wss4j.policy.tests.HttpsTokenTest
 

I

InboundWSSecurityContextImplTest - Class in org.apache.wss4j.stax.test
 
InboundWSSecurityContextImplTest() - Constructor for class org.apache.wss4j.stax.test.InboundWSSecurityContextImplTest
 
InitiatorTokenTest - Class in org.apache.wss4j.policy.tests
 
InitiatorTokenTest() - Constructor for class org.apache.wss4j.policy.tests.InitiatorTokenTest
 
InteroperabilityTest - Class in org.apache.wss4j.stax.test
 
InteroperabilityTest() - Constructor for class org.apache.wss4j.stax.test.InteroperabilityTest
 
isSignAssertion() - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
isSignAssertion() - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
IssuedTokenTest - Class in org.apache.wss4j.policy.stax.test
 
IssuedTokenTest - Class in org.apache.wss4j.policy.tests
 
IssuedTokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.IssuedTokenTest
 
IssuedTokenTest() - Constructor for class org.apache.wss4j.policy.tests.IssuedTokenTest
 
issuer - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
issuerFormat - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 

K

KerberosTest - Class in org.apache.wss4j.integration.test.kerberos
 
KerberosTest() - Constructor for class org.apache.wss4j.integration.test.kerberos.KerberosTest
 
KerberosTokenTest - Class in org.apache.wss4j.policy.stax.test
 
KerberosTokenTest - Class in org.apache.wss4j.policy.tests
 
KerberosTokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.KerberosTokenTest
 
KerberosTokenTest() - Constructor for class org.apache.wss4j.policy.tests.KerberosTokenTest
 
KeystoreCallbackHandler - Class in org.apache.wss4j.dom.common
A Callback Handler implementation for the case of finding a password to access a cert/private key in a keystore.
KeystoreCallbackHandler() - Constructor for class org.apache.wss4j.dom.common.KeystoreCallbackHandler
 
KeyValueTokenTest - Class in org.apache.wss4j.policy.stax.test
 
KeyValueTokenTest - Class in org.apache.wss4j.policy.tests
 
KeyValueTokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.KeyValueTokenTest
 
KeyValueTokenTest() - Constructor for class org.apache.wss4j.policy.tests.KeyValueTokenTest
 

L

LayoutTest - Class in org.apache.wss4j.policy.stax.test
 
LayoutTest - Class in org.apache.wss4j.policy.tests
 
LayoutTest() - Constructor for class org.apache.wss4j.policy.stax.test.LayoutTest
 
LayoutTest() - Constructor for class org.apache.wss4j.policy.tests.LayoutTest
 
loadPolicy(String) - Method in class org.apache.wss4j.policy.tests.AbstractTestBase
 
loadPolicy(String, PolicyBuilder) - Method in class org.apache.wss4j.policy.tests.AbstractTestBase
 
loadPolicyFile(String) - Method in class org.apache.wss4j.policy.tests.AbstractTestBase
 
loadResourceAsString(String, Charset) - Method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 

M

MerlinTest - Class in org.apache.wss4j.common.crypto
Some tests for the Merlin Crypto provider
MerlinTest() - Constructor for class org.apache.wss4j.common.crypto.MerlinTest
 
ModifiedRequestTest - Class in org.apache.wss4j.dom.message
This class tests the modification of requests.
ModifiedRequestTest() - Constructor for class org.apache.wss4j.dom.message.ModifiedRequestTest
 
MultipleActionTest - Class in org.apache.wss4j.stax.test
A test for 2x Signatures + 2x Encryption.
MultipleActionTest() - Constructor for class org.apache.wss4j.stax.test.MultipleActionTest
 

N

NameConstraintsTest - Class in org.apache.wss4j.common.crypto
Tests the handling of NameConstraints with TrustAnchors in the Merlin, MerlinAKI, and CertificateStore crypto implementations.
NameConstraintsTest() - Constructor for class org.apache.wss4j.common.crypto.NameConstraintsTest
 
newInstance() - Method in class org.apache.wss4j.stax.test.utils.XMLSecEventAllocator
 
NoSoapPrefixSignatureTest - Class in org.apache.wss4j.dom.message
This is a test for WSS-60 - "Problems when SOAP envelope namespace prefix is null" http://issues.apache.org/jira/browse/WSS-60
NoSoapPrefixSignatureTest() - Constructor for class org.apache.wss4j.dom.message.NoSoapPrefixSignatureTest
 

O

OpenSAMLUtilTest - Class in org.apache.wss4j.common.saml
Some tests for the Merlin Crypto provider
OpenSAMLUtilTest() - Constructor for class org.apache.wss4j.common.saml.OpenSAMLUtilTest
 
org.apache.wss4j.common.attachment - package org.apache.wss4j.common.attachment
 
org.apache.wss4j.common.cache - package org.apache.wss4j.common.cache
 
org.apache.wss4j.common.crypto - package org.apache.wss4j.common.crypto
 
org.apache.wss4j.common.saml - package org.apache.wss4j.common.saml
 
org.apache.wss4j.common.token - package org.apache.wss4j.common.token
 
org.apache.wss4j.common.util - package org.apache.wss4j.common.util
 
org.apache.wss4j.dom.common - package org.apache.wss4j.dom.common
 
org.apache.wss4j.dom.components.crypto - package org.apache.wss4j.dom.components.crypto
 
org.apache.wss4j.dom.handler - package org.apache.wss4j.dom.handler
 
org.apache.wss4j.dom.message - package org.apache.wss4j.dom.message
 
org.apache.wss4j.dom.message.token - package org.apache.wss4j.dom.message.token
 
org.apache.wss4j.dom.misc - package org.apache.wss4j.dom.misc
 
org.apache.wss4j.dom.processor - package org.apache.wss4j.dom.processor
 
org.apache.wss4j.dom.saml - package org.apache.wss4j.dom.saml
 
org.apache.wss4j.dom.saml.ext - package org.apache.wss4j.dom.saml.ext
 
org.apache.wss4j.dom.util - package org.apache.wss4j.dom.util
 
org.apache.wss4j.dom.validate - package org.apache.wss4j.dom.validate
 
org.apache.wss4j.integration.test.kerberos - package org.apache.wss4j.integration.test.kerberos
 
org.apache.wss4j.policy.stax.test - package org.apache.wss4j.policy.stax.test
 
org.apache.wss4j.policy.tests - package org.apache.wss4j.policy.tests
 
org.apache.wss4j.stax.test - package org.apache.wss4j.stax.test
 
org.apache.wss4j.stax.test.saml - package org.apache.wss4j.stax.test.saml
 
org.apache.wss4j.stax.test.utils - package org.apache.wss4j.stax.test.utils
 
OutputChainTest - Class in org.apache.wss4j.stax.test
 
OutputChainTest() - Constructor for class org.apache.wss4j.stax.test.OutputChainTest
 

P

PasswordEncryptorTest - Class in org.apache.wss4j.common.crypto
This is a test for the PasswordEncryptor interface
PasswordEncryptorTest - Class in org.apache.wss4j.dom.message
This is a test for signing and encrypting using a Crypto properties file with an encrypted password
PasswordEncryptorTest - Class in org.apache.wss4j.stax.test
This is a test for signing and encrypting using a Crypto properties file with an encrypted password
PasswordEncryptorTest() - Constructor for class org.apache.wss4j.common.crypto.PasswordEncryptorTest
 
PasswordEncryptorTest() - Constructor for class org.apache.wss4j.dom.message.PasswordEncryptorTest
 
PasswordEncryptorTest() - Constructor for class org.apache.wss4j.stax.test.PasswordEncryptorTest
 
PasswordTypeTest - Class in org.apache.wss4j.dom.message
This is a test for processing a Username Token to enforce either a plaintext or digest password type.
PasswordTypeTest - Class in org.apache.wss4j.stax.test
This is a test for processing a Username Token to enforce either a plaintext or digest password type.
PasswordTypeTest() - Constructor for class org.apache.wss4j.dom.message.PasswordTypeTest
 
PasswordTypeTest() - Constructor for class org.apache.wss4j.stax.test.PasswordTypeTest
 
PolicyNormalizationTest - Class in org.apache.wss4j.policy.tests
 
PolicyNormalizationTest() - Constructor for class org.apache.wss4j.policy.tests.PolicyNormalizationTest
 
PrincipalTest - Class in org.apache.wss4j.dom.misc
Test various principal objects after processing a security token.
PrincipalTest - Class in org.apache.wss4j.stax.test
A test for various Principals...
PrincipalTest() - Constructor for class org.apache.wss4j.dom.misc.PrincipalTest
 
PrincipalTest() - Constructor for class org.apache.wss4j.stax.test.PrincipalTest
 
ProtectionOrderTest - Class in org.apache.wss4j.policy.stax.test
 
ProtectionOrderTest() - Constructor for class org.apache.wss4j.policy.stax.test.ProtectionOrderTest
 

R

readDoc(DocumentBuilder, XMLStreamReader) - Static method in class org.apache.wss4j.stax.test.utils.StAX2DOM
 
readDocElements(Document, Node, XMLStreamReader, boolean, boolean) - Static method in class org.apache.wss4j.stax.test.utils.StAX2DOM
 
readInputStream(InputStream) - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
readInputStream(InputStream) - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
readInputStream(InputStream) - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
readInputStream(InputStream) - Method in class org.apache.wss4j.stax.test.XOPAttachmentTest
 
receive(List<Integer>, RequestData) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
RecipientTokenTest - Class in org.apache.wss4j.policy.tests
 
RecipientTokenTest() - Constructor for class org.apache.wss4j.policy.tests.RecipientTokenTest
 
ReferenceListDataRefTest - Class in org.apache.wss4j.dom.processor
Test that checks for correct WSDataRef which should be returned by org.apache.wss4j.dom.processor.ReferenceListProcessor This test uses the RSA_15 algorithm to transport (wrap) the symmetric key.
ReferenceListDataRefTest() - Constructor for class org.apache.wss4j.dom.processor.ReferenceListDataRefTest
 
ReferenceTest - Class in org.apache.wss4j.dom.message.token
unit test for the Reference type
ReferenceTest() - Constructor for class org.apache.wss4j.dom.message.token.ReferenceTest
 
registerSecurityEvent(SecurityEvent) - Method in class org.apache.wss4j.stax.test.AbstractTestBase.TestSecurityEventListener
 
RelTokenTest - Class in org.apache.wss4j.policy.stax.test
 
RelTokenTest - Class in org.apache.wss4j.policy.tests
 
RelTokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.RelTokenTest
 
RelTokenTest() - Constructor for class org.apache.wss4j.policy.tests.RelTokenTest
 
ReplayCacheTest - Class in org.apache.wss4j.common.cache
Some unit tests for the ReplayCache implementations
ReplayCacheTest() - Constructor for class org.apache.wss4j.common.cache.ReplayCacheTest
 
ReplayTest - Class in org.apache.wss4j.dom.message
Some test-cases for replay attacks.
ReplayTest - Class in org.apache.wss4j.stax.test
 
ReplayTest() - Constructor for class org.apache.wss4j.dom.message.ReplayTest
 
ReplayTest() - Constructor for class org.apache.wss4j.stax.test.ReplayTest
 
RequiredElementsTest - Class in org.apache.wss4j.policy.stax.test
 
RequiredElementsTest - Class in org.apache.wss4j.policy.tests
 
RequiredElementsTest() - Constructor for class org.apache.wss4j.policy.stax.test.RequiredElementsTest
 
RequiredElementsTest() - Constructor for class org.apache.wss4j.policy.tests.RequiredElementsTest
 
RequiredPartsTest - Class in org.apache.wss4j.policy.stax.test
 
RequiredPartsTest - Class in org.apache.wss4j.policy.tests
 
RequiredPartsTest() - Constructor for class org.apache.wss4j.policy.stax.test.RequiredPartsTest
 
RequiredPartsTest() - Constructor for class org.apache.wss4j.policy.tests.RequiredPartsTest
 
RequireSignedEncryptedDataElementsTest - Class in org.apache.wss4j.dom.message
Tests for the WSHandlerConstants.REQUIRE_SIGNED_ENCRYPTED_DATA_ELEMENTS option.
RequireSignedEncryptedDataElementsTest() - Constructor for class org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
 
resource - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
ResultsOrderTest - Class in org.apache.wss4j.dom.handler
This is a test for WSS-147.
ResultsOrderTest() - Constructor for class org.apache.wss4j.dom.handler.ResultsOrderTest
 

S

SAML1AuthnHOKHandler - Class in org.apache.wss4j.dom.common
A Callback Handler implementation for a SAML 1.1 authentication assertion using Holder of Key.
SAML1AuthnHOKHandler() - Constructor for class org.apache.wss4j.dom.common.SAML1AuthnHOKHandler
 
SAML1CallbackHandler - Class in org.apache.wss4j.dom.common
A Callback Handler implementation for a SAML 1.1 assertion.
SAML1CallbackHandler - Class in org.apache.wss4j.stax.test.saml
A Callback Handler implementation for a SAML 1.1 assertion.
SAML1CallbackHandler() - Constructor for class org.apache.wss4j.dom.common.SAML1CallbackHandler
 
SAML1CallbackHandler() - Constructor for class org.apache.wss4j.stax.test.saml.SAML1CallbackHandler
 
SAML2CallbackHandler - Class in org.apache.wss4j.dom.common
A Callback Handler implementation for a SAML 2 assertion.
SAML2CallbackHandler - Class in org.apache.wss4j.stax.test.saml
A Callback Handler implementation for a SAML 2 assertion.
SAML2CallbackHandler() - Constructor for class org.apache.wss4j.dom.common.SAML2CallbackHandler
 
SAML2CallbackHandler() - Constructor for class org.apache.wss4j.stax.test.saml.SAML2CallbackHandler
 
SamlAlgorithmSuiteTest - Class in org.apache.wss4j.dom.saml
A set of test-cases for signing and verifying SOAP requests containing a signed SAML (HOK) assertion when specifying an AlgorithmSuite policy.
SamlAlgorithmSuiteTest() - Constructor for class org.apache.wss4j.dom.saml.SamlAlgorithmSuiteTest
 
SamlAuthnTest - Class in org.apache.wss4j.dom.saml
Some tests for SAML Authentication Assertions
SamlAuthnTest - Class in org.apache.wss4j.stax.test.saml
Some tests for SAML Authentication Assertions
SamlAuthnTest() - Constructor for class org.apache.wss4j.dom.saml.SamlAuthnTest
 
SamlAuthnTest() - Constructor for class org.apache.wss4j.stax.test.saml.SamlAuthnTest
 
SAMLCallbackHandlerImpl - Class in org.apache.wss4j.stax.test.saml
 
SAMLCallbackHandlerImpl() - Constructor for class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
SAMLCallbackHandlerImpl.Statement - Enum in org.apache.wss4j.stax.test.saml
 
SamlConditionsTest - Class in org.apache.wss4j.dom.saml
Test-case for sending and processing an a SAML Token with a custom Conditions element.
SamlConditionsTest - Class in org.apache.wss4j.stax.test.saml
 
SamlConditionsTest() - Constructor for class org.apache.wss4j.dom.saml.SamlConditionsTest
 
SamlConditionsTest() - Constructor for class org.apache.wss4j.stax.test.saml.SamlConditionsTest
 
SAMLElementCallbackHandler - Class in org.apache.wss4j.dom.common
A Callback Handler implementation for a SAML 1.1 assertion.
SAMLElementCallbackHandler() - Constructor for class org.apache.wss4j.dom.common.SAMLElementCallbackHandler
 
SamlNegativeTest - Class in org.apache.wss4j.dom.saml
This is a set of test-cases where the SAML Assertion is altered in some way and so we expect an exception to be thrown when processing it.
SamlNegativeTest() - Constructor for class org.apache.wss4j.dom.saml.SamlNegativeTest
 
SamlReferenceTest - Class in org.apache.wss4j.dom.saml
Some tests for how SAML tokens are referenced.
SamlReferenceTest() - Constructor for class org.apache.wss4j.dom.saml.SamlReferenceTest
 
SamlTokenActionTest - Class in org.apache.wss4j.dom.saml
Test-case for sending SAML Assertions using the "action" approach.
SamlTokenActionTest() - Constructor for class org.apache.wss4j.dom.saml.SamlTokenActionTest
 
SamlTokenCustomSignatureTest - Class in org.apache.wss4j.dom.saml
 
SamlTokenCustomSignatureTest() - Constructor for class org.apache.wss4j.dom.saml.SamlTokenCustomSignatureTest
 
SamlTokenDerivedTest - Class in org.apache.wss4j.dom.saml
Test-case for sending and processing a signed (sender vouches) SAML Assertion using a derived key.
SamlTokenDerivedTest - Class in org.apache.wss4j.stax.test.saml
 
SamlTokenDerivedTest() - Constructor for class org.apache.wss4j.dom.saml.SamlTokenDerivedTest
 
SamlTokenDerivedTest() - Constructor for class org.apache.wss4j.stax.test.saml.SamlTokenDerivedTest
 
SamlTokenHOKTest - Class in org.apache.wss4j.dom.saml
Test-case for sending and processing a signed (holder-of-key) SAML Assertion.
SamlTokenHOKTest() - Constructor for class org.apache.wss4j.dom.saml.SamlTokenHOKTest
 
SAMLTokenHOKTest - Class in org.apache.wss4j.stax.test.saml
 
SAMLTokenHOKTest() - Constructor for class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
SAMLTokenNegativeTest - Class in org.apache.wss4j.stax.test.saml
 
SAMLTokenNegativeTest() - Constructor for class org.apache.wss4j.stax.test.saml.SAMLTokenNegativeTest
 
SAMLTokenReferenceTest - Class in org.apache.wss4j.stax.test.saml
 
SAMLTokenReferenceTest() - Constructor for class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
SamlTokenSVTest - Class in org.apache.wss4j.dom.saml
Test-case for sending and processing a signed (sender vouches) SAML Assertion.
SamlTokenSVTest() - Constructor for class org.apache.wss4j.dom.saml.SamlTokenSVTest
 
SAMLTokenSVTest - Class in org.apache.wss4j.stax.test.saml
 
SAMLTokenSVTest() - Constructor for class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
SamlTokenTest - Class in org.apache.wss4j.dom.saml
Test-case for sending and processing an unsigned (sender vouches) SAML Assertion.
SamlTokenTest - Class in org.apache.wss4j.policy.stax.test
 
SamlTokenTest - Class in org.apache.wss4j.policy.tests
 
SamlTokenTest() - Constructor for class org.apache.wss4j.dom.saml.SamlTokenTest
 
SamlTokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.SamlTokenTest
 
SamlTokenTest() - Constructor for class org.apache.wss4j.policy.tests.SamlTokenTest
 
SAMLTokenTest - Class in org.apache.wss4j.stax.test.saml
 
SAMLTokenTest() - Constructor for class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
SAMPLE_SOAP_MSG - Static variable in class org.apache.wss4j.common.util.SOAPUtil
 
SAMPLE_SOAP12_FAULT_MSG - Static variable in class org.apache.wss4j.dom.message.SignatureEncryptionTest
 
SecretKeyCallbackHandler - Class in org.apache.wss4j.dom.common
A Callback Handler implementation for the case of storing a secret key.
SecretKeyCallbackHandler - Class in org.apache.wss4j.stax.test.utils
A Callback Handler implementation for the case of storing a secret key.
SecretKeyCallbackHandler() - Constructor for class org.apache.wss4j.dom.common.SecretKeyCallbackHandler
 
SecretKeyCallbackHandler() - Constructor for class org.apache.wss4j.stax.test.utils.SecretKeyCallbackHandler
 
SecureConversationTokenTest - Class in org.apache.wss4j.policy.stax.test
 
SecureConversationTokenTest - Class in org.apache.wss4j.policy.tests
 
SecureConversationTokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.SecureConversationTokenTest
 
SecureConversationTokenTest() - Constructor for class org.apache.wss4j.policy.tests.SecureConversationTokenTest
 
SECURED_DOCUMENT - Static variable in class org.apache.wss4j.stax.test.AbstractTestBase
 
SecurityActionTokenTest - Class in org.apache.wss4j.dom.handler
This is a set of tests for using SecurityActionTokens to configure various Actions.
SecurityActionTokenTest() - Constructor for class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
SecurityContextTokenTest - Class in org.apache.wss4j.dom.message
A set of tests for SecurityContextTokens.
SecurityContextTokenTest - Class in org.apache.wss4j.policy.stax.test
 
SecurityContextTokenTest - Class in org.apache.wss4j.policy.tests
 
SecurityContextTokenTest - Class in org.apache.wss4j.stax.test
 
SecurityContextTokenTest() - Constructor for class org.apache.wss4j.dom.message.SecurityContextTokenTest
 
SecurityContextTokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.SecurityContextTokenTest
 
SecurityContextTokenTest() - Constructor for class org.apache.wss4j.policy.tests.SecurityContextTokenTest
 
SecurityContextTokenTest() - Constructor for class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
SecurityHeaderTest - Class in org.apache.wss4j.dom.misc
This tests how security headers are parsed and processed.
SecurityHeaderTest() - Constructor for class org.apache.wss4j.dom.misc.SecurityHeaderTest
 
SecurityTokenReferenceTest - Class in org.apache.wss4j.dom.message.token
Some tests for the SecurityTokenReference class.
SecurityTokenReferenceTest() - Constructor for class org.apache.wss4j.dom.message.token.SecurityTokenReferenceTest
 
send(Document, RequestData, List<HandlerAction>, boolean) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
serializePolicy(Policy) - Method in class org.apache.wss4j.policy.tests.AbstractTestBase
 
sessionNotOnOrAfter - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setAssertionAdviceElement(Element) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setAuthenticationInstant(Instant) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setCertIdentifier(KeyInfoBean.CERT_IDENTIFIER) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setCertIdentifier(KeyInfoBean.CERT_IDENTIFIER) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setCerts(X509Certificate[]) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setCerts(X509Certificate[]) - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
setCerts(X509Certificate[]) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setConditions(ConditionsBean) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setConditions(ConditionsBean) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setConfirmationMethod(String) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setConfirmationMethod(String) - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
setConfirmationMethod(String) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setCustomAttributeValues(List<Object>) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setCustomAttributeValues(List<Object>) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setEphemeralKey(byte[]) - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
setEphemeralKey(byte[]) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setIssuer(String) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setIssuer(String) - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
setIssuer(String) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setIssuerCrypto(Crypto) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setIssuerFormat(String) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setIssuerFormat(String) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setIssuerName(String) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setIssuerPassword(String) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setKeyInfoElement(Element) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setOption(String, Object) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
setOutboundSecret(byte[]) - Method in class org.apache.wss4j.dom.common.SecretKeyCallbackHandler
 
setOutboundSecret(byte[]) - Method in class org.apache.wss4j.stax.test.utils.SecretKeyCallbackHandler
 
setPassword(Object, String) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
setProperty(Object, String, Object) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
setResource(String) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setResource(String) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setSamlVersion(Version) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setSecret(byte[]) - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
setSessionNotOnOrAfter(Instant) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setSignAssertion(boolean) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setSignAssertion(boolean) - Method in class org.apache.wss4j.stax.test.saml.SAML1CallbackHandler
 
setSignAssertion(boolean) - Method in class org.apache.wss4j.stax.test.saml.SAML2CallbackHandler
 
setSignAssertion(boolean) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setStatement(AbstractSAMLCallbackHandler.Statement) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setStatement(SAMLCallbackHandlerImpl.Statement) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setSubjectConfirmationData(SubjectConfirmationDataBean) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setSubjectConfirmationData(SubjectConfirmationDataBean) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setSubjectConfirmationNameID(NameIDBean) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setSubjectLocality(String, String) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setSubjectLocality(String, String) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setSubjectName(String) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setSubjectName(String) - Method in class org.apache.wss4j.dom.common.SAML2CallbackHandler
 
setSubjectName(String) - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
setSubjectName(String) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setSubjectNameIDFormat(String) - Method in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
setSubjectNameIDFormat(String) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setSubjectQualifier(String) - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
setSubjectQualifier(String) - Method in class org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl
 
setup() - Static method in class org.apache.wss4j.common.crypto.MerlinTest
 
setup() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
setup() - Static method in class org.apache.wss4j.stax.test.VulnerabliltyVectorsDecompressedBytesTest
 
setUp() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
setUp() - Method in class org.apache.wss4j.dom.message.EncryptionCRLTest
Setup method
setUp() - Method in class org.apache.wss4j.dom.message.EncryptionGCMTest
Setup method
setUp() - Method in class org.apache.wss4j.dom.message.EncryptionTest
Setup method
setUp() - Method in class org.apache.wss4j.dom.message.SymmetricSignatureTest
Setup method
setUp() - Static method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
 
setUp() - Static method in class org.apache.wss4j.policy.stax.test.AbstractPolicyTestBase
 
setUp() - Static method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
setUp() - Static method in class org.apache.wss4j.stax.test.InboundWSSecurityContextImplTest
 
setUp() - Static method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
setUsername(String) - Method in class org.apache.wss4j.stax.test.CallbackHandlerImpl
 
signAssertion - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
SignatureAKITest - Class in org.apache.wss4j.dom.message
A set of test-cases for signing and verifying SOAP requests using the Merlin AKI Crypto implementation.
SignatureAKITest() - Constructor for class org.apache.wss4j.dom.message.SignatureAKITest
 
SignatureAlgorithmSuiteTest - Class in org.apache.wss4j.dom.message
A set of test-cases for signing and verifying SOAP requests when specifying an AlgorithmSuite policy.
SignatureAlgorithmSuiteTest() - Constructor for class org.apache.wss4j.dom.message.SignatureAlgorithmSuiteTest
 
SignatureCertConstaintsTest - Class in org.apache.wss4j.stax.test
A set of test-cases for signing and verifying SOAP requests, where the certificate used to verify the signature is validated against a set of cert constraints.
SignatureCertConstaintsTest() - Constructor for class org.apache.wss4j.stax.test.SignatureCertConstaintsTest
 
SignatureCertConstraintsTest - Class in org.apache.wss4j.dom.message
A set of test-cases for signing and verifying SOAP requests, where the certificate used to verify the signature is validated against a set of cert constraints.
SignatureCertConstraintsTest() - Constructor for class org.apache.wss4j.dom.message.SignatureCertConstraintsTest
 
SignatureCertTest - Class in org.apache.wss4j.dom.message
This is a test for WSS-40.
SignatureCertTest() - Constructor for class org.apache.wss4j.dom.message.SignatureCertTest
 
signatureConfirmation(RequestData, WSHandlerResult) - Method in class org.apache.wss4j.dom.common.CustomHandler
 
SignatureConfirmationTest - Class in org.apache.wss4j.dom.handler
A set of test-cases for SignatureConfirmation.
SignatureConfirmationTest - Class in org.apache.wss4j.stax.test
 
SignatureConfirmationTest() - Constructor for class org.apache.wss4j.dom.handler.SignatureConfirmationTest
 
SignatureConfirmationTest() - Constructor for class org.apache.wss4j.stax.test.SignatureConfirmationTest
 
SignatureCRLTest - Class in org.apache.wss4j.dom.message
This is a test for Certificate Revocation List checking.
SignatureCRLTest - Class in org.apache.wss4j.stax.test
This is a test for Certificate Revocation List checking.
SignatureCRLTest() - Constructor for class org.apache.wss4j.dom.message.SignatureCRLTest
 
SignatureCRLTest() - Constructor for class org.apache.wss4j.stax.test.SignatureCRLTest
 
SignatureEncryptionTest - Class in org.apache.wss4j.dom.message
A set of tests for combined signature/encryption, verification/decryption.
SignatureEncryptionTest - Class in org.apache.wss4j.stax.test
 
SignatureEncryptionTest() - Constructor for class org.apache.wss4j.dom.message.SignatureEncryptionTest
 
SignatureEncryptionTest() - Constructor for class org.apache.wss4j.stax.test.SignatureEncryptionTest
 
SignatureIssuerCertConstaintsTest - Class in org.apache.wss4j.stax.test
A set of test-cases for signing and verifying SOAP requests, where the certificate used to verify the signature is validated against a set of cert constraints.
SignatureIssuerCertConstaintsTest() - Constructor for class org.apache.wss4j.stax.test.SignatureIssuerCertConstaintsTest
 
SignatureIssuerCertConstraintsTest - Class in org.apache.wss4j.dom.message
A set of test-cases for signing and verifying SOAP requests, where the issuer of the certificate used to verify the signature is validated against a set of cert constraints.
SignatureIssuerCertConstraintsTest() - Constructor for class org.apache.wss4j.dom.message.SignatureIssuerCertConstraintsTest
 
SignatureKeyValueTest - Class in org.apache.wss4j.dom.message
This class tests signing where the the public key is transmitted in the message via a ds:KeyInfo/ds:KeyValue element.
SignatureKeyValueTest() - Constructor for class org.apache.wss4j.dom.message.SignatureKeyValueTest
 
SignaturePartsTest - Class in org.apache.wss4j.dom.message
This is some unit tests for signing using signature parts.
SignaturePartsTest() - Constructor for class org.apache.wss4j.dom.message.SignaturePartsTest
 
SignaturePrefixListTest - Class in org.apache.wss4j.dom.message
A test-case for WSS-626 - "Duplicates in the PrefixList".
SignaturePrefixListTest - Class in org.apache.wss4j.stax.test
A test-case for WSS-626 - "Duplicates in the PrefixList".
SignaturePrefixListTest() - Constructor for class org.apache.wss4j.dom.message.SignaturePrefixListTest
 
SignaturePrefixListTest() - Constructor for class org.apache.wss4j.stax.test.SignaturePrefixListTest
 
SignatureProviderTest - Class in org.apache.wss4j.dom.message
A set of test-cases for signing and verifying SOAP requests using a specific provider
SignatureProviderTest() - Constructor for class org.apache.wss4j.dom.message.SignatureProviderTest
 
SignatureTest - Class in org.apache.wss4j.dom.message
A set of test-cases for signing and verifying SOAP requests.
SignatureTest - Class in org.apache.wss4j.stax.test
 
SignatureTest() - Constructor for class org.apache.wss4j.dom.message.SignatureTest
 
SignatureTest() - Constructor for class org.apache.wss4j.stax.test.SignatureTest
 
SignatureUTAliasTest - Class in org.apache.wss4j.dom.handler
This is a test for WSS-194 - "Support overriding KeyStore alias for signature so that it can be different than user name used for UsernameToken".
SignatureUTAliasTest() - Constructor for class org.apache.wss4j.dom.handler.SignatureUTAliasTest
 
SignatureWSS651Test - Class in org.apache.wss4j.dom.message
Test signing with an existing wsu namespace defined with a different prefix to "wsu"
SignatureWSS651Test() - Constructor for class org.apache.wss4j.dom.message.SignatureWSS651Test
 
SignedBSTTest - Class in org.apache.wss4j.dom.message
This is a test for signing the SOAP Body as well as the BinarySecurityToken that contains the certificate used to verify the signature.
SignedBSTTest() - Constructor for class org.apache.wss4j.dom.message.SignedBSTTest
 
SignedElementsTest - Class in org.apache.wss4j.policy.stax.test
 
SignedElementsTest - Class in org.apache.wss4j.policy.tests
 
SignedElementsTest() - Constructor for class org.apache.wss4j.policy.stax.test.SignedElementsTest
 
SignedElementsTest() - Constructor for class org.apache.wss4j.policy.tests.SignedElementsTest
 
SignedPartsTest - Class in org.apache.wss4j.policy.stax.test
 
SignedPartsTest - Class in org.apache.wss4j.policy.tests
 
SignedPartsTest() - Constructor for class org.apache.wss4j.policy.stax.test.SignedPartsTest
 
SignedPartsTest() - Constructor for class org.apache.wss4j.policy.tests.SignedPartsTest
 
SignedSamlTokenHOKTest - Class in org.apache.wss4j.dom.saml
Test-case for sending and processing a signed (holder-of-key) SAML Assertion.
SignedSamlTokenHOKTest() - Constructor for class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
 
signWithEcdsaAlgorithmSHA1() - Method in class org.apache.wss4j.dom.saml.SamlAlgorithmSuiteTest
 
signWithEcdsaAlgorithmSHA256() - Method in class org.apache.wss4j.dom.saml.SamlAlgorithmSuiteTest
 
SKISignatureTest - Class in org.apache.wss4j.dom.message
WS-Security Test Case for SubjectKeyIdentifier.
SKISignatureTest() - Constructor for class org.apache.wss4j.dom.message.SKISignatureTest
 
SKITest - Class in org.apache.wss4j.common.crypto
This is a test for WSS-300 - "SubjectKeyIdentifier (SKI) incorrectly calculated for 2048-bit RSA key".
SKITest() - Constructor for class org.apache.wss4j.common.crypto.SKITest
 
SOAPUtil - Class in org.apache.wss4j.common.util
 
SOAPUtil() - Constructor for class org.apache.wss4j.common.util.SOAPUtil
 
SpnegoContextTokenTest - Class in org.apache.wss4j.policy.stax.test
 
SpnegoContextTokenTest - Class in org.apache.wss4j.policy.tests
 
SpnegoContextTokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.SpnegoContextTokenTest
 
SpnegoContextTokenTest() - Constructor for class org.apache.wss4j.policy.tests.SpnegoContextTokenTest
 
statement - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
StAX2DOM - Class in org.apache.wss4j.stax.test.utils
 
StAX2DOM() - Constructor for class org.apache.wss4j.stax.test.utils.StAX2DOM
 
STRSignatureTest - Class in org.apache.wss4j.dom.message
WS-Security Test Case for signature creation/validation using the SecurityTokenReference transform.
STRSignatureTest() - Constructor for class org.apache.wss4j.dom.message.STRSignatureTest
 
subjectConfirmationData - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
subjectConfirmationNameID - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
subjectLocalityDnsAddress - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
subjectLocalityIpAddress - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
subjectName - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
subjectNameIDFormat - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
subjectQualifier - Variable in class org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler
 
SupportingTokensTest - Class in org.apache.wss4j.policy.stax.test
 
SupportingTokensTest - Class in org.apache.wss4j.policy.tests
 
SupportingTokensTest() - Constructor for class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
SupportingTokensTest() - Constructor for class org.apache.wss4j.policy.tests.SupportingTokensTest
 
SymmetricBindingTest - Class in org.apache.wss4j.policy.stax.test
 
SymmetricBindingTest - Class in org.apache.wss4j.policy.tests
 
SymmetricBindingTest() - Constructor for class org.apache.wss4j.policy.stax.test.SymmetricBindingTest
 
SymmetricBindingTest() - Constructor for class org.apache.wss4j.policy.tests.SymmetricBindingTest
 
SymmetricSignatureTest - Class in org.apache.wss4j.dom.message
Test symmetric key signature created using an encrypted key Demonstrates that Signature Crypto object can have null values when calling processSecurityHeader method of WSSecurityEngine.
SymmetricSignatureTest() - Constructor for class org.apache.wss4j.dom.message.SymmetricSignatureTest
 

T

tearDown() - Static method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
 
test_publicURIReferenceDOS() - Method in class org.apache.wss4j.stax.test.VulnerabliltyVectorsTest
Since we don't support (yet) external URI refs this shouldn't be a problem.
testAccessors() - Method in class org.apache.wss4j.dom.message.token.ReferenceTest
 
testAdditionalEncryptedDataWithEmbeddedEncryptedKeyInWsseHeader() - Method in class org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
 
testAddSAML1AndSign() - Method in class org.apache.wss4j.dom.saml.SamlTokenCustomSignatureTest
 
testAddSAML1AndSignAction() - Method in class org.apache.wss4j.dom.saml.SamlTokenCustomSignatureTest
 
testAES128GCM() - Method in class org.apache.wss4j.dom.message.EncryptionGCMTest
 
testAES192GCM_RSAOAEP_SHA256_MGFSHA256() - Method in class org.apache.wss4j.dom.message.EncryptionGCMTest
 
testAES256GCM() - Method in class org.apache.wss4j.dom.message.EncryptionGCMTest
 
testAES256GCMAlgorithmSuitePolicy() - Method in class org.apache.wss4j.policy.stax.test.AlgorithmSuiteTest
 
testAlgorithmSuite() - Method in class org.apache.wss4j.policy.tests.AlgorithmSuiteTest
 
testAlgorithmSuitePolicy() - Method in class org.apache.wss4j.policy.stax.test.AlgorithmSuiteTest
 
testAlgorithmSuitePolicyAlternatives() - Method in class org.apache.wss4j.policy.stax.test.AlgorithmSuiteTest
 
testAlgorithmSuitePolicyAlternativesNegative() - Method in class org.apache.wss4j.policy.stax.test.AlgorithmSuiteTest
 
testAlgorithmSuitePolicyMultipleAssertionEventsNegative() - Method in class org.apache.wss4j.policy.stax.test.AlgorithmSuiteTest
 
testAlgorithmSuitePolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.AlgorithmSuiteTest
 
testAliasNotAllowed() - Method in class org.apache.wss4j.dom.components.crypto.CertificateStoreTest
 
testAssertionAction() - Method in class org.apache.wss4j.dom.saml.SamlTokenActionTest
 
testAssertionActionWithSAAJ() - Method in class org.apache.wss4j.dom.saml.SamlTokenActionTest
 
testAssertionBelowSTR() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
WS-Security Test Case for WSS-178 - "signature verification failure of signed saml token due to "The Reference for URI (bst-saml-uri) has no XMLSignatureInput".
testAssertionWithSignatureAction() - Method in class org.apache.wss4j.dom.saml.SamlTokenActionTest
 
testAssertionWrapper() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testAssertionWrapperNoDocument() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testAsymmetricBinding() - Method in class org.apache.wss4j.policy.tests.AsymmetricBindingTest
 
testAsymmetricBindingC31a() - Method in class org.apache.wss4j.policy.stax.test.WSP13SpecTest
 
testAsymmetricDoubleEncryption() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testAsymmetricDoubleSignature() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testAsymmetricEncryption() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testAsymmetricEncryptionIncludeToken() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testAsymmetricSignature() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testAsymmetricSignatureEncryption() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testBadAttribute() - Method in class org.apache.wss4j.dom.message.EncryptionTest
 
testBadInterop() - Method in class org.apache.wss4j.dom.components.crypto.CryptoProviderTest
Test loading a certificate using BouncyCastle, and using it to encrypt a message, but decrypt the message using the Java Keystore provider.
testBadLocalname() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
Test encrypting a custom SOAP header with a bad localname
testBadLocalname() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
Test signing a custom SOAP header with a bad localname
testBadNamespace() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
Test encrypting a custom SOAP header with a bad namespace
testBadNamespace() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
Test signing a custom SOAP header with a bad namespace
testBadRSAKeyValue() - Method in class org.apache.wss4j.dom.message.SignatureKeyValueTest
Failed RSAKeyValue test, where a message is signed using a key-pair which doesn't correspond to the public key in the "trust"-store.
testBadUserSignature() - Method in class org.apache.wss4j.dom.message.UTSignatureTest
Test using a UsernameToken derived key for signing a SOAP body.
testBadValueType() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test using a UsernameToken derived key for encrypting a SOAP body.
testBinarySecurityToken() - Method in class org.apache.wss4j.dom.misc.PrincipalTest
Test the principal that is created after processing (and explicitly validating) a BinarySecurityToken.
testBouncyCastlePKCS12() - Method in class org.apache.wss4j.common.crypto.SKITest
 
testBouncyCastleSignature() - Method in class org.apache.wss4j.dom.message.SignatureProviderTest
 
testBSTPKIPathSignature() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs and verifies a WS-Security envelope
testBSTSignature() - Method in class org.apache.wss4j.dom.message.SignatureCertConstraintsTest
The test uses the BinarySecurityToken key identifier type.
testBSTSignature() - Method in class org.apache.wss4j.dom.message.SignatureIssuerCertConstraintsTest
The test uses the BinarySecurityToken key identifier type.
testBSTSignature() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs and verifies a WS-Security envelope
testBSTSignature() - Method in class org.apache.wss4j.stax.test.SignatureCertConstaintsTest
 
testBSTSignature() - Method in class org.apache.wss4j.stax.test.SignatureIssuerCertConstaintsTest
 
testBSTSignaturePKIPath() - Method in class org.apache.wss4j.dom.message.SignatureCertConstraintsTest
The test uses the BinarySecurityToken key identifier type.
testBSTSignaturePKIPath() - Method in class org.apache.wss4j.dom.message.SignatureIssuerCertConstraintsTest
The test uses the BinarySecurityToken key identifier type.
testBSTSignaturePKIPath() - Method in class org.apache.wss4j.stax.test.SignatureCertConstaintsTest
 
testBSTSignaturePKIPath() - Method in class org.apache.wss4j.stax.test.SignatureIssuerCertConstaintsTest
 
testBuild() - Method in class org.apache.wss4j.dom.message.SecurityContextTokenTest
 
testBytePerByte() - Method in class org.apache.wss4j.common.attachment.CRLFOutputStreamTest
 
testBytes() - Method in class org.apache.wss4j.common.attachment.CRLFOutputStreamTest
 
testBytes1() - Method in class org.apache.wss4j.common.attachment.CRLFOutputStreamTest
 
testC14NAlgorithmSuiteNegative() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testC14NAlgorithmSuiteNegative() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testC14nMethod() - Method in class org.apache.wss4j.dom.message.SignatureAlgorithmSuiteTest
 
testC14nMethod() - Method in class org.apache.wss4j.dom.saml.SamlAlgorithmSuiteTest
 
testCommentInSOAPBody() - Method in class org.apache.wss4j.dom.message.SignatureTest
 
testCompressedEncDecryption() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testConfigurationProperties() - Method in class org.apache.wss4j.stax.test.ConfigurationPropertiesTest
 
testConstructor() - Method in class org.apache.wss4j.dom.message.token.ReferenceTest
 
testContentEncryptedElements() - Method in class org.apache.wss4j.policy.tests.ContentEncryptedElementsTest
 
testCreateBinarySecurityToken() - Method in class org.apache.wss4j.dom.message.token.BSTKerberosTest
A unit test for creating BinarySecurityTokens
testCreatedSeconds() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an Timestamp where it contains a Created element with seconds > 60.
testCreatedValueType() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an Timestamp where it contains a Created element with a ValueType.
testCrypto() - Method in class org.apache.wss4j.dom.components.crypto.CryptoTest
 
testCryptoFactoryMerlin() - Method in class org.apache.wss4j.dom.components.crypto.CryptoTest
 
testCryptoFactoryMerlinDevice() - Method in class org.apache.wss4j.dom.components.crypto.CryptoTest
 
testCustomAction() - Method in class org.apache.wss4j.dom.handler.CustomActionProcessorTest
Test to see that a custom action configured through a WSSConfig instance is called
testCustomActionObject() - Method in class org.apache.wss4j.dom.handler.CustomActionProcessorTest
Test to see that a custom action object configured through a WSSConfig instance is called
testCustomCrypto() - Method in class org.apache.wss4j.dom.components.crypto.CryptoTest
Ensure that we can load a custom crypto implementation using a Map
testCustomElement() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an Timestamp where it contains a CustomElement.
testCustomKeyInfoElementCreation() - Method in class org.apache.wss4j.dom.message.SignatureTest
 
testCustomSTR() - Method in class org.apache.wss4j.dom.message.SignatureTest
Create a signature that uses a custom SecurityTokenReference.
testCustomToken() - Method in class org.apache.wss4j.dom.message.token.BinarySecurityTokenTest
A unit test for a custom BinarySecurityToken
testCustomTokenTimestamp() - Method in class org.apache.wss4j.dom.handler.CustomTokenTest
 
testCustomUserProcessor() - Method in class org.apache.wss4j.dom.handler.CustomActionProcessorTest
Test to see that a custom processor configured through a WSSConfig instance is called
testCustomUserProcessorObject() - Method in class org.apache.wss4j.dom.handler.CustomActionProcessorTest
Test to see that a custom processor (object) configured through a WSSConfig instance is called
testDataRefEncryptedKeyProcessor() - Method in class org.apache.wss4j.dom.processor.EncryptedKeyDataRefTest
Test that check for correct WSDataRef object from EncryptedKey Processor
testDataRefReferenceListProcessor() - Method in class org.apache.wss4j.dom.processor.ReferenceListDataRefTest
Test that check for correct WSDataRef object from ReferenceList Processor
testDecodeCustomAction() - Method in class org.apache.wss4j.dom.handler.CustomActionProcessorTest
Test to see that a custom action can be configured via WSSecurityUtil.decodeAction.
testDecryption() - Method in class org.apache.wss4j.dom.message.PasswordEncryptorTest
 
testDecryptionReferenceListOutsideEncryptedKey() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testDecryptionWSHandler() - Method in class org.apache.wss4j.dom.message.PasswordEncryptorTest
 
testDefaultConfigurationInbound() - Method in class org.apache.wss4j.stax.test.SignatureConfirmationTest
 
testDefaultConfigurationInbound() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testDefaultConfigurationInboundUnsignedConfirmation() - Method in class org.apache.wss4j.stax.test.SignatureConfirmationTest
 
testDefaultConfigurationOutbound() - Method in class org.apache.wss4j.stax.test.SignatureConfirmationTest
 
testDefaultConfigurationOutbound() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testDeprecatedEncryptionAction() - Method in class org.apache.wss4j.dom.util.WSSecurityUtilTest
 
testDeprecatedEncryptionDerivedAction() - Method in class org.apache.wss4j.dom.util.WSSecurityUtilTest
 
testDeprecatedEncryptionHandlerAction() - Method in class org.apache.wss4j.dom.util.WSSecurityUtilTest
 
testDeprecatedEncryptionHandlerDerivedAction() - Method in class org.apache.wss4j.dom.util.WSSecurityUtilTest
 
testDerivedEncryptedSOAPBody() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testDerivedKeyBadUserEncryption() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test using a UsernameToken derived key for encrypting a SOAP body.
testDerivedKeyBadUserSignature() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test using a UsernameToken derived key for signing a SOAP body.
testDerivedKeyChangedEncryption() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test using a UsernameToken derived key for encrypting a SOAP body.
testDerivedKeyChangedSignature() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test using a UsernameToken derived key for signing a SOAP body.
testDerivedKeyEncryption() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test using a UsernameToken derived key for encrypting a SOAP body
testDerivedKeyEncryptionWithEncodedPassword() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test using a UsernameToken derived key for encrypting a SOAP body
testDerivedKeyInitiatorTokenPolicy() - Method in class org.apache.wss4j.policy.stax.test.DerivedKeyTests
 
testDerivedKeyInitiatorTokenPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.DerivedKeyTests
 
testDerivedKeyRecipientTokenPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.DerivedKeyTests
 
testDerivedKeySignature() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test using a UsernameToken derived key for signing a SOAP body
testDerivedKeySignatureWithEncodedPassword() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test using a UsernameToken derived key for signing a SOAP body
testDerivedKeySupportingTokenPolicy() - Method in class org.apache.wss4j.policy.stax.test.DerivedKeyTests
 
testDerivedKeySupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.DerivedKeyTests
 
testDerivedKeySupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.DerivedKeyTests
 
testDerivedKeySupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.DerivedKeyTests
 
testDerivedKeySupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.DerivedKeyTests
 
testDerivedKeySupportingTokenPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.DerivedKeyTests
 
testDerivedKeyWithEncodedPasswordBaseline() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test for encoded passwords.
testDerivedSignedSOAPBody() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testDigestMethod() - Method in class org.apache.wss4j.dom.message.SignatureAlgorithmSuiteTest
 
testDisallowMD5Algorithm() - Method in class org.apache.wss4j.stax.test.VulnerabliltyVectorsTest
 
testDisallowRSA15Algorithm() - Method in class org.apache.wss4j.stax.test.VulnerabliltyVectorsTest
Test if the RSA 1.5 key transport algorithm will be rejected by default.
testDoubleTimestamp() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testDoubleX509SignatureIS() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs (twice) and verifies a WS-Security envelope.
testDoubleX509SignatureThumb() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs (twice) and verifies a WS-Security envelope.
testDSAKeyValue() - Method in class org.apache.wss4j.dom.message.SignatureKeyValueTest
Successful DSAKeyValue test.
testDSAKeyValue() - Method in class org.apache.wss4j.stax.test.PrincipalTest
 
testDSASignedSAML11Assertion() - Method in class org.apache.wss4j.dom.saml.SamlAlgorithmSuiteTest
 
testDuplicateActions() - Method in class org.apache.wss4j.stax.test.MultipleActionTest
 
testDuplicateActor() - Method in class org.apache.wss4j.dom.misc.SecurityHeaderTest
Test for processing multiple security headers with the same actor
testDuplicatedSignedSAMLAssertion() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test a duplicated signed SAML Assertion.
testDuplicatedSignedUsernameToken() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test a duplicated signed UsernameToken
testDuplicateNullActor() - Method in class org.apache.wss4j.dom.misc.SecurityHeaderTest
Test for processing multiple security headers with the same (null) actor
testDuplicatePrefixListValues() - Method in class org.apache.wss4j.dom.message.SignaturePrefixListTest
 
testDuplicatePrefixListValues() - Method in class org.apache.wss4j.stax.test.SignaturePrefixListTest
 
testDynamicCrypto() - Method in class org.apache.wss4j.dom.components.crypto.CryptoTest
Test that we can sign and verify a signature using dynamically loaded keystores/truststore
testECKeyValue() - Method in class org.apache.wss4j.dom.message.SignatureKeyValueTest
Successful ECKeyValue test.
testECKeyValue() - Method in class org.apache.wss4j.stax.test.PrincipalTest
 
testEhCacheCloseCacheTwice() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testEhCacheDifferentCaches() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testEhCacheReplayCache() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testEhCacheReplayCacheHugeExpiry() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testEhCacheReplayCacheNegativeExpiry() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testEhCacheReplayCacheNoExpirySpecified() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testEhCacheReplayCacheNoPath() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testEhCacheReplayedSAML2() - Method in class org.apache.wss4j.dom.message.ReplayTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion.
testEhCacheReplayedSAML2() - Method in class org.apache.wss4j.stax.test.ReplayTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion.
testEhCacheReplayedSAML2OneTimeUse() - Method in class org.apache.wss4j.dom.message.ReplayTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a OneTimeUse Element
testEhCacheReplayedSAML2OneTimeUse() - Method in class org.apache.wss4j.stax.test.ReplayTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a OneTimeUse Element
testEhCacheReplayedTimestamp() - Method in class org.apache.wss4j.dom.message.ReplayTest
 
testEhCacheReplayedTimestampBelowSignature() - Method in class org.apache.wss4j.dom.message.ReplayTest
 
testEhCacheReplayedTimestampNoExpires() - Method in class org.apache.wss4j.dom.message.ReplayTest
 
testEhCacheReplayedUsernameToken() - Method in class org.apache.wss4j.dom.message.ReplayTest
 
testElementoEncryptNotFound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testElementToSignNotFound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testEmbeddedEncryptedKey() - Method in class org.apache.wss4j.dom.message.EncryptionTest
In this test an EncryptedKey structure is embedded in the EncryptedData structure.
testEmbeddedSTRChild() - Method in class org.apache.wss4j.dom.message.token.SecurityTokenReferenceTest
Test for a SecurityTokenReference having an Embedded Child, which in turn has a SecurityTokenReference child.
testEmptyPasswordProcessing() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that processes a UserNameToken with an empty password
testEncDecryptionCryptoPropertiesInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionCryptoPropertiesOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionCryptoPropertiesOutbound() - Method in class org.apache.wss4j.stax.test.PasswordEncryptorTest
 
testEncDecryptionDefaultConfigurationInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionDefaultConfigurationOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierBinarySecurityTokenDirectReferenceInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierBinarySecurityTokenDirectReferenceOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierIssuerSerialInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierIssuerSerialOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierSHA1Inbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierSHA1Outbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierSubjectKeyInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierSubjectKeyOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierThumbprintInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierThumbprintOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierX509KeyInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionKeyIdentifierX509KeyOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
not possible with swssf atm
testEncDecryptionPartsContentInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionPartsContentOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionPartsElementInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionPartsElementOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionPartsHeaderInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionPartsHeaderOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionPropertiesInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionPropertiesOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionSuperEncryptionInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncDecryptionUseReqSigCert() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testEncDecryptionUseThisCert() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncryptBeforeSigningNegativeTest() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testEncryptedDataInHeader() - Method in class org.apache.wss4j.dom.message.EncryptedDataInHeaderTest
 
testEncryptedDataSecurityHeaderAppendedReferenceInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncryptedDataSecurityHeaderPrependedReferenceInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncryptedDataSecurityHeaderWithoutReferenceInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testEncryptedDataTokenSecurityHeaderWithoutReferenceInbound() - Method in class org.apache.wss4j.stax.test.SignatureEncryptionTest
 
testEncryptedElements() - Method in class org.apache.wss4j.policy.tests.EncryptedElementsTest
 
testEncryptedFaultInbound() - Method in class org.apache.wss4j.stax.test.FaultTest
 
testEncryptedHeaderAsEncryptedData() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testEncryptedHeaderasEncryptedHeader() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testEncryptedKeyRefAndDuplicatedEncDataAfterWsseWrapperBody() - Method in class org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
 
testEncryptedKeyRefAndDuplicatedEncDataInExternalWrapperElement() - Method in class org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
 
testEncryptedKeyRefAndDuplicatedEncDataInWsseHeader() - Method in class org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
 
testEncryptedKeyRefAndDuplicatedEncDataInWsseWrapperBody() - Method in class org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
 
testEncryptedKeyRefAndDuplicatedEncDataInWsseWrapperHeader() - Method in class org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
 
testEncryptedKeySignature() - Method in class org.apache.wss4j.dom.message.SignatureEncryptionTest
Test signature created using an encrypted key SOAP Body is signed and encrypted.
testEncryptedKeySignature() - Method in class org.apache.wss4j.dom.message.SymmetricSignatureTest
Test that first signs, then encrypts a WS-Security envelope.
testEncryptedParts12() - Method in class org.apache.wss4j.policy.tests.EncryptedPartsTest
 
testEncryptedParts13() - Method in class org.apache.wss4j.policy.tests.EncryptedPartsTest
 
testEncryptedPassword() - Method in class org.apache.wss4j.dom.message.PasswordEncryptorTest
 
testEncryptedSignatureC14NInclusivePartsOutbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testEncryptedSignedSOAPBodyViaHandler() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testEncryptedSOAPBody() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testEncryptedSOAPBody() - Method in class org.apache.wss4j.stax.test.XOPAttachmentTest
 
testEncryptedSOAPBodyURLEncoding() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testEncryption() - Method in class org.apache.wss4j.dom.message.CertErrorTest
Test for when a bad certificate is used for Encryption
testEncryption() - Method in class org.apache.wss4j.dom.message.EncryptionAlgorithmSuiteTest
 
testEncryptionAction() - Method in class org.apache.wss4j.stax.test.OutputChainTest
 
testEncryptionAlgorithmSuiteNegative() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testEncryptionAlgorithmSuiteNegative() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testEncryptionDecryptionAES128() - Method in class org.apache.wss4j.dom.message.DerivedKeyTest
Test encryption using a DerivedKeyToken using AES128
testEncryptionDecryptionAES128Inbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testEncryptionDecryptionAES128InboundAction(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testEncryptionDecryptionAES128Outbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testEncryptionDecryptionAES256() - Method in class org.apache.wss4j.dom.message.DerivedKeyTest
 
testEncryptionDecryptionOAEP() - Method in class org.apache.wss4j.dom.message.EncryptionTest
Test that encrypt and decrypt a WS-Security envelope.
testEncryptionDecryptionOAEPSHA256() - Method in class org.apache.wss4j.dom.message.EncryptionTest
Test that encrypt and decrypt a WS-Security envelope.
testEncryptionDecryptionOutboundDeprecatedTag(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testEncryptionDecryptionPublicKey() - Method in class org.apache.wss4j.dom.message.EncryptionTest
 
testEncryptionDecryptionRSA15() - Method in class org.apache.wss4j.dom.message.EncryptionTest
Test that encrypt and decrypt a WS-Security envelope.
testEncryptionDecryptionRSA15STR() - Method in class org.apache.wss4j.dom.message.EncryptionTest
Test that encrypt and decrypt a WS-Security envelope.
testEncryptionDecryptionTRIPLEDES() - Method in class org.apache.wss4j.dom.message.DerivedKeyTest
Test encryption using a DerivedKeyToken using TRIPLEDES
testEncryptionDecryptionTRIPLEDESInbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testEncryptionDecryptionTRIPLEDESInboundAction(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testEncryptionDecryptionTRIPLEDESOutbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testEncryptionElementSigning() - Method in class org.apache.wss4j.dom.message.SignatureEncryptionTest
Test that encrypts and then signs a WS-Security envelope (including the encrypted element), then performs verification and decryption
testEncryptionEncryption() - Method in class org.apache.wss4j.dom.message.EncryptionTest
Test that encrypt and then again encrypts (Super encryption) WS-Security envelope and then verifies it
testEncryptionKeyTransportRSA15() - Method in class org.apache.wss4j.dom.message.EncryptionAlgorithmSuiteTest
 
testEncryptionKeyTransportRSA15NoAlgorithmSuite() - Method in class org.apache.wss4j.dom.message.EncryptionAlgorithmSuiteTest
 
testEncryptionMethodAES128() - Method in class org.apache.wss4j.dom.message.EncryptionAlgorithmSuiteTest
 
testEncryptionPartDOMElement() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
Test getting a DOM Element from WSEncryptionPart directly
testEncryptionSCT() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testEncryptionSHA1Symmetric() - Method in class org.apache.wss4j.dom.message.EncryptionTest
Test that encrypts using EncryptedKeySHA1, where it uses a symmetric key, rather than a generated session key which is then encrypted using a public key.
testEncryptionSHA1SymmetricBytesHandler() - Method in class org.apache.wss4j.dom.message.EncryptionTest
Test that encrypts using EncryptedKeySHA1, where it uses a symmetric key, rather than a generated session key which is then encrypted using a public key.
testEncryptionSignatureSecurityContextToken() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testEncryptionSignatureSymmetricOutbound() - Method in class org.apache.wss4j.stax.test.SignatureEncryptionTest
 
testEncryptionSignatureThumbprintSHA1() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testEncryptionSigning() - Method in class org.apache.wss4j.dom.message.SignatureEncryptionTest
Test that encrypts and then signs a WS-Security envelope, then performs verification and decryption
testEncryptionSigningHandler() - Method in class org.apache.wss4j.dom.message.SignatureEncryptionTest
 
testEncryptionSymmetricOutbound() - Method in class org.apache.wss4j.stax.test.SignatureEncryptionTest
 
testEncryptionThumbprintAES256() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testEncryptionThumbprintSHA1() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testEncryptionWithOutRevocationCheck() - Method in class org.apache.wss4j.dom.message.EncryptionCRLTest
Test that encrypts without certificate revocation check so it should pass
testEncryptionWithOutRevocationCheck() - Method in class org.apache.wss4j.stax.test.EncryptionCRLTest
 
testEncryptionWithRegexpCert() - Method in class org.apache.wss4j.dom.message.EncryptionTest
 
testEncryptionWithRevocationCheck() - Method in class org.apache.wss4j.dom.message.EncryptionCRLTest
Test that encrypts with certificate revocation check so it should fail
testEncryptionWithRevocationCheck() - Method in class org.apache.wss4j.stax.test.EncryptionCRLTest
TODO Re-enable once CRL issue fixed
testEncryptSignature() - Method in class org.apache.wss4j.dom.message.DerivedKeyTest
 
testEncryptSignatureInbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testEncryptSignatureInboundAction(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testEncryptSignatureTimestampOrder() - Method in class org.apache.wss4j.dom.message.SignatureTest
 
testEntireHeaderAndBodySignature() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testEntireHeaderAndBodySignatureNegative() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testEntireHeaderAndBodySignatureNegative2() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testEquals() - Method in class org.apache.wss4j.dom.message.token.DerivedKeyTokenTest
 
testEquals() - Method in class org.apache.wss4j.dom.message.token.ReferenceTest
 
testExceptionOnElementToEncryptNotFound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testExceptionOnElementToSignNotFound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testExpiredCert() - Method in class org.apache.wss4j.dom.message.SignatureCertTest
 
testExpiredCertInKeystore() - Method in class org.apache.wss4j.dom.message.SignatureCertTest
 
testExpiredTimestamp() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an expired Timestamp.
testExpiredTimestamp() - Method in class org.apache.wss4j.dom.validate.ValidatorTest
This is a test for processing an expired Timestamp.
testExpiresBeforeCreated() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an Timestamp where the "Created" element is greater than the expiration time.
testExpiresInFrontOfCreated() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an Timestamp where it contains an "Expires" element before the Created element.
testExpirySpecified() - Method in class org.apache.wss4j.common.cache.EHCacheExpiryTest
 
testExpirySpecified2() - Method in class org.apache.wss4j.common.cache.EHCacheExpiryTest
 
testExtractKeyIdentifiers() - Method in class org.apache.wss4j.common.crypto.AuthorityKeyIdentifierTest
 
testFailedAuthentication() - Method in class org.apache.wss4j.dom.misc.FaultCodeTest
Test for the wsse:FailedAuthentication faultcode.
testFailedCheck() - Method in class org.apache.wss4j.dom.misc.FaultCodeTest
Test for the wsse:FailedCheck faultcode.
testFutureCreated() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an Timestamp where the "Created" element is in the future.
testFutureCreated() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
This is a test for processing a UsernameToken where the "Created" element is in the future.
testFutureCreated() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
This is a test for processing a UsernameToken where the "Created" element is in the future.
testGetCertificateJKS() - Method in class org.apache.wss4j.common.crypto.MerlinTest
 
testGetCertificatePKCS12() - Method in class org.apache.wss4j.common.crypto.MerlinTest
 
testGetPasswordCallbackHandlerRef() - Method in class org.apache.wss4j.dom.handler.WSHandlerGetPasswordTest
A test for WSHandler.getPassword(...), where the password is obtained from a Callback Handler, which is placed on the Message Context using a reference.
testGetPasswordRequestContext() - Method in class org.apache.wss4j.dom.handler.WSHandlerGetPasswordTest
A WSHandler test for WSHandler.getPassword(...), where the password is obtained from the Message Context.
testGetPasswordRequestContextUnit() - Method in class org.apache.wss4j.dom.handler.WSHandlerGetPasswordTest
A unit test for WSHandler.getPassword(...), where the password is obtained from the Message Context.
testGetPrivateKeyJKS() - Method in class org.apache.wss4j.common.crypto.MerlinTest
 
testGetPrivateKeyPKCS12() - Method in class org.apache.wss4j.common.crypto.MerlinTest
 
testHandlerOptionRef() - Method in class org.apache.wss4j.dom.handler.CallbackRefTest
A test for WSHandler.getPassword(...) where the password is obtained from a Callback Handler, which is obtained from the handler options using a ref.
testHandlerSignature() - Method in class org.apache.wss4j.dom.message.UTSignatureTest
Test using a UsernameToken derived key for signing a SOAP body via WSHandler
testHandlerSignatureIterations() - Method in class org.apache.wss4j.dom.message.UTSignatureTest
Test using a UsernameToken derived key for signing a SOAP body via WSHandler
testHashcode() - Method in class org.apache.wss4j.dom.message.token.DerivedKeyTokenTest
 
testHashcode() - Method in class org.apache.wss4j.dom.message.token.ReferenceTest
 
testHOKNoKeyInfo() - Method in class org.apache.wss4j.dom.saml.SamlNegativeTest
Test that creates a signed SAML 1.1 authentication assertion that uses holder-of-key, but does not include a KeyInfo in the Subject, and hence will fail processing.
testHOKNotSigned() - Method in class org.apache.wss4j.dom.saml.SamlNegativeTest
Test that creates a SAML 1.1 authentication assertion that uses holder-of-key, but is not signed, and hence will fail processing.
testHOKNotSignedInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenNegativeTest
 
testHttpsClientAuthenticationIncludeTimestampAndSignedUsernameSupportingTokenPolicy() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testHttpsClientAuthenticationPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testHttpsToken() - Method in class org.apache.wss4j.policy.tests.HttpsTokenTest
 
testHugeExpirySpecified() - Method in class org.apache.wss4j.common.cache.EHCacheExpiryTest
 
testInboundEncryptionConfiguration() - Method in class org.apache.wss4j.stax.test.ConfigurationConverterTest
 
testInboundEncryptionConfigurationOldConfigTag() - Method in class org.apache.wss4j.stax.test.ConfigurationConverterTest
 
testInboundOutboundPW_NONE() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testInboundPW_TEXT() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testInboundRequiredAlgorithm() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testInboundRequiredAlgorithms() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testInboundSign() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testInboundSignatureConfiguration() - Method in class org.apache.wss4j.stax.test.ConfigurationConverterTest
 
testInboundTextNonceCreated() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testIncludedCertificate() - Method in class org.apache.wss4j.dom.handler.UseReqSigCertTest
 
testIncludeTimestampAndProtectionOrderEncryptBeforeSignAndSignedUsernameSupportingTokenPolicyTest() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testIncludeTimestampAndProtectionOrderEncryptBeforeSignAndSignedUsernameSupportingTokenPolicyTest() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testIncludeTimestampAndSignedEncryptedUsernameSupportingTokenPolicy() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testIncludeTimestampAndSignedUsernameSupportingTokenPolicy() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testIncludeTimestampAndSignedUsernameSupportingTokenPolicy() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testIncludeTimestampAndSignedUsernameSupportingTokenPolicyNegativeTest() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testIncludeTimestampAndSignedUsernameSupportingTokenPolicyNegativeTest() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testIncludeTimestampAndSignedUsernameSupportingTokenPolicyNegativeTest_2() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testIncludeTimestampAndSignedUsernameSupportingTokenPolicyNegativeTest2() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testIncludeTimestampPolicy() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testIncludeTimestampPolicy() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testIncludeTimestampPolicy2ndAlternative() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testIncludeTimestampPolicyNegativeTest() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testIncludeTimestampPolicyNegativeTest() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testInitiatorToken() - Method in class org.apache.wss4j.policy.tests.InitiatorTokenTest
 
testInitiatorTokenInclusionAlwaysToRecipientPolicy() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testInitSamlEngine() - Method in class org.apache.wss4j.common.saml.OpenSAMLUtilTest
 
testInterop() - Method in class org.apache.wss4j.dom.components.crypto.CryptoProviderTest
Test loading a certificate using BouncyCastle, and using it to encrypt a message, but decrypt the message using the Java Keystore provider
testInteroperabilityEncryptedSignatureInbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityInbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityInboundReverseOrder() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityInboundSecurityHeaderTimestampOrder() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityInboundSOAP12() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityInvalidSOAPActionInbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityInvalidSOAPActionOutbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityOutbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityOutboundReverseOrder() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityOutboundSignature() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilitySOAPActionInbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilitySOAPActionOutbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilitySOAPRoleInbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilitySOAPRoleOutbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityTwoSecurityHeadersSOAPRoleInbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInteroperabilityTwoSecurityHeadersSOAPRoleOutbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInvalidSecurity() - Method in class org.apache.wss4j.dom.misc.FaultCodeTest
Test for the wsse:InvalidSecurity faultcode.
testInvalidSecurityToken() - Method in class org.apache.wss4j.dom.misc.FaultCodeTest
Test for the wsse:InvalidSecurityToken faultcode.
testInvalidTimestampNoExpires() - Method in class org.apache.wss4j.dom.message.TimestampTest
 
testInvalidXML() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
 
testInvalidXMLAttachmentCmplEncCmplSign() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testInvalidXMLAttachmentCmplEncCmplSign() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testInvalidXMLAttachmentCmplSignCmplEnc() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testInvalidXMLAttachmentCmplSignCmplEnc() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testInvalidXMLAttachmentCompleteEncryption() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testInvalidXMLAttachmentCompleteEncryption() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testInvalidXMLAttachmentCompleteSignature() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testInvalidXMLAttachmentCompleteSignature() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testInvalidXMLAttachmentContentEncryption() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testInvalidXMLAttachmentContentEncryption() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testInvalidXMLAttachmentContentSignature() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testInvalidXMLAttachmentContentSignature() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testIssuedSupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testIssuedSupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testIssuedSupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testIssuedSupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testIssuedToken() - Method in class org.apache.wss4j.policy.tests.IssuedTokenTest
 
testIssuerSerial() - Method in class org.apache.wss4j.dom.handler.UseReqSigCertTest
 
testIssuerSerialSignature() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs and verifies a WS-Security envelope
testKerberosClient() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
Various unit tests for a kerberos client
testKerberosCreationAndProcessing() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
Test using the KerberosSecurity class to retrieve a service ticket from a KDC, wrap it in a BinarySecurityToken, and process it.
testKerberosEncryption() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
Test using the KerberosSecurity class to retrieve a service ticket from a KDC, wrap it in a BinarySecurityToken, and use the session key to encrypt the SOAP Body.
testKerberosEncryptionBSTFirst() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
Test using the KerberosSecurity class to retrieve a service ticket from a KDC, wrap it in a BinarySecurityToken, and use the session key to encrypt the SOAP Body.
testKerberosEncryptionDRCreation() - Method in class org.apache.wss4j.dom.message.token.BSTKerberosTest
A test for encryption using a direct reference to a Kerberos token
testKerberosEncryptionInbound() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
 
testKerberosEncryptionKI() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
Test using the KerberosSecurity class to retrieve a service ticket from a KDC, wrap it in a BinarySecurityToken, and use the session key to encrypt the SOAP Body.
testKerberosEncryptionKICreation() - Method in class org.apache.wss4j.dom.message.token.BSTKerberosTest
A test for encryption using a Key Identifier to a Kerberos token
testKerberosEncryptionKIInbound() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
 
testKerberosEncryptionOutbound() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
 
testKerberosEncryptionOutboundDeprecatedTag() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
 
testKerberosSignature() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
Test using the KerberosSecurity class to retrieve a service ticket from a KDC, wrap it in a BinarySecurityToken, and use the session key to sign the SOAP Body.
testKerberosSignatureDRCreation() - Method in class org.apache.wss4j.dom.message.token.BSTKerberosTest
A test for signing using a direct reference to a Kerberos token
testKerberosSignatureInbound() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
 
testKerberosSignatureKI() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
Test using the KerberosSecurity class to retrieve a service ticket from a KDC, wrap it in a BinarySecurityToken, and use the session key to sign the SOAP Body.
testKerberosSignatureKICreation() - Method in class org.apache.wss4j.dom.message.token.BSTKerberosTest
A test for signing using a KeyIdentifier to a Kerberos token
testKerberosSignatureKIInbound() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
 
testKerberosSignatureOutbound() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
 
testKerberosSupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testKerberosSupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testKerberosSupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testKerberosSupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testKerberosToken() - Method in class org.apache.wss4j.policy.tests.KerberosTokenTest
 
testKeyIdentifier() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Test using a UsernameToken derived key for encrypting a SOAP body.
testKeyIdentifierBadEncodingType() - Method in class org.apache.wss4j.dom.message.token.SecurityTokenReferenceTest
Test for a SecurityTokenReference having a Key Identifier with a bad EncodingType
testKeyIdentifierNoEncodingType() - Method in class org.apache.wss4j.dom.message.token.SecurityTokenReferenceTest
Test for a SecurityTokenReference having a Key Identifier with no EncodingType
testKeyIdentifierNoValueType() - Method in class org.apache.wss4j.dom.message.token.SecurityTokenReferenceTest
Test for a SecurityTokenReference having a Key Identifier with no ValueType
testKeyIdentifierSAMLNoEncodingType() - Method in class org.apache.wss4j.dom.message.token.SecurityTokenReferenceTest
Test for a SecurityTokenReference having a Key Identifier with no EncodingType, but it should pass as the ValueType is for a SAML Assertion.
testKeyValueToken() - Method in class org.apache.wss4j.policy.tests.KeyValueTokenTest
 
testKeyValueTokenSupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testKeyValueTokenSupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testKeyValueTokenSupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testKeyValueTokenSupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testKeyWrappingRSAOAEPAES192GCMSHA384MGF1sha1Inbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testKeyWrappingRSAOAEPAES192GCMSHA384MGF1sha384Outbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
rsa-oaep, Digest:SHA384, MGF:SHA1, PSource: None
testKeyWrappingRSAOAEPAESGCM192SHA256Inbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testKeyWrappingRSAOAEPAESGCM192SHA256Outbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
rsa-oaep-mgf1p, Digest:SHA256, MGF:SHA1, PSource: None
testKeyWrappingRSAOAEPAESGCM192SHA384MGF1SHA384PSourceInbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testKeyWrappingRSAOAEPAESGCM192SHA384MGF1SHA384PSourceOutbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
rsa-oaep, Digest:SHA512, MGF:SHA1, PSource: Specified 8 bytes
testKeyWrappingRSAOAEPMGF1AESGCM128Inbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
 
testKeyWrappingRSAOAEPMGF1AESGCM128Outbound() - Method in class org.apache.wss4j.stax.test.EncDecryptionTest
rsa-oaep-mgf1p, Digest:SHA256, MGF:SHA1, PSource: None
testLayout() - Method in class org.apache.wss4j.policy.tests.LayoutTest
 
testLoadSignaturePropertiesFromFileSystem() - Method in class org.apache.wss4j.dom.message.SignatureTest
 
testLowIterationEncryption() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Unit test for creating a Username Token with an iteration value < 1000 that is used for deriving a key for encryption.
testManualEncryptedSOAPBody() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testMatch() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMaximumAllowedDecompressedBytes() - Method in class org.apache.wss4j.stax.test.VulnerabliltyVectorsDecompressedBytesTest
 
testMaximumAllowedReferencesPerManifest() - Method in class org.apache.wss4j.stax.test.VulnerabliltyVectorsTest
 
testMemoryReplayCache() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testMerlinAKI() - Method in class org.apache.wss4j.common.crypto.AuthorityKeyIdentifierTest
 
testMerlinWithNullProperties() - Method in class org.apache.wss4j.dom.components.crypto.CryptoTest
 
testMessageContextRef() - Method in class org.apache.wss4j.dom.handler.CallbackRefTest
A test for WSHandler.getPassword(...), where the password is obtained from a Callback Handler, which is placed on the Message Context using a reference.
testMessageExpired() - Method in class org.apache.wss4j.dom.misc.FaultCodeTest
Test for the wsse:MessageExpired faultcode.
TestMessageTransformer - Class in org.apache.wss4j.dom.message
Applies message transformations to the tests in org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
TestMessageTransformer() - Constructor for class org.apache.wss4j.dom.message.TestMessageTransformer
 
testMimeHeaderDecodeRfc2184_1() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderDecodeRfc2184_2() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderDecodeRfc2184_3() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderDecodeRfc2184_4() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUncomment_1() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUncomment_2() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUncomment_3() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfold_1() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfold_10() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfold_2() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfold_3() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfold_4() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfold_5() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfold_6() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfold_7() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfold_8() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfold_9() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfoldWS_1() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfoldWS_2() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfoldWS_3() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnfoldWS_4() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnquoteInnerText_1() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMimeHeaderUnquoteInnerText_2() - Method in class org.apache.wss4j.common.attachment.AttachmentTest
 
testMissingAction() - Method in class org.apache.wss4j.dom.handler.ResultsOrderTest
 
testMissingResult() - Method in class org.apache.wss4j.dom.handler.ResultsOrderTest
 
testMixedDoubleEncryption() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testMixedDoubleSignature() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testMixedOrder() - Method in class org.apache.wss4j.dom.handler.ResultsOrderTest
 
testMixedOrder2() - Method in class org.apache.wss4j.dom.handler.ResultsOrderTest
 
testModifiedEncryptedDataCipherValue() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test for when some EncryptedData CipherValue data is modified.
testModifiedEncryptedDataStructure() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test for when an EncryptedData structure is modified
testModifiedEncryptedKeyCipherValue() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test for when some EncryptedKey CipherValue data is modified.
testModifiedEncryptedKeyCipherValue() - Method in class org.apache.wss4j.stax.test.VulnerabliltyVectorsTest
 
testModifiedSecurityHeaderEncryptedDataCipherValue() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test for when some EncryptedData CipherValue data is modified (in the security header)
testModifiedSignature() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test for when the Signature element is modified
testModifiedSignatureReference() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test for when an element that a Signature Reference points to is modified
testMovedElement() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test that signs a SOAP body element "value".
testMovedElementChangedId() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test that signs a SOAP body element "value".
testMultipleAttachmentCompleteEncryption() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testMultipleAttachmentCompleteEncryption() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testMultipleAttachmentCompleteSignature() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testMultipleAttachmentCompleteSignature() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testMultipleCertsWSHandler() - Method in class org.apache.wss4j.dom.message.SignatureCertTest
A test for "SignatureAction does not set DigestAlgorithm on WSSecSignature instance"
testMultipleChildren() - Method in class org.apache.wss4j.dom.message.token.SecurityTokenReferenceTest
Test for a SecurityTokenReference having multiple data references
testMultipleCreated() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an Timestamp where it contains multiple "Created" elements.
testMultipleCreated() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
A test for sending multiple Created elements in the UsernameToken
testMultipleElements() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
Test encrypting two SOAP Body elements with the same QName.
testMultipleElements() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
Test signing two SOAP Body elements with the same QName.
testMultipleEmbeddedChildren() - Method in class org.apache.wss4j.dom.message.token.SecurityTokenReferenceTest
Test for a SecurityTokenReference having an Embedded Child, which has multiple children.
testMultipleExpires() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an Timestamp where it contains multiple "Expires" elements.
testMultipleIdenticalResults() - Method in class org.apache.wss4j.dom.handler.ResultsOrderTest
 
testMultipleNonce() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
A test for sending multiple nonces in the UsernameToken
testMultiplePassword() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
A test for sending multiple passwords in the UsernameToken
testMultipleTimestamps() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing multiple Timestamps in the security header
testNameConstraints() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsUsingCertificateStore() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsWithKeyStoreUsingMerlin() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsWithKeyStoreUsingMerlinAki() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsWithKeyStoreUsingMerlinAkiBc() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsWithKeyStoreUsingMerlinAkiBreaking() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsWithKeyStoreUsingMerlinBc() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsWithKeyStoreUsingMerlinBreaking() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsWithTrustStoreUsingMerlin() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsWithTrustStoreUsingMerlinAki() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsWithTrustStoreUsingMerlinAkiBc() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNameConstraintsWithTrustStoreUsingMerlinBc() - Method in class org.apache.wss4j.common.crypto.NameConstraintsTest
 
testNamespaceQualifiedTypeAccepted() - Method in class org.apache.wss4j.dom.message.token.WCFUsernameTokenTest
Test that adds a UserNameToken with a namespace qualified type.
testNamespaceQualifiedTypeRejected() - Method in class org.apache.wss4j.dom.message.token.WCFUsernameTokenTest
Test that adds a UserNameToken with a namespace qualified type.
testNearFutureCreated() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an Timestamp where the "Created" element is in the (near) future.
testNearFutureCreated() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
This is a test for processing a UsernameToken where the "Created" element is in the (near) future.
testNearFutureCreated() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
This is a test for processing a UsernameToken where the "Created" element is in the (near) future.
testNegativeExpirySpecified() - Method in class org.apache.wss4j.common.cache.EHCacheExpiryTest
 
testNewEncryptionAction() - Method in class org.apache.wss4j.dom.util.WSSecurityUtilTest
 
testNewEncryptionDerivedAction() - Method in class org.apache.wss4j.dom.util.WSSecurityUtilTest
 
testNewEncryptionHandlerAction() - Method in class org.apache.wss4j.dom.util.WSSecurityUtilTest
 
testNewEncryptionHandlerDerivedAction() - Method in class org.apache.wss4j.dom.util.WSSecurityUtilTest
 
testNoAction() - Method in class org.apache.wss4j.dom.handler.ResultsOrderTest
 
testNoCreated() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an Timestamp where it contains no "Created" element.
testNoExpirySpecified() - Method in class org.apache.wss4j.common.cache.EHCacheExpiryTest
 
testNoIterationEncryption() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Unit test for creating a Username Token with no iteration element that is used for deriving a key for encryption.
testNoKeyStoreFile() - Method in class org.apache.wss4j.dom.components.crypto.CryptoTest
Test for WSS-149 - "Merlin requires org.apache.wss4j.crypto.merlin.file to be set and point to an existing file"
testNonceBadEncodingType() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
A test for sending a nonce with a bad encoding type in the UsernameToken
testNoResult() - Method in class org.apache.wss4j.dom.handler.ResultsOrderTest
 
testNoSaltEncryption() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Unit test for creating a Username Token with no salt element that is used for deriving a key for encryption.
testNoSOAPNamespacePrefix() - Method in class org.apache.wss4j.dom.message.NoSoapPrefixSignatureTest
Test signing a SOAP message that has no SOAP namespace prefix
testNullCreated() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
A test for WSS-66 - the created string is null http://issues.apache.org/jira/browse/WSS-66 "Possible security hole when PasswordDigest is used by client."
testNullKey() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testNullNonce() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
A test for WSS-66 - the nonce string is null http://issues.apache.org/jira/browse/WSS-66 "Possible security hole when PasswordDigest is used by client."
testOldTimestamp() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing an "old" Timestamp, i.e.
testOldUsernameToken() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
This is a test for processing an "old" UsernameToken, i.e.
testOldUsernameToken() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
This is a test for processing an "old" UsernameToken, i.e.
testOnlySignEntireHeadersAndBodyPolicyNothingSigned() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingTest
 
testOptionalSOAPHeaderNotPresent() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
 
testOptionalSOAPHeaderNotPresent() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
 
testOptionalSOAPHeaderPresent() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
 
testOptionalSOAPHeaderPresent() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
 
testOrder() - Method in class org.apache.wss4j.dom.handler.ResultsOrderTest
 
testOutboundEncryptionConfiguration() - Method in class org.apache.wss4j.stax.test.ConfigurationConverterTest
 
testOutboundEncryptionConfigurationOldConfigTag() - Method in class org.apache.wss4j.stax.test.ConfigurationConverterTest
 
testOutboundNoSignatureConfirmation() - Method in class org.apache.wss4j.stax.test.SignatureConfirmationTest
 
testOutboundPW_NONE() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testOutboundPW_TEXT() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testOutboundPW_TEXT_withEmptyPassword(String) - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testOutboundSign() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testOutboundSignatureConfiguration() - Method in class org.apache.wss4j.stax.test.ConfigurationConverterTest
 
testOutboundTextNonceCreated() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testOverflowToDisk() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testPasswordDigest() - Method in class org.apache.wss4j.dom.message.PasswordTypeTest
Test that adds a UserNameToken with password Digest to a WS-Security envelope
testPasswordDigest() - Method in class org.apache.wss4j.stax.test.PasswordTypeTest
 
testPasswordText() - Method in class org.apache.wss4j.stax.test.PasswordTypeTest
 
testPersistentAndDiskstoreNull() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testPKIPath() - Method in class org.apache.wss4j.dom.message.token.BinarySecurityTokenTest
A unit test for an PKIPath BinarySecurityToken
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.ContentEncryptedElementsTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.EncryptedElementsTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.EncryptedPartsTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.HttpsTokenTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.KerberosTokenTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.KeyValueTokenTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.RelTokenTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.RequiredElementsTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.RequiredPartsTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.SamlTokenTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.SecureConversationTokenTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.SecurityContextTokenTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.SignedElementsTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.SignedPartsTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.SpnegoContextTokenTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.SymmetricBindingTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.UsernameTokenTest
 
testPolicy() - Method in class org.apache.wss4j.policy.stax.test.X509TokenTest
 
testPolicyAllHeaders() - Method in class org.apache.wss4j.policy.stax.test.SignedPartsTest
 
testPolicyBodyNegative() - Method in class org.apache.wss4j.policy.stax.test.SignedPartsTest
 
testPolicyElementNotSigned() - Method in class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
testPolicyElementSignedByOtherSignature() - Method in class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
testPolicyElementSignedByOtherSignatureReverseSecurityEventOrder() - Method in class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
testPolicyEncryptBeforeSign() - Method in class org.apache.wss4j.policy.stax.test.ProtectionOrderTest
 
testPolicyEncryptBeforeSignNegative() - Method in class org.apache.wss4j.policy.stax.test.ProtectionOrderTest
 
testPolicyEncryptBeforeSignWithoutSignature() - Method in class org.apache.wss4j.policy.stax.test.ProtectionOrderTest
 
testPolicyEndorsingTokenNotSigningMainSignatureToken() - Method in class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
testPolicyMainSignatureNotSigningEndorsingSignatureTokens() - Method in class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
testPolicyMultipleAssertionEventsNegative() - Method in class org.apache.wss4j.policy.stax.test.ContentEncryptedElementsTest
 
testPolicyMultipleAssertionEventsNegative() - Method in class org.apache.wss4j.policy.stax.test.EncryptedElementsTest
 
testPolicyMultipleAssertionEventsNegative() - Method in class org.apache.wss4j.policy.stax.test.EncryptedPartsTest
 
testPolicyMultipleAssertionEventsNegative() - Method in class org.apache.wss4j.policy.stax.test.RequiredElementsTest
 
testPolicyMultipleAssertionEventsNegative() - Method in class org.apache.wss4j.policy.stax.test.RequiredPartsTest
 
testPolicyMultipleAssertionEventsNegative() - Method in class org.apache.wss4j.policy.stax.test.SignedElementsTest
 
testPolicyMultipleAssertionEventsNegative() - Method in class org.apache.wss4j.policy.stax.test.SignedPartsTest
 
testPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.HttpsTokenTest
 
testPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.KerberosTokenTest
 
testPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.KeyValueTokenTest
 
testPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.SamlTokenTest
 
testPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.SecureConversationTokenTest
 
testPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.SecurityContextTokenTest
 
testPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.UsernameTokenTest
 
testPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.X509TokenTest
 
testPolicyNotIncludeTimestamp() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingTest
 
testPolicyNotIncludeTimestamp() - Method in class org.apache.wss4j.policy.stax.test.SymmetricBindingTest
 
testPolicyNotIncludeTimestamp() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingTest
 
testPolicyNoTokenProtection() - Method in class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
testPolicyNotWholeBodySigned() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingTest
 
testPolicyNotWholeBodySigned() - Method in class org.apache.wss4j.policy.stax.test.SymmetricBindingTest
 
testPolicyNotWholeBodySigned() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingTest
 
testPolicyNotWholeSecurityHeaderChildSigned() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingTest
 
testPolicyReenabledRSA15KeyTransportAlgorithm() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testPolicySignatureNotEncrypted() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingTest
 
testPolicySignatureNotEncrypted() - Method in class org.apache.wss4j.policy.stax.test.SymmetricBindingTest
 
testPolicySignatureNotEncrypted() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingTest
 
testPolicySignBeforeEncrypt() - Method in class org.apache.wss4j.policy.stax.test.ProtectionOrderTest
 
testPolicySignBeforeEncryptNegative() - Method in class org.apache.wss4j.policy.stax.test.ProtectionOrderTest
 
testPolicySignBeforeEncryptWithoutEncryption() - Method in class org.apache.wss4j.policy.stax.test.ProtectionOrderTest
 
testPolicySymmetricBindingProtectAllToken() - Method in class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
testPolicySymmetricBindingProtectRootToken() - Method in class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
testPolicySymmetricBindingProtectSignatureToken() - Method in class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
testPolicyWholeBody() - Method in class org.apache.wss4j.policy.stax.test.EncryptedPartsTest
 
testPolicyWholeBodyNegative() - Method in class org.apache.wss4j.policy.stax.test.EncryptedPartsTest
 
testPolicyWildcardHeader() - Method in class org.apache.wss4j.policy.stax.test.EncryptedPartsTest
 
testPolicyWildcardHeader() - Method in class org.apache.wss4j.policy.stax.test.SignedPartsTest
 
testPolicyWildcardHeaderNegative() - Method in class org.apache.wss4j.policy.stax.test.EncryptedPartsTest
 
testPolicyWildcardHeaderNegative() - Method in class org.apache.wss4j.policy.stax.test.SignedPartsTest
 
testPolicyWithKerberosToken() - Method in class org.apache.wss4j.policy.stax.test.IssuedTokenTest
 
testPolicyWithKerberosTokenWrongTokenType() - Method in class org.apache.wss4j.policy.stax.test.IssuedTokenTest
 
testPolicyWithSAMLToken() - Method in class org.apache.wss4j.policy.stax.test.IssuedTokenTest
 
testPolicyWithSAMLTokenMissingClaimType() - Method in class org.apache.wss4j.policy.stax.test.IssuedTokenTest
 
testPolicyWithSAMLTokenWrongIssuer() - Method in class org.apache.wss4j.policy.stax.test.IssuedTokenTest
 
testPolicyWithSAMLTokenWrongKeyType() - Method in class org.apache.wss4j.policy.stax.test.IssuedTokenTest
 
testPolicyWithSAMLTokenWrongTokenType() - Method in class org.apache.wss4j.policy.stax.test.IssuedTokenTest
 
testPolicyWrongProtectionOrder() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingTest
 
testPolicyWrongProtectionOrder() - Method in class org.apache.wss4j.policy.stax.test.SymmetricBindingTest
 
testProcessToken() - Method in class org.apache.wss4j.dom.message.token.BSTKerberosTest
Test Validating a Kerberos BinarySecurityToken
testProcessTokenCustomValidator() - Method in class org.apache.wss4j.dom.message.token.BSTKerberosTest
Test Validating a Kerberos BinarySecurityToken using a custom Validator instance.
testPropertiesInbound() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testPropertiesOutbound() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testRandom() - Method in class org.apache.wss4j.common.attachment.CRLFOutputStreamTest
 
testRecipientToken() - Method in class org.apache.wss4j.policy.tests.RecipientTokenTest
 
testRecipientTokenInclusionAlwaysToRecipientPolicy() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testRecursiveKeyReferencesDOS() - Method in class org.apache.wss4j.stax.test.VulnerabliltyVectorsTest
Tests if the framework is vulnerable to recursive key references
testReferenceListAndDuplicatedEncDataInExternalWrapperElement() - Method in class org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
 
testReferenceListAndDuplicatedEncDataInWsseHeader() - Method in class org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
 
testReferenceListAndDuplicatedEncDataInWsseWrapperHeader() - Method in class org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
 
testReferenceNoURI() - Method in class org.apache.wss4j.dom.message.token.SecurityTokenReferenceTest
Test for a Reference with no URI
testRelToken() - Method in class org.apache.wss4j.policy.tests.RelTokenTest
 
testRelTokenSupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testRelTokenSupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testRelTokenSupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testRelTokenSupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testReplayedTimestamp() - Method in class org.apache.wss4j.dom.message.ReplayTest
 
testReplayedTimestamp() - Method in class org.apache.wss4j.stax.test.ReplayTest
 
testReplayedTimestampBelowSignature() - Method in class org.apache.wss4j.dom.message.ReplayTest
 
testReplayedTimestampNoExpires() - Method in class org.apache.wss4j.dom.message.ReplayTest
 
testReplayedUsernameToken() - Method in class org.apache.wss4j.dom.message.ReplayTest
 
testRequestNotSavedSignature() - Method in class org.apache.wss4j.dom.handler.SignatureConfirmationTest
Test to see that a signature is not saved on the outbound request if enable signature confirmation is false.
testRequestSavedSignature() - Method in class org.apache.wss4j.dom.handler.SignatureConfirmationTest
Test to see that a signature is saved correctly on the outbound request.
testRequiredElements() - Method in class org.apache.wss4j.policy.tests.RequiredElementsTest
 
testRequiredParts() - Method in class org.apache.wss4j.policy.tests.RequiredPartsTest
 
testRequiredSOAPHeaderNotPresent() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
 
testRequiredSOAPHeaderNotPresent() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
 
testRequiredSubjectConfirmationMethod() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testRequiredSubjectConfirmationMethod() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testReusedNonce(Path) - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testReverseOrder() - Method in class org.apache.wss4j.dom.handler.ResultsOrderTest
 
testRSA1024() - Method in class org.apache.wss4j.common.crypto.SKITest
 
testRSA2048() - Method in class org.apache.wss4j.common.crypto.SKITest
 
testRSAKeyValue() - Method in class org.apache.wss4j.dom.message.SignatureKeyValueTest
Successful RSAKeyValue test.
testRSAKeyValue() - Method in class org.apache.wss4j.stax.test.PrincipalTest
 
testSaml1Action() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
This test checks that an unsigned SAML1 sender-vouches authentication assertion can be created by the WSHandler implementation
testSAML1AttrAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenHOKTest
Test that creates, sends and processes a signed SAML 1.1 attribute assertion.
testSAML1AttrAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenSVTest
Test that creates, sends and processes a signed SAML 1.1 attribute assertion.
testSAML1AttrAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 attribute assertion.
testSAML1AttrAssertion() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
Test that creates, sends and processes a signed SAML 1.1 attribute assertion.
testSAML1AttrAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML1AttrAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAML1AttrAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML1AttrAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML1AttrAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAML1AttrAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML1AudienceRestrictionSeparateRestrictionsValidation() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
 
testSAML1AudienceRestrictionValidation() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
 
testSAML1AudienceRestrictionVerification() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML1AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SamlAuthnTest
 
testSAML1AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenCustomSignatureTest
Test that creates, sends and processes a signed SAML 1.1 authentication assertion.
testSAML1AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenHOKTest
Test that creates, sends and processes a signed SAML 1.1 authentication assertion.
testSAML1AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenSVTest
Test that creates, sends and processes a signed SAML 1.1 authentication assertion.
testSAML1AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 authentication assertion.
testSAML1AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
Test that creates, sends and processes a signed SAML 1.1 authentication assertion.
testSAML1AuthnAssertion() - Method in class org.apache.wss4j.stax.test.saml.SamlAuthnTest
 
testSAML1AuthnAssertionDerived() - Method in class org.apache.wss4j.dom.saml.SamlTokenDerivedTest
Test that creates, sends and processes a signed SAML 1.1 authentication assertion using a derived key.
testSAML1AuthnAssertionDerivedInbound() - Method in class org.apache.wss4j.stax.test.saml.SamlTokenDerivedTest
Test that creates, sends and processes a signed SAML 1.1 authentication assertion using a derived key.
testSAML1AuthnAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML1AuthnAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAML1AuthnAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML1AuthnAssertionIssuerSerial() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
Test that creates, sends and processes a signed SAML 1.1 authentication assertion, where the subject cert is referenced using IssuerSerial
testSAML1AuthnAssertionIssuerSerialInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML1AuthnAssertionIssuerSerialOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML1AuthnAssertionKeyValue() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
Test that creates, sends and processes a signed SAML 1.1 authentication assertion, where the subject cert is referenced using a Key Value
testSAML1AuthnAssertionKeyValueInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML1AuthnAssertionKeyValueOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML1AuthnAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML1AuthnAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAML1AuthnAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML1AuthnAssertionPropertiesInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML1AuthnAssertionPropertiesOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML1AuthnAssertionSignedInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAML1AuthnAssertionSignedOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAML1AuthnAssertionTrust() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
Test that creates, sends and processes a signed SAML 1.1 authentication assertion.
testSAML1AuthnAssertionValidatorMap() - Method in class org.apache.wss4j.dom.saml.SamlTokenCustomSignatureTest
 
testSAML1AuthnAssertionViaElement() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 authentication assertion.
testSAML1AuthnBadIssuerAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 authentication assertion.
testSAML1AuthzAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 authorization assertion.
testSAML1AuthzAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML1AuthzAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML1Conditions() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 1.1 authentication assertion with a custom Conditions statement.
testSAML1ConditionsInbound() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 1.1 authentication assertion with a custom Conditions statement.
testSAML1ConditionsOutbound() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 1.1 authentication assertion with a custom Conditions statement.
testSAML1FutureAuthnInstant() - Method in class org.apache.wss4j.dom.saml.SamlAuthnTest
 
testSAML1FutureAuthnInstant() - Method in class org.apache.wss4j.stax.test.saml.SamlAuthnTest
 
testSAML1HOKDirectReference() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
Test that creates, sends and processes an signed SAML 1.1 holder-of-key assertion, where the SecurityTokenReference that points to the SAML Assertion uses a direct reference, and not a KeyIdentifier.
testSAML1HOKEKDirectReference() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
The body of the SOAP request is encrypted using a secret key, which is in turn encrypted using the certificate embedded in the SAML assertion and referenced using Direct Reference.
testSAML1HOKEKDirectReferenceInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML1HOKEKKeyIdentifier() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
The body of the SOAP request is encrypted using a secret key, which is in turn encrypted using the certificate embedded in the SAML assertion and referenced using a Key Identifier.
testSAML1HOKEKKeyIdentifierInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML1HOKKeyIdentifier() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
Test that creates, sends and processes an signed SAML 1.1 holder-of-key assertion, where the SecurityTokenReference that points to the SAML Assertion uses a KeyIdentifier, and not a direct reference.
testSAML1HOKKeyIdentifierInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML1HOKKeyIdentifierOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML1InvalidSubjectLocality() - Method in class org.apache.wss4j.dom.saml.SamlAuthnTest
 
testSAML1InvalidSubjectLocality() - Method in class org.apache.wss4j.stax.test.saml.SamlAuthnTest
 
testSAML1Resource() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 authorization assertion with a Resource URI.
testSAML1ResourceOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 authz assertion with a Resource URI
testSAML1SignedKeyHolderSigModified() - Method in class org.apache.wss4j.dom.saml.SamlNegativeTest
Test that creates a signed SAML 1.1 Assertion using HOK, but then modifies the signature object by replacing the enveloped transform with the exclusive c14n transform.
testSAML1SignedKeyHolderSigModifiedInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenNegativeTest
 
testSAML1StaleIssueInstant() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML1SubjectLocality() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 authentication assertion with a user-specified SubjectLocality statement.
testSAML1SubjectLocalityOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 authentication assertion with a user-specified SubjectLocality statement.
testSAML1SubjectNameIDFormat() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 authentication assertion with a user-specified SubjectNameIDFormat.
testSAML1SubjectNameIDFormatOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
Test that creates, sends and processes an unsigned SAML 1.1 authentication assertion with a user-specified SubjectNameIDFormat.
testSAML1SVDirectReference() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
Test that creates, sends and processes an signed SAML 1.1 sender-vouches assertion, where the SecurityTokenReference that points to the SAML Assertion uses a direct reference, and not a KeyIdentifier.
testSAML1SVKeyIdentifier() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
Test that creates, sends and processes an signed SAML 1.1 sender-vouches assertion, where the SecurityTokenReference that points to the SAML Assertion uses a KeyIdentifier, and not a direct reference.
testSAML1SVKeyIdentifierInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML1SVKeyIdentifierOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML1ValidSubjectLocality() - Method in class org.apache.wss4j.dom.saml.SamlAuthnTest
 
testSAML1ValidSubjectLocality() - Method in class org.apache.wss4j.stax.test.saml.SamlAuthnTest
 
testSAML2Advice() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testSAML2Advice() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
 
testSAML2AttrAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenHOKTest
Test that creates, sends and processes an unsigned SAML 2 attribute assertion.
testSAML2AttrAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenSVTest
Test that creates, sends and processes a signed SAML 2 attribute assertion.
testSAML2AttrAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 attribute assertion.
testSAML2AttrAssertion() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
Test that creates, sends and processes a signed SAML 2 attribute assertion.
testSAML2AttrAssertionCustomAttribute() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 attribute assertion.
testSAML2AttrAssertionCustomAttributeOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
Test that creates, sends and processes an unsigned SAML 2 attribute assertion.
testSAML2AttrAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML2AttrAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAML2AttrAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML2AttrAssertionIntegerAttribute() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 attribute assertion.
testSAML2AttrAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML2AttrAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAML2AttrAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML2AudienceRestriction() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with an AudienceRestriction Element
testSAML2AudienceRestriction() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with an AudienceRestriction Element
testSAML2AudienceRestrictionSeparateRestrictions() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with two AudienceRestriction Elements
testSAML2AudienceRestrictionSeparateRestrictions() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with two AudienceRestriction Elements
testSAML2AudienceRestrictionSeparateRestrictionsValidation() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML2AudienceRestrictionValidation() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
 
testSAML2AudienceRestrictionVerification() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML2AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SamlAuthnTest
 
testSAML2AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenCustomSignatureTest
Test that creates, sends and processes a signed SAML 2.0 authentication assertion.
testSAML2AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenHOKTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion.
testSAML2AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenSVTest
Test that creates, sends and processes a signed SAML 2 authentication assertion.
testSAML2AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion.
testSAML2AuthnAssertion() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
Test that creates, sends and processes a signed SAML 2 authentication assertion.
testSAML2AuthnAssertion() - Method in class org.apache.wss4j.stax.test.saml.SamlAuthnTest
 
testSAML2AuthnAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML2AuthnAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAML2AuthnAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML2AuthnAssertionIssuerSerialInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML2AuthnAssertionIssuerSerialOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML2AuthnAssertionKeyValue() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
Test that creates, sends and processes a signed SAML 2 authentication assertion, where the subject cert is referenced using a Key Value
testSAML2AuthnAssertionKeyValueInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML2AuthnAssertionKeyValueOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML2AuthnAssertionModified() - Method in class org.apache.wss4j.dom.saml.SamlNegativeTest
Test that creates, sends and processes a signed SAML 2 sender-vouches authentication assertion.
testSAML2AuthnAssertionModifiedInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenNegativeTest
 
testSAML2AuthnAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAML2AuthnAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML2AuthnBadIssuerAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion.
testSAML2AuthnOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAML2AuthzAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 authorization assertion.
testSAML2AuthzAssertionInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML2AuthzAssertionOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML2Delegate() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML2EncryptedAssertion() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion, which is encrypted in a saml2:EncryptedAssertion Element in the security header
testSAML2EncryptedAssertion() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion, which is encrypted in a saml2:EncryptedAssertion Element in the security header
testSAML2EncryptedAssertionNoSTR() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testSAML2EncryptedAssertionViaSeparateEncryptedKey() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testSAML2FutureAuthnInstant() - Method in class org.apache.wss4j.dom.saml.SamlAuthnTest
 
testSAML2FutureAuthnInstant() - Method in class org.apache.wss4j.stax.test.saml.SamlAuthnTest
 
testSAML2FutureIssueInstant() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML2FutureNotBefore() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML2FutureNotBefore() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
 
testSAML2FutureTTLConditions() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a Conditions statement that has a NotBefore "in the future".
testSAML2FutureTTLConditions() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a Conditions statement that has a NotBefore "in the future".
testSAML2HOKDirectReference() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
Test that creates, sends and processes an signed SAML 2 holder-of-key assertion, where the SecurityTokenReference that points to the SAML Assertion uses a direct reference, and not a KeyIdentifier.
testSAML2HOKDirectReferenceInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML2HOKEKDirectReference() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
The body of the SOAP request is encrypted using a secret key, which is in turn encrypted using the certificate embedded in the SAML assertion and referenced using Direct Reference.
testSAML2HOKEKKeyIdentifier() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
The body of the SOAP request is encrypted using a secret key, which is in turn encrypted using the certificate embedded in the SAML assertion and referenced using a Key Identifier.
testSAML2HOKKeyIdentifier() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
Test that creates, sends and processes an signed SAML 2 holder-of-key assertion, where the SecurityTokenReference that points to the SAML Assertion uses a KeyIdentifier, and not a direct reference.
testSAML2HOKKeyIdentifierInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML2HOKKeyIdentifierOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML2InalidSubjectLocality() - Method in class org.apache.wss4j.dom.saml.SamlAuthnTest
 
testSAML2InvalidAfterConditions() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with an (invalid) custom Conditions statement.
testSAML2InvalidAfterConditionsInbound() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with an (invalid) custom Conditions statement.
testSAML2InvalidBeforeConditions() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with an (invalid) custom Conditions statement.
testSAML2InvalidBeforeConditionsInbound() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with an (invalid) custom Conditions statement.
testSAML2InvalidSubjectLocality() - Method in class org.apache.wss4j.stax.test.saml.SamlAuthnTest
 
testSAML2IssuerFormat() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testSAML2IssuerFormatOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testSAML2NoNotOnOrAfter() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML2OneTimeUse() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a OneTimeUse Element
testSAML2OneTimeUse() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a OneTimeUse Element
testSAML2ProxyRestriction() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a ProxyRestriction Element
testSAML2ProxyRestriction() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a ProxyRestriction Element
testSAML2SessionNotOnOrAfter() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2.0 authentication assertion with a user-specified SessionNotOnOrAfter DateTime.
testSAML2SignedKeyHolderKeyModified() - Method in class org.apache.wss4j.dom.saml.SamlNegativeTest
Test that creates a signed SAML 2 Assertion using HOK, but then modifies the assertion.
testSAML2SignedKeyHolderKeyModifiedInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenNegativeTest
 
testSAML2SpecialCharacter() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testSAML2StaleIssueInstant() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML2StaleIssueInstantButWithNotOnOrAfter() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML2StaleNotOnOrAfter() - Method in class org.apache.wss4j.dom.saml.SamlConditionsTest
 
testSAML2StaleNotOnOrAfter() - Method in class org.apache.wss4j.stax.test.saml.SamlConditionsTest
 
testSAML2StaleSessionNotOnOrAfter() - Method in class org.apache.wss4j.dom.saml.SamlAuthnTest
 
testSAML2StaleSessionNotOnOrAfter() - Method in class org.apache.wss4j.stax.test.saml.SamlAuthnTest
 
testSAML2SubjectConfirmationData() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with SubjectConfirmationData information.
testSAML2SubjectConfirmationNameID() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a NameID in the Subject (see https://issues.apache.org/jira/browse/WSS-622)
testSAML2SubjectLocality() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a user-specified SubjectLocality statement.
testSAML2SubjectLocalityOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a user-specified SubjectLocality statement.
testSAML2SubjectNameIDFormat() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a user-specified SubjectNameIDFormat.
testSAML2SubjectNameIDFormatOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a user-specified SubjectNameIDFormat.
testSAML2SubjectWithComment() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testSAML2SubjectWithComment() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
 
testSAML2SVDirectReference() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
Test that creates, sends and processes an signed SAML 2 sender-vouches assertion, where the SecurityTokenReference that points to the SAML Assertion uses a direct reference, and not a KeyIdentifier.
testSAML2SVKeyIdentifier() - Method in class org.apache.wss4j.dom.saml.SamlReferenceTest
Test that creates, sends and processes an signed SAML 2 sender-vouches assertion, where the SecurityTokenReference that points to the SAML Assertion uses a KeyIdentifier, and not a direct reference.
testSAML2SVKeyIdentifierInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML2SVKeyIdentifierOutbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenReferenceTest
 
testSAML2Token() - Method in class org.apache.wss4j.dom.misc.PrincipalTest
Test the principal that is created after processing a SAML2 Token
testSAML2TrustFailure() - Method in class org.apache.wss4j.dom.saml.SamlNegativeTest
Test that creates, sends and processes a signed SAML 2 authentication assertion, but it is rejected in processing as the signature on the assertion is not trusted.
testSAML2TrustFailureInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenNegativeTest
 
testSAML2ValidSubjectLocality() - Method in class org.apache.wss4j.dom.saml.SamlAuthnTest
 
testSAML2ValidSubjectLocality() - Method in class org.apache.wss4j.stax.test.saml.SamlAuthnTest
 
testSAMLAssertionHOKTransportSecurityInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenHOKTest
 
testSAMLAssertionSVTransportSecurityInbound() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenSVTest
 
testSAMLConfiguration() - Method in class org.apache.wss4j.stax.test.ConfigurationConverterTest
 
testSAMLSignatureConfirmationProcessing() - Method in class org.apache.wss4j.dom.handler.SignatureConfirmationTest
 
testSamlToken() - Method in class org.apache.wss4j.policy.tests.SamlTokenTest
 
testSAMLToken() - Method in class org.apache.wss4j.dom.misc.PrincipalTest
Test the principal that is created after processing a SAML Token
testSAMLToken() - Method in class org.apache.wss4j.stax.test.PrincipalTest
 
testSamlTokenSupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSamlTokenSupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSamlTokenSupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSamlTokenSupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSCTCustomValidator(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTDKTEncrypt() - Method in class org.apache.wss4j.dom.message.SecurityContextTokenTest
Test encryption using a derived key which is based on a secret associated with a security context token
testSCTDKTEncryptInbound(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTDKTEncryptInboundAction(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTDKTEncryptOutbound(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTKDKTEncryptSign() - Method in class org.apache.wss4j.dom.message.SecurityContextTokenTest
 
testSCTKDKTEncryptSign(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTKDKTEncryptSignAction(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTKDKTSign() - Method in class org.apache.wss4j.dom.message.SecurityContextTokenTest
 
testSCTKDKTSignAbsolute() - Method in class org.apache.wss4j.dom.message.SecurityContextTokenTest
Test for WSS-217: "Add ability to specify a reference to an absolute URI in the derived key functionality".
testSCTKDKTSignAbsoluteInbound(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTKDKTSignEncrypt() - Method in class org.apache.wss4j.dom.message.SecurityContextTokenTest
 
testSCTKDKTSignEncrypt(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTKDKTSignEncryptAction(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTKDKTSignInbound(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTKDKTSignInboundAction(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTKDKTSignOutbound(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSCTSign() - Method in class org.apache.wss4j.dom.message.SecurityContextTokenTest
Test signature and verification using a SecurityContextToken directly, rather than using a DerivedKeyToken to point to a SecurityContextToken.
testSCTSign(int) - Method in class org.apache.wss4j.stax.test.SecurityContextTokenTest
 
testSecureConversationToken() - Method in class org.apache.wss4j.policy.tests.SecureConversationTokenTest
 
testSecureConversationTokenSupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSecureConversationTokenSupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSecureConversationTokenSupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSecureConversationTokenSupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSecurityContextToken() - Method in class org.apache.wss4j.policy.tests.SecurityContextTokenTest
 
testSecurityContextTokenSupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSecurityContextTokenSupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSecurityContextTokenSupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSecurityContextTokenSupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
TestSecurityEventListener(SecurityEventConstants.Event[]) - Constructor for class org.apache.wss4j.stax.test.AbstractTestBase.TestSecurityEventListener
 
testSignature() - Method in class org.apache.wss4j.dom.message.DerivedKeyTest
 
testSignature() - Method in class org.apache.wss4j.dom.message.PasswordEncryptorTest
 
testSignature() - Method in class org.apache.wss4j.dom.message.SignatureAlgorithmSuiteTest
 
testSignature() - Method in class org.apache.wss4j.dom.message.UTSignatureTest
Test using a UsernameToken derived key for signing a SOAP body
testSignatureAction() - Method in class org.apache.wss4j.stax.test.OutputChainTest
 
testSignatureAKI() - Method in class org.apache.wss4j.dom.message.SignatureAKITest
 
testSignatureAKIDuplicate() - Method in class org.apache.wss4j.dom.message.SignatureAKITest
 
testSignatureAlgorithmSuiteNegative() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testSignatureAlgorithmSuiteNegative() - Method in class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
testSignatureBadCACert() - Method in class org.apache.wss4j.dom.message.SignatureCertTest
Test signing a SOAP message using a BST.
testSignatureC14NInclusivePartsInbound() - Method in class org.apache.wss4j.stax.test.InteroperabilityTest
Inclusive Canonicalization with Encryption is problematic because xenc namespace "leaks" WSS4J sets the xenc ns on the soap envelope which is not included in the signature on the sending side.
testSignatureC14NInclusivePartsInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureC14NInclusivePartsInbound_1() - Method in class org.apache.wss4j.stax.test.SignatureTest
Since WSS4J hardcoded the C14N algo for References, we test against our framework
testSignatureC14NInclusivePartsInbound_DisableAllBSPRules() - Method in class org.apache.wss4j.stax.test.SignatureTest
Since WSS4J hardcoded the C14N algo for References, we test against our framework
testSignatureC14NInclusivePartsOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureConfirmationProcessing() - Method in class org.apache.wss4j.dom.handler.SignatureConfirmationTest
Test to see that a signature confirmation response is correctly processed.
testSignatureConfirmationResponse() - Method in class org.apache.wss4j.dom.handler.SignatureConfirmationTest
Test to see that a signature confirmation response is correctly sent on receiving a signed message.
testSignatureConfirmationUsernameTokenTimestampStrictHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testSignatureCryptoPropertiesInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureCryptoPropertiesOutbound() - Method in class org.apache.wss4j.stax.test.PasswordEncryptorTest
 
testSignatureCryptoPropertiesOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureDefaultConfigurationInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureDefaultConfigurationOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureDirectReference() - Method in class org.apache.wss4j.dom.components.crypto.CertificateStoreTest
Test signing a SOAP message using a BST.
testSignatureDirectReference() - Method in class org.apache.wss4j.dom.message.SignatureCertTest
Test signing a SOAP message using a BST.
testSignatureDirectReference() - Method in class org.apache.wss4j.dom.message.SignatureCRLTest
Test signing a SOAP message using a BST.
testSignatureDirectReference() - Method in class org.apache.wss4j.stax.test.SignatureCRLTest
Test signing a SOAP message using a BST.
testSignatureDirectReferenceCACert() - Method in class org.apache.wss4j.dom.message.SignatureCertTest
Test signing a SOAP message using a BST, sending the CA cert as well in the message.
testSignatureDirectReferenceRevocation() - Method in class org.apache.wss4j.dom.message.SignatureCRLTest
Test signing a SOAP message using a BST.
testSignatureDirectReferenceRevocationKeyStore() - Method in class org.apache.wss4j.dom.message.SignatureCRLTest
Test signing a SOAP message using a BST.
testSignatureDirectReferenceUntrusted() - Method in class org.apache.wss4j.dom.components.crypto.CertificateStoreTest
Test signing a SOAP message using a BST.
testSignatureDSAKeyValue() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureECKeyValue() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureEmailAddress() - Method in class org.apache.wss4j.dom.components.crypto.CryptoProviderTest
Like before but substitute in an "EMAILADDRESS" instead of the OID
testSignatureEncrypt() - Method in class org.apache.wss4j.dom.message.DerivedKeyTest
 
testSignatureEncryptedKeyThumbprintSHA1() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testSignatureEncryptInbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignatureEncryptionOutbound() - Method in class org.apache.wss4j.stax.test.SignatureEncryptionTest
 
testSignatureEncryptionSecurityContextToken() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testSignatureEncryptionSymmetricOutbound() - Method in class org.apache.wss4j.stax.test.SignatureEncryptionTest
 
testSignatureEncryptionThumbprintSHA1() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testSignatureEncryptOutbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignatureEncryptTimestampOrder() - Method in class org.apache.wss4j.dom.message.SignatureTest
 
testSignatureHMACOutputLengthInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureInbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignatureInboundAction(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignatureInclusiveC14N() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs and verifies a WS-Security envelope
testSignatureInclusivePrefixes() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs and verifies a WS-Security envelope
testSignatureIssuerSerial() - Method in class org.apache.wss4j.dom.components.crypto.CertificateStoreTest
Test signing a SOAP message using Issuer Serial.
testSignatureIssuerSerial() - Method in class org.apache.wss4j.dom.message.SignatureCertTest
Test signing a SOAP message using Issuer Serial.
testSignatureKeyIdentifierBinarySecurityTokenDirectReferenceInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierBinarySecurityTokenDirectReferenceOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierIssuerSerialInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierIssuerSerialIncludeTokenOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierIssuerSerialOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierSha1Inbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierSha1Outbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierSubjectKeyInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierSubjectKeyOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierThumbprintInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierThumbprintIncludeTokenOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierThumbprintOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierX509KeyInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureKeyIdentifierX509KeyOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureMethodDSA() - Method in class org.apache.wss4j.dom.message.SignatureAlgorithmSuiteTest
 
testSignatureOID() - Method in class org.apache.wss4j.dom.components.crypto.CryptoProviderTest
Test signing a SOAP message using a cert with an OID
testSignatureOtherEmailAddress() - Method in class org.apache.wss4j.dom.components.crypto.CryptoProviderTest
Like before but substitute in an "E" instead of the OID
testSignatureOutbound() - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignaturePartDOMElement() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
Test getting a DOM Element from WSEncryptionPart directly
testSignaturePartsInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignaturePartsOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignaturePropertiesInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignaturePropertiesOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureProtectionPolicy() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testSignatureProtectionPolicyNegative1() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testSignatureProtectionPolicyNegative2() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testSignatureResponseForUnsignedRequest() - Method in class org.apache.wss4j.dom.handler.SignatureConfirmationTest
 
testSignatureRSAKeyValue() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureSCT() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testSignatureSKI() - Method in class org.apache.wss4j.dom.components.crypto.CertificateStoreTest
Test signing a SOAP message using a SKI Key Identifier
testSignatureSKI() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testSignatureSKI() - Method in class org.apache.wss4j.dom.message.DerivedKeyTest
Here we're signing the SOAP body, where the signature refers to a DerivedKeyToken which uses an SKI reference to the encoded certificate (which is in the keystore)
testSignatureSKIInbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignatureSKIInboundAction(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignatureSKIOutbound() - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignatureThumbprint() - Method in class org.apache.wss4j.dom.components.crypto.CertificateStoreTest
Test signing a SOAP message using a Thumbprint
testSignatureThumbprintDifferentKeyLength() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testSignatureThumbprintSHA1() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testSignatureThumbprintSHA1() - Method in class org.apache.wss4j.dom.message.DerivedKeyTest
A test for WSS-211 - "WSS4J does not support ThumbprintSHA1 in DerivedKeyTokens".
testSignatureThumbprintSHA1Inbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignatureThumbprintSHA1InboundAction(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignatureThumbprintSHA1OldNamespace() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testSignatureThumbprintSHA1Outbound(int) - Method in class org.apache.wss4j.stax.test.DerivedKeyTokenTest
 
testSignatureThumbprintSHA1StrongDigest() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testSignatureUsePKIPathInbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureUsePKIPathOutbound() - Method in class org.apache.wss4j.stax.test.SignatureTest
 
testSignatureValueInAttachment() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testSignatureWSHandler() - Method in class org.apache.wss4j.dom.message.PasswordEncryptorTest
 
testSignatureX509() - Method in class org.apache.wss4j.dom.components.crypto.CertificateStoreTest
Test signing a SOAP message using an X.509 Key Identifier.
testSignatureX509() - Method in class org.apache.wss4j.dom.message.DerivedKeyActionTest
 
testSignBeforeEncryptNegativeTest() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testSignBST() - Method in class org.apache.wss4j.dom.message.token.BSTKerberosTest
A test for signing a Kerberos BST
testSignBSTTimestamp() - Method in class org.apache.wss4j.dom.message.token.BSTKerberosTest
A test for signing a Kerberos BST as well as a Timestamp
testSignedAssertionAction() - Method in class org.apache.wss4j.dom.saml.SamlTokenActionTest
 
testSignedBodyRelocationToHeader() - Method in class org.apache.wss4j.policy.stax.test.VulnerabliltyVectorsTest
 
testSignedBST() - Method in class org.apache.wss4j.dom.message.SignedBSTTest
 
testSignedBSTAction() - Method in class org.apache.wss4j.dom.message.SignedBSTTest
 
testSignedElements12() - Method in class org.apache.wss4j.policy.tests.SignedElementsTest
 
testSignedElements13() - Method in class org.apache.wss4j.policy.tests.SignedElementsTest
 
testSignedEncryptedSOAPBody() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testSignedEncryptedSOAPBodyViaHandler() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testSignedFaultInbound() - Method in class org.apache.wss4j.stax.test.FaultTest
 
testSignedKeyInfo() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
 
testSignedKeyInfoAction() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
 
testSignedParts12() - Method in class org.apache.wss4j.policy.tests.SignedPartsTest
 
testSignedParts13() - Method in class org.apache.wss4j.policy.tests.SignedPartsTest
 
testSignedSAML11Assertion() - Method in class org.apache.wss4j.dom.saml.SamlAlgorithmSuiteTest
 
testSignedSAML2AssertionAction() - Method in class org.apache.wss4j.dom.saml.SamlTokenActionTest
 
testSignedSOAPBody() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testSignedSOAPBodyAndBinarySecurityToken() - Method in class org.apache.wss4j.dom.message.XOPAttachmentTest
 
testSignedTimestamp() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs and verifies a Timestamp.
testSignedTimestamp() - Method in class org.apache.wss4j.dom.message.SignatureWSS651Test
 
testSigningEncryption() - Method in class org.apache.wss4j.dom.message.SignatureEncryptionTest
Test that signs and then encrypts a WS-Security envelope, then performs decryption and verification
testSigningEncryptionHandler() - Method in class org.apache.wss4j.dom.message.SignatureEncryptionTest
 
testSigningEncryptionIS3DES() - Method in class org.apache.wss4j.dom.message.SignatureEncryptionTest
Test that first signs, then encrypts a WS-Security envelope.
testSigningEncryptionSOAP12Fault() - Method in class org.apache.wss4j.dom.message.SignatureEncryptionTest
 
testSigningWithCustomAlgorithms() - Method in class org.apache.wss4j.dom.saml.ext.AssertionSigningTest
Test that creates an SamlAssertionWrapper object and signs using custom signature and canonicalization algorithms.
testSigningWithDefaultAlgorithms() - Method in class org.apache.wss4j.dom.saml.ext.AssertionSigningTest
Test that creates an SamlAssertionWrapper object and signs using default signature and canonicalization algorithms.
testSKIKeyIdentifier() - Method in class org.apache.wss4j.dom.handler.UseReqSigCertTest
 
testSOAPActionSpoofing() - Method in class org.apache.wss4j.policy.stax.test.VulnerabliltyVectorsTest
Tests what happens when an soapAction from an other operation is provided.
testSOAPEncryptedHeader() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
Test encrypting a custom SOAP header using wsse11:EncryptedHeader
testSOAPEncryptedHeaderWithAttributes() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
Test encrypting a custom SOAP header using wsse11:EncryptedHeader
testSOAPHeader() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
Test encrypting a custom SOAP header
testSOAPHeader() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
Test signing a custom SOAP header
testSOAPHeaderAndBody() - Method in class org.apache.wss4j.dom.message.EncryptionPartsTest
Test encrypting a custom SOAP header and the SOAP body
testSOAPHeaderAndBody() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
Test signing a custom SOAP header and the SOAP body
testSOAPHeaderSTRTransform() - Method in class org.apache.wss4j.dom.message.SignaturePartsTest
Test signing of a header through a STR Dereference Transform
testSpnego() - Method in class org.apache.wss4j.integration.test.kerberos.KerberosTest
Get and validate a SPNEGO token.
testSpnegoContextToken() - Method in class org.apache.wss4j.policy.tests.SpnegoContextTokenTest
 
testSpnegoSupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSpnegoSupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSpnegoSupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSpnegoSupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSpoofedTimestamp() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test to create a "Spoofed" Timestamp (see WSS-441)
testSpoofedUsernameToken() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
This is a test to create a "Spoofed" UsernameToken (see WSS-441)
testStandardSubjectConfirmationMethod() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testStandardSubjectConfirmationMethod() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testStrongJasyptPasswordEncryptor() - Method in class org.apache.wss4j.common.crypto.PasswordEncryptorTest
 
testSubjectConfirmationDataExtensibility() - Method in class org.apache.wss4j.stax.test.saml.CustomContentsTest
 
testSupportingTokenPolicy() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSupportingTokenPolicyNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testSupportingTokens() - Method in class org.apache.wss4j.policy.tests.SupportingTokensTest
 
testSymmetricBinding() - Method in class org.apache.wss4j.policy.tests.SymmetricBindingTest
 
testSymmetricBindingC21a() - Method in class org.apache.wss4j.policy.stax.test.WSP13SpecTest
 
testSymmetricBindingC21b() - Method in class org.apache.wss4j.policy.stax.test.WSP13SpecTest
 
testSymmetricEncryption() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testSymmetricEncryption() - Method in class org.apache.wss4j.dom.message.EncryptionAlgorithmSuiteTest
 
testSymmetricKey() - Method in class org.apache.wss4j.dom.message.SignatureAlgorithmSuiteTest
 
testSymmetricSignature() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testSymmetricSignatureDR() - Method in class org.apache.wss4j.dom.message.SymmetricSignatureTest
Test signing a message body using a symmetric key with Direct Reference to an EncryptedKey
testSymmetricSignatureEncryption() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testSymmetricSignatureEncryptionResponse() - Method in class org.apache.wss4j.dom.handler.SecurityActionTokenTest
 
testSymmetricSignatureSHA1() - Method in class org.apache.wss4j.dom.message.SymmetricSignatureTest
Test signing a message body using a symmetric key with EncryptedKeySHA1
testSymmetricSignatureSHA1Handler() - Method in class org.apache.wss4j.dom.message.SymmetricSignatureTest
Test signing a message body using a symmetric key with EncryptedKeySHA1.
testThaiLocaleVerification() - Method in class org.apache.wss4j.dom.message.TimestampTest
 
testTimeStampAction() - Method in class org.apache.wss4j.stax.test.OutputChainTest
 
testTimestampConfiguration() - Method in class org.apache.wss4j.stax.test.ConfigurationConverterTest
 
testTimestampDefaultConfigurationInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampDefaultConfigurationOutbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampExpiredEncryptedInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampExpiredInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampInFutureInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampInNearFutureInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampInvalidNoExpiresDateInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampNoChildsInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampNoCreatedDateInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampNoExpiresDateInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampNoMilliseconds() - Method in class org.apache.wss4j.dom.message.TimestampTest
 
testTimestampPlusUsernameTokenSignedStrictHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testTimestampPropertiesInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampPropertiesOutbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampSignedLaxHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testTimestampSignedStrictHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testTimestampStrictOffInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampTTLInbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTimestampTTLOutbound() - Method in class org.apache.wss4j.stax.test.TimestampTest
 
testTokenIdentificationAsymmetricSecurity() - Method in class org.apache.wss4j.stax.test.InboundWSSecurityContextImplTest
 
testTokenIdentificationSymmetricSecurity() - Method in class org.apache.wss4j.stax.test.InboundWSSecurityContextImplTest
 
testTokenIdentificationTransportSecurity() - Method in class org.apache.wss4j.stax.test.InboundWSSecurityContextImplTest
 
testTokenScenario() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testTokenScenarioLateEncryption() - Method in class org.apache.wss4j.policy.stax.test.AsymmetricBindingIntegrationTest
 
testTooLargeDiskSize() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testTooSmallHeapEntries() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
testTransformationCodeInjection() - Method in class org.apache.wss4j.stax.test.VulnerabliltyVectorsTest
 
testTransformedBST() - Method in class org.apache.wss4j.dom.validate.ValidatorTest
In this test, a BinarySecurityToken is added to the SOAP header.
testTransformedSAMLToken() - Method in class org.apache.wss4j.dom.misc.PrincipalTest
Test the principal that is created after processing a SAML Token, which has been transformed into another SAML Token.
testTransformedUsernameToken() - Method in class org.apache.wss4j.dom.misc.PrincipalTest
Test the principal that is created after processing a Username Token, which has been transformed into a SAML Assertion.
testTransportBinding() - Method in class org.apache.wss4j.policy.tests.TransportBindingTest
 
testTransportBindingC11a() - Method in class org.apache.wss4j.policy.stax.test.WSP13SpecTest
 
testTrust10_11() - Method in class org.apache.wss4j.policy.tests.Trust10Test
 
testTrust13_12() - Method in class org.apache.wss4j.policy.tests.Trust13Test
 
testTrust13_13() - Method in class org.apache.wss4j.policy.tests.Trust13Test
 
testTwoActors() - Method in class org.apache.wss4j.dom.misc.SecurityHeaderTest
Test for processing multiple security headers with different actors
testTwoEncryptionActions() - Method in class org.apache.wss4j.stax.test.MultipleActionTest
 
testTwoSignatureActions() - Method in class org.apache.wss4j.stax.test.MultipleActionTest
 
testUnsecuredFaultInbound() - Method in class org.apache.wss4j.stax.test.FaultTest
 
testUnsignedBearer() - Method in class org.apache.wss4j.dom.saml.SamlTokenTest
 
testUnsignedBearer() - Method in class org.apache.wss4j.stax.test.saml.SAMLTokenTest
 
testUnsupportedAlgorithm() - Method in class org.apache.wss4j.dom.misc.FaultCodeTest
Test for the wsse:UnsupportedAlgorithm faultcode.
testUntrustedSignature() - Method in class org.apache.wss4j.dom.message.ModifiedRequestTest
Test for when a Signature is received with a certificate that is not trusted
testUntrustedSignature() - Method in class org.apache.wss4j.dom.validate.ValidatorTest
Test for processing an untrusted signature
testUsernameSupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testUsernameSupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testUsernameSupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testUsernameSupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testUsernameToken() - Method in class org.apache.wss4j.dom.misc.PrincipalTest
Test the principal that is created after processing a Username Token
testUsernameToken() - Method in class org.apache.wss4j.stax.test.PrincipalTest
 
testUsernameToken() - Method in class org.apache.wss4j.stax.test.ReplayTest
 
testUsernameToken12() - Method in class org.apache.wss4j.policy.tests.UsernameTokenTest
 
testUsernameToken13() - Method in class org.apache.wss4j.policy.tests.UsernameTokenTest
 
testUsernameTokenBadDigest() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with a bad password Digest to a WS-Security envelope
testUsernameTokenBadText() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with (bad) password text to a WS-Security envelope
testUsernameTokenBadText() - Method in class org.apache.wss4j.dom.validate.ValidatorTest
Test that adds a UserNameToken with (bad) password text to a WS-Security envelope
testUsernameTokenBadUsername() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that a bad username with password digest does not leak whether the username is valid or not - see WSS-141.
testUsernameTokenConfiguration() - Method in class org.apache.wss4j.stax.test.ConfigurationConverterTest
 
testUsernameTokenCustomFail() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test with a non-standard token type.
testUsernameTokenCustomPass() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test with a non-standard password type.
testUsernameTokenDigest() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with password Digest to a WS-Security envelope
testUsernameTokenDigestText() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with a digested password but with type of password test.
testUsernameTokenEmptyPassword() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with an empty password
testUsernameTokenNonceEncodingType() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that verifies an EncodingType is set for the nonce.
testUsernameTokenNoPassword() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with no password
testUsernameTokenNoPasswordType() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with no password type to a WS-Security envelope See WSS-152 - https://issues.apache.org/jira/browse/WSS-152 "Problem with processing Username Tokens with no password type" The 1.1 spec states that the password type is optional and defaults to password text, and so we should handle an incoming Username Token accordingly.
testUsernameTokenNoUser() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with no user (or password) to a WS-Security envelope See WSS-185 - https://issues.apache.org/jira/browse/WSS-185 "NullPointerException on empty UsernameToken"
testUsernameTokenPlusTimestampPlusSignatureWithBSTSignedAndEncryptedStrictHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testUsernameTokenPlusTimestampSignedAndEncryptedStrictHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testUsernameTokenPlusTimestampSignedStrictHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testUsernameTokenPlusTimestampWithBSTSignedAndEncryptedStrictHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testUsernameTokenPlusTimestampWithBSTSignedStrictHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testUsernameTokenSignatureHandler() - Method in class org.apache.wss4j.dom.handler.SignatureUTAliasTest
Test involving adding a Username Token to a SOAP message and signing it, where the private key for signature is extracted from the KeyStore using a different username/alias to the UsernameToken.
testUsernameTokenSignedLaxHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testUsernameTokenSignedStrictHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testUsernameTokenSignedWithBSTStrictHeaderOrdering() - Method in class org.apache.wss4j.stax.test.HeaderOrderingTest
 
testUsernameTokenText() - Method in class org.apache.wss4j.dom.message.PasswordTypeTest
Test that adds a UserNameToken with password text to a WS-Security envelope
testUsernameTokenText() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with password text to a WS-Security envelope
testUsernameTokenUnit() - Method in class org.apache.wss4j.dom.message.UTDerivedKeyTest
Unit test for the UsernameToken derived key functionality
testUsernameTokenWithEncodedPassword() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with password Digest to a WS-Security envelope
testUsernameTokenWithEncodedPasswordBaseline() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test for encoded passwords.
testUsernameTokenWSHandler() - Method in class org.apache.wss4j.dom.message.PasswordTypeTest
Test that adds a UserNameToken via WSHandler
testUsernameTokenWSHandler() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken via WSHandler
testUsernameTokenWSHandlerEmptyPassword() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with an empty password via WSHandler
testUsernameTokenWSHandlerNonceCreated() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
 
testUsernameTokenWSHandlerNoPassword() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with no password via WSHandler
testUsernameTokenWSHandlerNoPassword2() - Method in class org.apache.wss4j.dom.message.UsernameTokenTest
Test that adds a UserNameToken with no password via WSHandler
testValidatedBSTSignature() - Method in class org.apache.wss4j.dom.validate.ValidatorTest
In this test, a SOAP request is constructed where the SOAP body is signed via a BinarySecurityToken.
testValidModifiedSignature() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs and verifies a Timestamp.
testValidTimestamp() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing a valid Timestamp.
testValidTimestampNoExpires() - Method in class org.apache.wss4j.dom.message.TimestampTest
This is a test for processing a valid Timestamp with no expires element
testWrongUsername() - Method in class org.apache.wss4j.stax.test.UsernameTokenTest
 
testWSHandlerSignatureCanonicalization() - Method in class org.apache.wss4j.dom.message.SignatureTest
 
testWSP15_432Normalization() - Method in class org.apache.wss4j.policy.tests.PolicyNormalizationTest
 
testWSProviderConfig() - Method in class org.apache.wss4j.dom.components.crypto.WSSConfigTest
 
testWss10() - Method in class org.apache.wss4j.policy.tests.Wss10Test
 
testWss11() - Method in class org.apache.wss4j.policy.tests.Wss11Test
 
testWSS170() - Method in class org.apache.wss4j.dom.message.SignatureTest
A test for "SignatureAction does not set DigestAlgorithm on WSSecSignature instance"
testWSS198() - Method in class org.apache.wss4j.dom.message.SignatureEncryptionTest
Test that signs a SOAP Body, and then encrypts some data inside the SOAP Body.
testWSS231() - Method in class org.apache.wss4j.dom.message.SignatureTest
A test for "There is an issue with the position of the element in the header when using WSS4J calling .NET Web Services with WS-Security."
testWSS234() - Method in class org.apache.wss4j.dom.message.SignatureTest
This is a test for WSS-234 - "When a document contains a comment as its first child element, wss4j will not find the SOAP body."
testWSS283() - Method in class org.apache.wss4j.dom.message.SignatureTest
This is a test for WSS-283 - "ClassCastException when signing message with existing WSSE header containing Text as first child": https://issues.apache.org/jira/browse/WSS-283
testWSS62() - Method in class org.apache.wss4j.dom.saml.SamlTokenSVTest
A test for WSS-62: "the crypto file not being retrieved in the doReceiverAction method for the Saml Signed Token" https://issues.apache.org/jira/browse/WSS-62
testWSS96() - Method in class org.apache.wss4j.dom.message.STRSignatureTest
This is a test for WSS-96: "Error when making a signature when containing a WSSecTimestamp" A timestamp is added to the document and signed.
testWSSConfig() - Method in class org.apache.wss4j.dom.components.crypto.WSSConfigTest
 
testWsuId() - Method in class org.apache.wss4j.dom.handler.SignatureConfirmationTest
Test to see that a signature confirmation response that does not contain a wsu:Id fails the BSP compliance is enabled.
testX509() - Method in class org.apache.wss4j.dom.message.token.BinarySecurityTokenTest
A unit test for an X.509 BinarySecurityToken
testX509Certificate() - Method in class org.apache.wss4j.stax.test.PrincipalTest
 
testX509DataAndKeyValue() - Method in class org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest
 
testX509EncryptionSHA1() - Method in class org.apache.wss4j.dom.message.EncryptionTest
Test that encrypts and decrypts a WS-Security envelope.
testX509EncryptionThumb() - Method in class org.apache.wss4j.dom.message.EncryptionTest
Test that encrypts and decrypts a WS-Security envelope.
testX509Signature() - Method in class org.apache.wss4j.dom.message.CertErrorTest
Test for when a bad certificate is used for Signature
testX509Signature() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs and verifies a WS-Security envelope
testX509SignatureDefaultPassword() - Method in class org.apache.wss4j.dom.message.SignatureTest
The test uses the Issuer Serial key identifier type.
testX509SignatureDirectSTR() - Method in class org.apache.wss4j.dom.message.STRSignatureTest
Test that signs and verifies a WS-Security envelope.
testX509SignatureDSA_Autodetect() - Method in class org.apache.wss4j.dom.message.SKISignatureTest
Test that signs and verifies a WS-Security envelope using SubjectKeyIdentifier.
testX509SignatureDSA_SKI() - Method in class org.apache.wss4j.dom.message.SKISignatureTest
Test that signs and verifies a WS-Security envelope using SubjectKeyIdentifier.
testX509SignatureIS() - Method in class org.apache.wss4j.dom.message.SignatureTest
The test uses the Issuer Serial key identifier type.
testX509SignatureISAttached() - Method in class org.apache.wss4j.dom.message.SignatureTest
 
testX509SignatureISSTR() - Method in class org.apache.wss4j.dom.message.STRSignatureTest
Test that signs and verifies a WS-Security envelope.
testX509SignatureRSA_Autodetect() - Method in class org.apache.wss4j.dom.message.SKISignatureTest
Test that signs and verifies a WS-Security envelope using SubjectKeyIdentifier.
testX509SignatureSha256() - Method in class org.apache.wss4j.dom.message.SignatureTest
Sign using a different digest algorithm (SHA-256).
testX509SignatureSha512() - Method in class org.apache.wss4j.dom.message.SignatureTest
 
testX509SignatureSKISTR() - Method in class org.apache.wss4j.dom.message.STRSignatureTest
Test that signs and verifies a WS-Security envelope.
testX509SignatureThumb() - Method in class org.apache.wss4j.dom.message.SignatureTest
Test that signs and verifies a WS-Security envelope.
testX509SignatureThumbAttached() - Method in class org.apache.wss4j.dom.message.SignatureTest
 
testX509SupportingTokenPolicyAdditionalToken() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testX509SupportingTokenPolicyAdditionalTokenFirstIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testX509SupportingTokenPolicyAdditionalTokenLastIgnore() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testX509SupportingTokenPolicyAdditionalTokenNegative() - Method in class org.apache.wss4j.policy.stax.test.SupportingTokensTest
 
testX509Token() - Method in class org.apache.wss4j.policy.tests.X509TokenTest
 
testXMLAttachmentCmplEncCmplSign() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testXMLAttachmentCmplEncCmplSign() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testXMLAttachmentCmplSignCmplEnc() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testXMLAttachmentCmplSignCmplEnc() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testXMLAttachmentCompleteEncryption() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testXMLAttachmentCompleteEncryption() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testXMLAttachmentCompleteSignature() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testXMLAttachmentCompleteSignature() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testXMLAttachmentContentEncryption() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testXMLAttachmentContentEncryption() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testXMLAttachmentContentEncryptionExternalReferenceList() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testXMLAttachmentContentEncryptionExternalReferenceList() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testXMLAttachmentContentEncryptionGCM() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testXMLAttachmentContentEncryptionGCM() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testXMLAttachmentContentEncryptionNoReference() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testXMLAttachmentContentSignature() - Method in class org.apache.wss4j.dom.message.AttachmentTest
 
testXMLAttachmentContentSignature() - Method in class org.apache.wss4j.stax.test.AttachmentTest
 
testZeroDiskSize() - Method in class org.apache.wss4j.common.cache.ReplayCacheTest
 
TimestampTest - Class in org.apache.wss4j.dom.message
WS-Security Test Case for Timestamps.
TimestampTest - Class in org.apache.wss4j.stax.test
 
TimestampTest() - Constructor for class org.apache.wss4j.dom.message.TimestampTest
 
TimestampTest() - Constructor for class org.apache.wss4j.stax.test.TimestampTest
 
TokenProtectionTest - Class in org.apache.wss4j.policy.stax.test
 
TokenProtectionTest() - Constructor for class org.apache.wss4j.policy.stax.test.TokenProtectionTest
 
toSAAJSOAPPart(String) - Static method in class org.apache.wss4j.common.util.SOAPUtil
Convert an SOAP Envelope as a String to a javax.xml.soap.SOAPPart.
toSOAPPart(InputStream) - Static method in class org.apache.wss4j.common.util.SOAPUtil
Convert an SOAP Envelope as an InputStream to a org.w3c.dom.Document.
toSOAPPart(String) - Static method in class org.apache.wss4j.common.util.SOAPUtil
Convert an SOAP Envelope as a String to a org.w3c.dom.Document.
TRANSFORMER_FACTORY - Static variable in class org.apache.wss4j.stax.test.AbstractTestBase
 
TransportBindingIntegrationTest - Class in org.apache.wss4j.policy.stax.test
 
TransportBindingIntegrationTest() - Constructor for class org.apache.wss4j.policy.stax.test.TransportBindingIntegrationTest
 
TransportBindingTest - Class in org.apache.wss4j.policy.stax.test
 
TransportBindingTest - Class in org.apache.wss4j.policy.tests
 
TransportBindingTest() - Constructor for class org.apache.wss4j.policy.stax.test.TransportBindingTest
 
TransportBindingTest() - Constructor for class org.apache.wss4j.policy.tests.TransportBindingTest
 
Trust10Test - Class in org.apache.wss4j.policy.tests
 
Trust10Test() - Constructor for class org.apache.wss4j.policy.tests.Trust10Test
 
Trust13Test - Class in org.apache.wss4j.policy.tests
 
Trust13Test() - Constructor for class org.apache.wss4j.policy.tests.Trust13Test
 

U

UseReqSigCertTest - Class in org.apache.wss4j.dom.handler
Some tests for WSHandlerConstants.USE_REQ_SIG_CERT - the user signature cert is used to encrypt the response.
UseReqSigCertTest() - Constructor for class org.apache.wss4j.dom.handler.UseReqSigCertTest
 
UsernamePasswordCallbackHandler - Class in org.apache.wss4j.dom.common
A Callback Handler implementation for the case of processing a Username Token.
UsernamePasswordCallbackHandler() - Constructor for class org.apache.wss4j.dom.common.UsernamePasswordCallbackHandler
 
UsernameTokenTest - Class in org.apache.wss4j.dom.message
WS-Security Test Case for UsernameTokens.
UsernameTokenTest - Class in org.apache.wss4j.policy.stax.test
 
UsernameTokenTest - Class in org.apache.wss4j.policy.tests
 
UsernameTokenTest - Class in org.apache.wss4j.stax.test
 
UsernameTokenTest() - Constructor for class org.apache.wss4j.dom.message.UsernameTokenTest
 
UsernameTokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.UsernameTokenTest
 
UsernameTokenTest() - Constructor for class org.apache.wss4j.policy.tests.UsernameTokenTest
 
UsernameTokenTest() - Constructor for class org.apache.wss4j.stax.test.UsernameTokenTest
 
UTDerivedKeyTest - Class in org.apache.wss4j.dom.message
WS-Security Test Case for UsernameToken Key Derivation, as defined in the UsernameTokenProfile 1.1 specification.
UTDerivedKeyTest() - Constructor for class org.apache.wss4j.dom.message.UTDerivedKeyTest
 
UTSignatureTest - Class in org.apache.wss4j.dom.message
WS-Security Test Case for UsernameToken Key Derivation, as defined in the UsernameTokenProfile 1.1 specification.
UTSignatureTest() - Constructor for class org.apache.wss4j.dom.message.UTSignatureTest
 

V

validate(Credential, RequestData) - Method in class org.apache.wss4j.dom.common.CustomSamlAssertionValidator
 
ValidatorTest - Class in org.apache.wss4j.dom.validate
A test-case for Validators, check for non-standard behaviour by plugging in Validator implementations.
ValidatorTest() - Constructor for class org.apache.wss4j.dom.validate.ValidatorTest
 
valueOf(String) - Static method in enum org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler.Statement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.wss4j.stax.test.CallbackHandlerImpl.Statement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl.Statement
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.wss4j.dom.common.AbstractSAMLCallbackHandler.Statement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wss4j.stax.test.CallbackHandlerImpl.Statement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wss4j.stax.test.saml.SAMLCallbackHandlerImpl.Statement
Returns an array containing the constants of this enum type, in the order they are declared.
VulnerabliltyVectorsDecompressedBytesTest - Class in org.apache.wss4j.stax.test
 
VulnerabliltyVectorsDecompressedBytesTest() - Constructor for class org.apache.wss4j.stax.test.VulnerabliltyVectorsDecompressedBytesTest
 
VulnerabliltyVectorsTest - Class in org.apache.wss4j.policy.stax.test
 
VulnerabliltyVectorsTest - Class in org.apache.wss4j.stax.test
 
VulnerabliltyVectorsTest() - Constructor for class org.apache.wss4j.policy.stax.test.VulnerabliltyVectorsTest
 
VulnerabliltyVectorsTest() - Constructor for class org.apache.wss4j.stax.test.VulnerabliltyVectorsTest
 

W

WCFUsernameTokenTest - Class in org.apache.wss4j.dom.message.token
A test-case for WSS-199 - "Add support for WCF non-standard Username Tokens" (see also WSS-148 - "WCF interop issue: Namespace not honored incase of attributes.").
WCFUsernameTokenTest() - Constructor for class org.apache.wss4j.dom.message.token.WCFUsernameTokenTest
 
write(XMLStreamReader, XMLStreamWriter) - Static method in class org.apache.wss4j.stax.test.utils.XmlReaderToWriter
 
writeAll(XMLStreamReader, XMLStreamWriter) - Static method in class org.apache.wss4j.stax.test.utils.XmlReaderToWriter
 
WSHandlerGetPasswordTest - Class in org.apache.wss4j.dom.handler
WS-Security Test Case for the getPassword method in WSHandler.
WSHandlerGetPasswordTest() - Constructor for class org.apache.wss4j.dom.handler.WSHandlerGetPasswordTest
 
WSP13SpecTest - Class in org.apache.wss4j.policy.stax.test
 
WSP13SpecTest() - Constructor for class org.apache.wss4j.policy.stax.test.WSP13SpecTest
 
Wss10Test - Class in org.apache.wss4j.policy.tests
 
Wss10Test() - Constructor for class org.apache.wss4j.policy.tests.Wss10Test
 
Wss11Test - Class in org.apache.wss4j.policy.tests
 
Wss11Test() - Constructor for class org.apache.wss4j.policy.tests.Wss11Test
 
WSS4JCallbackHandlerImpl - Class in org.apache.wss4j.stax.test
 
WSS4JCallbackHandlerImpl() - Constructor for class org.apache.wss4j.stax.test.WSS4JCallbackHandlerImpl
 
WSS4JCallbackHandlerImpl(byte[]) - Constructor for class org.apache.wss4j.stax.test.WSS4JCallbackHandlerImpl
 
WSSConfigTest - Class in org.apache.wss4j.dom.components.crypto
Test loading and removing security providers via WSSConfig
WSSConfigTest() - Constructor for class org.apache.wss4j.dom.components.crypto.WSSConfigTest
 
WSSecurityUtilTest - Class in org.apache.wss4j.dom.util
 
WSSecurityUtilTest() - Constructor for class org.apache.wss4j.dom.util.WSSecurityUtilTest
 

X

X509TokenTest - Class in org.apache.wss4j.policy.stax.test
 
X509TokenTest - Class in org.apache.wss4j.policy.tests
 
X509TokenTest() - Constructor for class org.apache.wss4j.policy.stax.test.X509TokenTest
 
X509TokenTest() - Constructor for class org.apache.wss4j.policy.tests.X509TokenTest
 
xmlInputFactory - Static variable in class org.apache.wss4j.stax.test.AbstractTestBase
 
xmlOutputFactory - Variable in class org.apache.wss4j.policy.tests.AbstractTestBase
 
XmlReaderToWriter - Class in org.apache.wss4j.stax.test.utils
 
XMLSecEventAllocator - Class in org.apache.wss4j.stax.test.utils
An extended XMLEventAllocator to collect namespaces and C14N relevant attributes
XMLSecEventAllocator() - Constructor for class org.apache.wss4j.stax.test.utils.XMLSecEventAllocator
 
XOPAttachmentTest - Class in org.apache.wss4j.dom.message
Test for creating / processing an xop:Include inside a CipherValue Element
XOPAttachmentTest - Class in org.apache.wss4j.stax.test
Test for processing an xop:Include inside a CipherValue Element TODO Not supported yet.
XOPAttachmentTest() - Constructor for class org.apache.wss4j.dom.message.XOPAttachmentTest
 
XOPAttachmentTest() - Constructor for class org.apache.wss4j.stax.test.XOPAttachmentTest
 
A B C D E F G H I K L M N O P R S T U V W X 
All Classes All Packages