Package org.opensaml.soap.wstrust.impl
Class WSTrustObjectsTestCase
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.soap.testing.WSBaseTestCase
-
- org.opensaml.soap.wstrust.impl.WSTrustObjectsTestCase
-
public class WSTrustObjectsTestCase extends WSBaseTestCase
WSTrustObjectsTestCase is the base test case for the WS-Trust objects.
-
-
Field Summary
Fields Modifier and Type Field Description private static QNameTEST_CLAIMS_QNAMEQName for test Claims element.-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description WSTrustObjectsTestCase()
-
Method Summary
-
Methods inherited from class org.opensaml.soap.testing.WSBaseTestCase
marshallAndUnmarshall
-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
TEST_CLAIMS_QNAME
private static final QName TEST_CLAIMS_QNAME
QName for test Claims element.
-
-
Method Detail
-
testCanonicalizationAlgorithm
public void testCanonicalizationAlgorithm() throws Exception- Throws:
Exception
-
testRequestedAttachedReference
public void testRequestedAttachedReference() throws Exception- Throws:
Exception
-
testRequestedSecurityToken
public void testRequestedSecurityToken() throws Exception- Throws:
Exception
-
testRequestedTokenCancelled
public void testRequestedTokenCancelled() throws Exception- Throws:
Exception
-
testRequestedUnattachedReference
public void testRequestedUnattachedReference() throws Exception- Throws:
Exception
-
testRequestSecurityTokenCollection
public void testRequestSecurityTokenCollection() throws Exception- Throws:
Exception
-
testRequestSecurityTokenResponse
public void testRequestSecurityTokenResponse() throws Exception- Throws:
Exception
-
testRequestSecurityTokenResponseCollection
public void testRequestSecurityTokenResponseCollection() throws Exception- Throws:
Exception
-
testSignChallengeResponse
public void testSignChallengeResponse() throws Exception- Throws:
Exception
-
createCombinedHash
protected CombinedHash createCombinedHash(String value) throws Exception
- Throws:
Exception
-
createUsernameToken
protected UsernameToken createUsernameToken(String user, String pass) throws Exception
- Throws:
Exception
-
-