Skip to Content.
Sympa Menu

mace-opensaml-users - AddRespondWith method

Subject: OpenSAML user discussion

List archive

AddRespondWith method


Chronological Thread 
  • From:
  • To:
  • Subject: AddRespondWith method
  • Date: Wed, 25 Jun 2008 16:06:21 -0400 (EDT)

Hi
I am trying to add "AuthenticationStatement" in the <saml:respondWith> element
i created SAMLRequest and added SAMLArtifact i got from the IDP like this

SAMLArtifactType0001 artifact= new SAMLArtifactType0001(SAMLArt.getBytes());
SAMLRequest r= new SAMLRequest();
r.addArtifact(artifact);
r.setIssueInstant(new Date());
r.setMinorVersion(0);
r.addRespondWith(???)
Could anybody please let me know how can i do this ?
Thanks



Archive powered by MHonArc 2.6.16.

Top of Page