A B C D E F G H I L M N O P R S T U W 

A

assertEquals(Document, XMLObject) - Method in class org.opensaml.ws.BaseTestCase
Asserts a given XMLObject is equal to an expected DOM.
assertEquals(String, Document, XMLObject) - Method in class org.opensaml.ws.BaseTestCase
Asserts a given XMLObject is equal to an expected DOM.
assertRuleFailure(String) - Method in class org.opensaml.ws.security.BaseSecurityPolicyRuleTestCase
Evaluate the current policy rule using the current message context.
assertRuleSuccess(String) - Method in class org.opensaml.ws.security.BaseSecurityPolicyRuleTestCase
Evaluate the current policy rule using the current message context.

B

backupFile - Variable in class org.opensaml.util.resource.FilebackedHttpResourceTest
Temporary backup file.
BaseSecurityPolicyRuleTestCase - Class in org.opensaml.ws.security
Base class for security policy rule tests.
BaseSecurityPolicyRuleTestCase() - Constructor for class org.opensaml.ws.security.BaseSecurityPolicyRuleTestCase
 
BaseTestCase - Class in org.opensaml.ws
Base test case for SOAP XMLObject unit tests.
BaseTestCase() - Constructor for class org.opensaml.ws.BaseTestCase
 
bodyMessage - Variable in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest.TestContext
 
bodyMessage - Variable in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest.TestContext
 
builderFactory - Static variable in class org.opensaml.ws.BaseTestCase
XMLObject builder factory.
builders_ - Variable in class org.opensaml.ws.WSBaseTestCase
Map of builders, marshallers and unmarshallers
buildInboundMessage() - Method in class org.opensaml.ws.security.BaseSecurityPolicyRuleTestCase
Build the message to be evaled.
buildInTransport() - Method in class org.opensaml.ws.security.BaseSecurityPolicyRuleTestCase
Build the inbound message message InTransport that will be set in the message context.
buildInTransport() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Build the inbound message message InTransport that will be set in the message context.
buildInTransport() - Method in class org.opensaml.ws.security.provider.HTTPRuleTest
Build the inbound message message InTransport that will be set in the message context.
buildMessageContext() - Method in class org.opensaml.ws.security.BaseSecurityPolicyRuleTestCase
Build the message context that will be evaluated.
buildServletRequest() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Builds a mock HttpServletRequest.
buildServletRequest() - Method in class org.opensaml.ws.security.provider.HTTPRuleTest
Builds a mock HttpServletRequest.
buildXMLObject(QName) - Method in class org.opensaml.ws.BaseTestCase
Builds the requested XMLObject.
buildXMLObject(QName) - Method in class org.opensaml.ws.WSBaseTestCase
 

C

certNameOpts - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
ClasspathResourceTest - Class in org.opensaml.util.resource
Unit test for ClasspathResource.
ClasspathResourceTest() - Constructor for class org.opensaml.util.resource.ClasspathResourceTest
 
ClientCertAuthRuleTest - Class in org.opensaml.ws.security.provider
Test client certificate authentication security policy rule.
ClientCertAuthRuleTest() - Constructor for class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
configureWS() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
configureWS() - Method in class org.opensaml.ws.WSBaseTestCase
 
configureWS() - Method in class org.opensaml.ws.wspolicy.WSPolicyObjectsTestCase
configureWS() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
configureWS() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
confirmRequestCert() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Sanity check that request cert is there.
contentType - Variable in class org.opensaml.ws.security.provider.HTTPRuleTest
 
createClaims() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
createCombinedHash(String) - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
createParser() - Method in class org.opensaml.ws.WSBaseTestCase
 
createTimestamp() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
createUsernameToken(String, String) - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
createUsernameToken(String, String) - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
credentials - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 

D

decoder - Variable in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest
 

E

encoder - Variable in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
 
entityCert - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
entityCertBase64 - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
entityCN - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
entityDNSAltName - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
entitySubjectDN - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
entityURIAltName - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
entityX509Cred - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
existingResource - Variable in class org.opensaml.util.resource.ResourceChangeWatcherTest
A resource that exists.
expectedFaultActor - Variable in class org.opensaml.ws.soap.soap11.SOAPTest
 
expectedFaultCode - Variable in class org.opensaml.ws.soap.soap11.SOAPTest
 
expectedFaultString - Variable in class org.opensaml.ws.soap.soap11.SOAPTest
 

F

FilebackedHttpResourceTest - Class in org.opensaml.util.resource
Unit test for FileBackedHttpResource.
FilebackedHttpResourceTest() - Constructor for class org.opensaml.util.resource.FilebackedHttpResourceTest
 
FilesystemResourceTest - Class in org.opensaml.util.resource
Unit test for FilesystemResource.
FilesystemResourceTest() - Constructor for class org.opensaml.util.resource.FilesystemResourceTest
 

G

getBuilder(QName) - Method in class org.opensaml.ws.WSBaseTestCase
 
getEncodedMessage(SOAP11EncoderTest.TestContext) - Method in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
 
getInTransportResource(String) - Method in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest
 
getMarshaller(QName) - Method in class org.opensaml.ws.WSBaseTestCase
 
getMarshaller(XMLObject) - Method in class org.opensaml.ws.WSBaseTestCase
 
getOutTransport() - Method in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
 
getRequestCertChain() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Get the cert chain from the request's inbound transport adapted HTTPServletRequest.
getUnmarshaller(QName) - Method in class org.opensaml.ws.WSBaseTestCase
 
getUnmarshaller(XMLObject) - Method in class org.opensaml.ws.WSBaseTestCase
 
getUnmarshaller(Element) - Method in class org.opensaml.ws.WSBaseTestCase
 

H

handlerChain - Variable in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest
 
handlerChain - Variable in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
 
httpRequest - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
httpRequest - Variable in class org.opensaml.ws.security.provider.HTTPRuleTest
 
HttpResourceTest - Class in org.opensaml.util.resource
Unit test for HttpResource.
HttpResourceTest() - Constructor for class org.opensaml.util.resource.HttpResourceTest
 
HTTPRuleTest - Class in org.opensaml.ws.security.provider
Test the HTTP security policy rule.
HTTPRuleTest() - Constructor for class org.opensaml.ws.security.provider.HTTPRuleTest
 
HTTPTransportUtilsTest - Class in org.opensaml.ws.transport.http
 
HTTPTransportUtilsTest() - Constructor for class org.opensaml.ws.transport.http.HTTPTransportUtilsTest
 

I

inaccessibleResource - Variable in class org.opensaml.util.resource.ResourceChangeWatcherTest
A resource that does not exist.
invoke(MessageContext) - Method in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest.TestBodyHandler
invoke(MessageContext) - Method in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest.TestHeaderHandler
invoke(MessageContext) - Method in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest.TestBodyHandler
invoke(MessageContext) - Method in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest.TestHeaderHandler
issuer - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 

L

log - Variable in class org.opensaml.ws.BaseTestCase
Logger.
log - Variable in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
log - Variable in class org.opensaml.ws.WSBaseTestCase
 
log - Variable in class org.opensaml.ws.wspolicy.WSPolicyObjectsTestCase
 
log - Variable in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 

M

MandatoryIssuerRuleTest - Class in org.opensaml.ws.security.provider
Test the mandatory issuer rule.
MandatoryIssuerRuleTest() - Constructor for class org.opensaml.ws.security.provider.MandatoryIssuerRuleTest
 
marshallAndUnmarshall(T) - Method in class org.opensaml.ws.WSBaseTestCase
 
marshallerFactory - Static variable in class org.opensaml.ws.BaseTestCase
XMLObject marshaller factory.
marshallers_ - Variable in class org.opensaml.ws.WSBaseTestCase
 
messageContext - Variable in class org.opensaml.ws.security.BaseSecurityPolicyRuleTestCase
The message context to evaluate.
messageContext - Variable in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest
 
messageContext - Variable in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
 
messageID - Variable in class org.opensaml.util.storage.ReplayCacheTest
 
method - Variable in class org.opensaml.ws.security.provider.HTTPRuleTest
 

N

nonExistingResource - Variable in class org.opensaml.util.resource.ResourceChangeWatcherTest
A resource that does not exist.

O

org.opensaml.util - package org.opensaml.util
 
org.opensaml.util.resource - package org.opensaml.util.resource
 
org.opensaml.util.storage - package org.opensaml.util.storage
 
org.opensaml.ws - package org.opensaml.ws
 
org.opensaml.ws.security - package org.opensaml.ws.security
 
org.opensaml.ws.security.provider - package org.opensaml.ws.security.provider
 
org.opensaml.ws.soap.soap11 - package org.opensaml.ws.soap.soap11
 
org.opensaml.ws.soap.soap11.decoder - package org.opensaml.ws.soap.soap11.decoder
 
org.opensaml.ws.soap.soap11.encoder - package org.opensaml.ws.soap.soap11.encoder
 
org.opensaml.ws.transport.http - package org.opensaml.ws.transport.http
 
org.opensaml.ws.wsaddressing - package org.opensaml.ws.wsaddressing
 
org.opensaml.ws.wspolicy - package org.opensaml.ws.wspolicy
 
org.opensaml.ws.wssecurity - package org.opensaml.ws.wssecurity
 
org.opensaml.ws.wstrust - package org.opensaml.ws.wstrust
 
otherCert1 - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
otherCert1Base64 - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 

P

parser_ - Variable in class org.opensaml.ws.WSBaseTestCase
DOM parser pool
parserPool - Static variable in class org.opensaml.ws.BaseTestCase
Parser pool.
parseUnmarshallResource(String, boolean) - Method in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
 
parseUnmarshallResourceByteArray(byte[], boolean) - Method in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
 
parseXMLDocument(String) - Method in class org.opensaml.ws.WSBaseTestCase
 
PropertyReplacementResourceFilterTest - Class in org.opensaml.util.resource
Unit test for PropertyReplacementResourceFilter.
PropertyReplacementResourceFilterTest() - Constructor for class org.opensaml.util.resource.PropertyReplacementResourceFilterTest
 
propsFilePath - Variable in class org.opensaml.util.resource.PropertyReplacementResourceFilterTest
Path to property file used to expand macros.

R

realResrc - Variable in class org.opensaml.util.resource.ClasspathResourceTest
Path to a resource that exists.
realResrc - Variable in class org.opensaml.util.resource.FilebackedHttpResourceTest
Path to a resource that exists.
realResrc - Variable in class org.opensaml.util.resource.FilesystemResourceTest
Path to a resource that exists.
realResrc - Variable in class org.opensaml.util.resource.HttpResourceTest
URL to a resource that exists.
registerBuilders() - Method in class org.opensaml.ws.WSBaseTestCase
 
registerMarshallers() - Method in class org.opensaml.ws.WSBaseTestCase
 
registerUnmarshallers() - Method in class org.opensaml.ws.WSBaseTestCase
 
ReplayCacheTest - Class in org.opensaml.util.storage
Testing SAML message replay security policy rule.
ReplayCacheTest() - Constructor for class org.opensaml.util.storage.ReplayCacheTest
 
requireSecured - Variable in class org.opensaml.ws.security.provider.HTTPRuleTest
 
resolver - Variable in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
 
ResourceChangeWatcherTest - Class in org.opensaml.util.resource
Unit test for ResourceChangeWatcher.
ResourceChangeWatcherTest() - Constructor for class org.opensaml.util.resource.ResourceChangeWatcherTest
 
rule - Variable in class org.opensaml.ws.security.BaseSecurityPolicyRuleTestCase
The security policy rule to evaluate.

S

setRequestCertChain(X509Certificate[]) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Set the cert chain in the message context's inbound transport adapted HTTPServletRequest.
setUp() - Method in class org.opensaml.util.resource.FilesystemResourceTest
setUp() - Method in class org.opensaml.util.resource.ResourceChangeWatcherTest
setUp() - Method in class org.opensaml.util.storage.ReplayCacheTest
setUp() - Method in class org.opensaml.ws.BaseTestCase
setUp() - Method in class org.opensaml.ws.security.BaseSecurityPolicyRuleTestCase
setUp() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
setUp() - Method in class org.opensaml.ws.security.provider.HTTPRuleTest
setUp() - Method in class org.opensaml.ws.security.provider.MandatoryIssuerRuleTest
setUp() - Method in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest
setUp() - Method in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
setUp() - Method in class org.opensaml.ws.soap.soap11.SOAPTest
setUp() - Method in class org.opensaml.ws.WSBaseTestCase
 
SimpleURLCanonicalizerTest - Class in org.opensaml.util
Test the simple URL canonicalizer.
SimpleURLCanonicalizerTest() - Constructor for class org.opensaml.util.SimpleURLCanonicalizerTest
 
SOAP11DecoderTest - Class in org.opensaml.ws.soap.soap11.decoder
Test basic SOAP 1.1 message decoding.
SOAP11DecoderTest() - Constructor for class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest
 
SOAP11DecoderTest.TestBodyHandler - Class in org.opensaml.ws.soap.soap11.decoder
 
SOAP11DecoderTest.TestBodyHandler() - Constructor for class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest.TestBodyHandler
 
SOAP11DecoderTest.TestContext - Class in org.opensaml.ws.soap.soap11.decoder
 
SOAP11DecoderTest.TestContext() - Constructor for class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest.TestContext
 
SOAP11DecoderTest.TestHeaderHandler - Class in org.opensaml.ws.soap.soap11.decoder
 
SOAP11DecoderTest.TestHeaderHandler() - Constructor for class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest.TestHeaderHandler
 
SOAP11EncoderTest - Class in org.opensaml.ws.soap.soap11.encoder
Test basic SOAP 1.1 message encoding.
SOAP11EncoderTest() - Constructor for class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
 
SOAP11EncoderTest.TestBodyHandler - Class in org.opensaml.ws.soap.soap11.encoder
 
SOAP11EncoderTest.TestBodyHandler() - Constructor for class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest.TestBodyHandler
 
SOAP11EncoderTest.TestContext - Class in org.opensaml.ws.soap.soap11.encoder
 
SOAP11EncoderTest.TestContext() - Constructor for class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest.TestContext
 
SOAP11EncoderTest.TestHeaderHandler - Class in org.opensaml.ws.soap.soap11.encoder
 
SOAP11EncoderTest.TestHeaderHandler() - Constructor for class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest.TestHeaderHandler
 
soapFault - Variable in class org.opensaml.ws.soap.soap11.SOAPTest
Path, on classpath, to SOAP fault test document.
soapFaultMarshall - Variable in class org.opensaml.ws.soap.soap11.SOAPTest
Path, on classpath, to SOAP fault test document.
soapMessage - Variable in class org.opensaml.ws.soap.soap11.SOAPTest
Path, on classpath, to SOAP message test document.
SOAPTest - Class in org.opensaml.ws.soap.soap11
Tests marshalling and unmarshalling SOAP messages.
SOAPTest() - Constructor for class org.opensaml.ws.soap.soap11.SOAPTest
 
storageEngine - Variable in class org.opensaml.util.storage.ReplayCacheTest
 

T

tearDown() - Method in class org.opensaml.util.resource.FilebackedHttpResourceTest
tearDown() - Method in class org.opensaml.ws.WSBaseTestCase
 
TEST_CLAIMS_QNAME - Static variable in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
QName for test Claims element.
TEST_ELEMENT_QNAME - Static variable in class org.opensaml.ws.wspolicy.WSPolicyObjectsTestCase
QName for test wildcard element.
testAction() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testAddress() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testAll() - Method in class org.opensaml.ws.wspolicy.WSPolicyObjectsTestCase
 
testAllGood() - Method in class org.opensaml.ws.security.provider.HTTPRuleTest
Test all parameters valid.
testAllowPostdating() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testAppliesTo() - Method in class org.opensaml.ws.wspolicy.WSPolicyObjectsTestCase
 
testAuthenticationType() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testAuthenticator() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testBasicEncoding() - Method in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
Test basic encoding of a message in an envelope.
testBasicNoHeaders() - Method in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest
Test basic no header case.
testBinaryExchange() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testBinarySecret() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testBinarySecurityToken() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testCancelTarget() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testCanonicalizationAlgorithm() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testCertIssuerDerivationDNSAltNAme() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Test trusted client.
testCertIssuerDerivationSubjectCN() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Test trusted client.
testCertIssuerDerivationSubjectDN() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Test trusted client.
testCertIssuerDerivationURIAltName() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Test trusted client.
testChallenge() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testClaims() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testClientNotTrusted() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Test untrusted client.
testClientTrusted() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Test trusted client.
testCode() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testCombinedHash() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testComputedKey() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testComputedKeyAlgorithm() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testConstructorResourceExists() - Method in class org.opensaml.util.resource.ResourceChangeWatcherTest
Test that watcher construction succeeds when resource is successfully determined to exist.
testConstructorResourceInaccessibleNoRetries() - Method in class org.opensaml.util.resource.ResourceChangeWatcherTest
Test that watcher construction fails when resource is inaccessible (existence can not be determined) and no retries are configured.
testConstructorResourceInaccessibleWithRetries() - Method in class org.opensaml.util.resource.ResourceChangeWatcherTest
Test that watcher construction succeeds when resource is inaccessible (existence can not be determined) but a sufficient number of retries exists.
testConstructorResourceNotExists() - Method in class org.opensaml.util.resource.ResourceChangeWatcherTest
Test that watcher construction succeeds when resource is successfully determined to not exist.
testContentTypeBad() - Method in class org.opensaml.ws.security.provider.HTTPRuleTest
Bad request content type.
testCreated() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testDelegatable() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testDelegateTo() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testEmbedded() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testEmptyString() - Method in class org.opensaml.ws.security.provider.MandatoryIssuerRuleTest
Test null issuer.
testEncodingWithHandler() - Method in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
Test encoding with a header added by a message context handler.
testEncryptedHeader() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testEncryption() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testEncryptionAlgorithm() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testEncryptWith() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testEndpointReference() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testEntropy() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testExactlyOne() - Method in class org.opensaml.ws.wspolicy.WSPolicyObjectsTestCase
 
testExists() - Method in class org.opensaml.util.resource.ClasspathResourceTest
Tests the ClasspathResource.exists() method.
testExists() - Method in class org.opensaml.util.resource.FilebackedHttpResourceTest
Tests the FileBackedHttpResource.exists() method.
testExists() - Method in class org.opensaml.util.resource.FilesystemResourceTest
Tests the FilesystemResource.exists() method.
testExists() - Method in class org.opensaml.util.resource.HttpResourceTest
Tests the HttpResource.exists() method.
testExpires() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testFaultTo() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testFilePath - Variable in class org.opensaml.util.resource.PropertyReplacementResourceFilterTest
Path to test file whose macros will be expanded.
testFilter() - Method in class org.opensaml.util.resource.PropertyReplacementResourceFilterTest
Tests the application of the PropertyReplacementResourceFilter.
testForwardable() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testFrom() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testGetInputStream() - Method in class org.opensaml.util.resource.ClasspathResourceTest
Tests the ClasspathResource.getInputStream() method.
testGetInputStream() - Method in class org.opensaml.util.resource.FilebackedHttpResourceTest
Tests the FileBackedHttpResource.getInputStream() method.
testGetInputStream() - Method in class org.opensaml.util.resource.FilesystemResourceTest
Tests the FilesystemResource.getInputStream() method.
testGetInputStream() - Method in class org.opensaml.util.resource.HttpResourceTest
Tests the HttpResource.getInputStream() method.
testGetLastModifiedTime() - Method in class org.opensaml.util.resource.ClasspathResourceTest
Tests the ClasspathResource.getLastModifiedTime() method.
testGetLastModifiedTime() - Method in class org.opensaml.util.resource.FilebackedHttpResourceTest
Tests the FileBackedHttpResource.getLastModifiedTime() method.
testGetLastModifiedTime() - Method in class org.opensaml.util.resource.FilesystemResourceTest
Tests the FilesystemResource.getLastModifiedTime() method.
testGetLastModifiedTime() - Method in class org.opensaml.util.resource.HttpResourceTest
Tests the HttpResource.getLastModifiedTime() method.
testGetLocation() - Method in class org.opensaml.util.resource.ClasspathResourceTest
Tests the ClasspathResource.getLocation() method.
testGetLocation() - Method in class org.opensaml.util.resource.FilebackedHttpResourceTest
Tests the FileBackedHttpResource.getLocation() method.
testGetLocation() - Method in class org.opensaml.util.resource.FilesystemResourceTest
Tests the FilesystemResource.getLocation() method.
testGetLocation() - Method in class org.opensaml.util.resource.HttpResourceTest
Tests the HttpResource.getLocation() method.
testGetRawQueryParameter() - Method in class org.opensaml.ws.transport.http.HTTPTransportUtilsTest
 
testHandlerChainInvocation() - Method in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest
Test 2-Handler chain, populating header and body info in context.
testHostname() - Method in class org.opensaml.util.SimpleURLCanonicalizerTest
 
testIssuedTokens() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testIssuer() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testIteration() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testKET() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testKeyExchangeToken() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testKeyIdentifier() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testKeySize() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testKeyType() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testKeyWrapAlgorithm() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testLifetime() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testMessageID() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testMetadata() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testNonce() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testNonexistantResource() - Method in class org.opensaml.util.resource.ClasspathResourceTest
Tests creating a classpath resource pointing to a resource that doesn't exist.
testNonReplayDistinctIDs() - Method in class org.opensaml.util.storage.ReplayCacheTest
Test valid non-replayed message ID.
testNonReplayEmptyCache() - Method in class org.opensaml.util.storage.ReplayCacheTest
Test valid non-replayed message ID.
testNonReplayValidByMillisecondExpiriation() - Method in class org.opensaml.util.storage.ReplayCacheTest
Test valid replayed message ID, setting expriation by millisecond duration.
testNull() - Method in class org.opensaml.ws.security.provider.MandatoryIssuerRuleTest
Test null issuer.
testOnBehalfOf() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testParticipant() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testPassword() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testPolicy() - Method in class org.opensaml.ws.wspolicy.WSPolicyObjectsTestCase
 
testPolicyAttachment() - Method in class org.opensaml.ws.wspolicy.WSPolicyObjectsTestCase
 
testPolicyReference() - Method in class org.opensaml.ws.wspolicy.WSPolicyObjectsTestCase
 
testPort() - Method in class org.opensaml.util.SimpleURLCanonicalizerTest
 
testPrimary() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testProblemAction() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testProblemHeaderQName() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testProblemIRI() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testProofEncryption() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testReason() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testReference() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testReferenceParameters() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testRelatesTo() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testRenewing() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRenewTarget() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testReplay() - Method in class org.opensaml.util.storage.ReplayCacheTest
Test invalid replayed message ID, using replay cache default expiration duration.
testReplyTo() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testRequestedAttachedReference() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRequestedProofToken() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRequestedSecurityToken() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRequestedTokenCancelled() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRequestedUnattachedReference() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRequestMethodBad() - Method in class org.opensaml.ws.security.provider.HTTPRuleTest
Bad request method.
testRequestSecurityToken() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRequestSecurityTokenCollection() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRequestSecurityTokenResponse() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRequestSecurityTokenResponseCollection() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRequestType() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testRequireSecureBad() - Method in class org.opensaml.ws.security.provider.HTTPRuleTest
Bad request secure flag.
testRetryAfter() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testSalt() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testScheme() - Method in class org.opensaml.util.SimpleURLCanonicalizerTest
 
testSecurity() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testSecurityTokenReference() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testSignatureAlgorithm() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testSignatureConfirmation() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testSignChallenge() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testSignChallengeResponse() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testSignWith() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testSoapAction() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testSOAPFault() - Method in class org.opensaml.ws.soap.soap11.SOAPTest
Test unmarshalling a SOAP fault, dropping its DOM representation and then remarshalling it.
testSOAPFaultBuilders() - Method in class org.opensaml.ws.soap.soap11.SOAPTest
Test that the no-arg SOAP fault-related builders are operating correcting, i.e.
testSOAPFaultConstructAndMarshall() - Method in class org.opensaml.ws.soap.soap11.SOAPTest
Test constructing and marshalling a SOAP fault message.
testSOAPMessage() - Method in class org.opensaml.ws.soap.soap11.SOAPTest
Test unmarshalling a SOAP message, dropping its DOM representation and then remarshalling it.
testStatus() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testSuccess() - Method in class org.opensaml.ws.security.provider.MandatoryIssuerRuleTest
Test non-null issuer.
testTimestamp() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testTo() - Method in class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
testTokenType() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testTransformationParameters() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testUntrustedClientWithCertIssuerDerivations() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRuleTest
Test untrusted client.
testURLBuilder1() - Method in class org.opensaml.util.URLBuilderTest
Test with scheme and host.
testURLBuilder2() - Method in class org.opensaml.util.URLBuilderTest
Test with scheme, host, and path.
testURLBuilder3() - Method in class org.opensaml.util.URLBuilderTest
Test with scheme, host, port, path, and query params.
testURLBuilder4() - Method in class org.opensaml.util.URLBuilderTest
Test with scheme, host, and fragment.
testURLBuilder5() - Method in class org.opensaml.util.URLBuilderTest
Test with scheme, host, port, path, query params, and anchor.
testURLBuilder6() - Method in class org.opensaml.util.URLBuilderTest
Test with scheme, username, password, and host.
testURLBuilder7() - Method in class org.opensaml.util.URLBuilderTest
Test with scheme, username, and host.
testUseKey() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
testUsername() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testUsernameToken() - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
testValidateTarget() - Method in class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
tHeaderName - Variable in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest.TestHeaderHandler
 
tHeaderName - Variable in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest.TestHeaderHandler
 
transaction - Variable in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest.TestContext
 
transaction - Variable in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest.TestContext
 

U

understandsHeaders() - Method in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest.TestBodyHandler
understandsHeaders() - Method in class org.opensaml.ws.soap.soap11.decoder.SOAP11DecoderTest.TestHeaderHandler
unmarshallAndMarshall(String) - Method in class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
unmarshallerFactory - Static variable in class org.opensaml.ws.BaseTestCase
XMLObject unmarshaller factory.
unmarshallers_ - Variable in class org.opensaml.ws.WSBaseTestCase
 
unmarshallXML(String) - Method in class org.opensaml.ws.WSBaseTestCase
Unmarshalls an element file into its XMLObject.
unmarshallXMLObject(Document, boolean) - Method in class org.opensaml.ws.soap.soap11.encoder.SOAP11EncoderTest
 
unreachableURLResc - Variable in class org.opensaml.util.resource.FilebackedHttpResourceTest
Path to a resource that does not exist.
URLBuilderTest - Class in org.opensaml.util
Tests building and parsing URLs with the builder.
URLBuilderTest() - Constructor for class org.opensaml.util.URLBuilderTest
 

W

WSAddressingObjectsTestCase - Class in org.opensaml.ws.wsaddressing
WSAddressingObjectTestCase is the test case for the WS-Addressing objects.
WSAddressingObjectsTestCase() - Constructor for class org.opensaml.ws.wsaddressing.WSAddressingObjectsTestCase
 
WSBaseTestCase - Class in org.opensaml.ws
WSBaseTestCase is the base test case for the WS-* packages.
WSBaseTestCase() - Constructor for class org.opensaml.ws.WSBaseTestCase
 
WSPolicyObjectsTestCase - Class in org.opensaml.ws.wspolicy
WSPolicyObjectTestCase is the test case for the WS-policy objects.
WSPolicyObjectsTestCase() - Constructor for class org.opensaml.ws.wspolicy.WSPolicyObjectsTestCase
 
WSSecurityObjectsTestCase - Class in org.opensaml.ws.wssecurity
WSSecurityObjectsTestCase is the base test case for the WS-Security objects.
WSSecurityObjectsTestCase() - Constructor for class org.opensaml.ws.wssecurity.WSSecurityObjectsTestCase
 
WSTrustObjectsTestCase - Class in org.opensaml.ws.wstrust
WSTrustObjectsTestCase is the base test case for the WS-Trust objects.
WSTrustObjectsTestCase() - Constructor for class org.opensaml.ws.wstrust.WSTrustObjectsTestCase
 
A B C D E F G H I L M N O P R S T U W 

Copyright © 1999-2014. All Rights Reserved.