mace-opensaml-users - AuthnRequestImpl and setForceAuthn(Boolean)
Subject: OpenSAML user discussion
List archive
- From: "Giuseppe Sarno" <>
- To: "OpenSAML" <>
- Subject: AuthnRequestImpl and setForceAuthn(Boolean)
- Date: Thu, 26 Oct 2006 22:23:06 +0100
Hi while using the library for an authnrequest I noticed the ForceAuth
though set remains null.
This is the setForceAuthn as defined in AuthnRequestImpl. (TP2)
/**
{@inheritDoc}
*/
public void setForceAuthn(Boolean newForceAuth){
if(newForceAuth == null){
forceAuthn = prepareForAssignment(forceAuthn, new
XSBooleanValue(newForceAuth, false));
}else{
forceAuthn = prepareForAssignment(forceAuthn, null);
}
}
Should the else part be something like this ?
forceAuthn = prepareForAssignment(forceAuthn, new
XSBooleanValue(newForceAuth, forceAuthn.booleanValue());
Thanks.
Giuseppe.
- missing namespace attribute, Tom Scavo, 10/26/2006
- RE: missing namespace attribute, Scott Cantor, 10/26/2006
- Re: missing namespace attribute, Tom Scavo, 10/26/2006
- RE: missing namespace attribute, Scott Cantor, 10/26/2006
- Re: missing namespace attribute, Tom Scavo, 10/27/2006
- RE: missing namespace attribute, Scott Cantor, 10/26/2006
- Re: missing namespace attribute, Tom Scavo, 10/26/2006
- AuthnRequestImpl and setForceAuthn(Boolean), Giuseppe Sarno, 10/26/2006
- RE: missing namespace attribute, Scott Cantor, 10/26/2006
Archive powered by MHonArc 2.6.16.