Skip to Content.
Sympa Menu

mace-opensaml-users - setAssertionHandle method in SAML1ArtifactType0001 and SAML1ArtifactType0002 classes is missing a statement to actually set the variable

Subject: OpenSAML user discussion

List archive

setAssertionHandle method in SAML1ArtifactType0001 and SAML1ArtifactType0002 classes is missing a statement to actually set the variable


Chronological Thread 
  • From:
  • To:
  • Subject: setAssertionHandle method in SAML1ArtifactType0001 and SAML1ArtifactType0002 classes is missing a statement to actually set the variable
  • Date: Tue, 26 Jun 2007 13:53:16 -0400 (EDT)


The following code is from the
org\opensaml\saml1\binding\artifact\SAML1ArtifactType0002.java of the new
alpha release


/**
* Sets the artifiact's 20 byte assertion handle.
*
* @param assertionHandle artifiact's 20 byte assertion handle
*/
public void setAssertionHandle(byte[] assertionHandle) {
if (assertionHandle.length != 20) {
throw new IllegalArgumentException("Artifact assertion handle
must be 20 bytes long");
}
}


  • setAssertionHandle method in SAML1ArtifactType0001 and SAML1ArtifactType0002 classes is missing a statement to actually set the variable, sharada . deshpande, 06/26/2007

Archive powered by MHonArc 2.6.16.

Top of Page