mace-opensaml-users - Possible bug in AuthzDecisionStatementImpl
Subject: OpenSAML user discussion
List archive
- From: Fátima Milla Olaya <>
- To:
- Subject: Possible bug in AuthzDecisionStatementImpl
- Date: Mon, 22 Oct 2007 15:21:20 +0200
Hi, I am new in opensaml but in the schema of the AuthzDecisionStatement the element Evidence maybe doesn't exist (minOccurs="0") so in the method getOrderedChildren of AuthzDecisionStatementImpl should there be an ·if· for verifying its existence?
public List<XMLObject> getOrderedChildren() {
ArrayList<XMLObject> children = new ArrayList<XMLObject>();
children.addAll(actions);
* if(evidence!=null)*
children.add(evidence);
return Collections.unmodifiableList(children);
}
}
- Missing symbols in Visual Studio build, Brian Sheely, 10/18/2007
- RE: Missing symbols in Visual Studio build, Scott Cantor, 10/18/2007
- Possible bug in AuthzDecisionStatementImpl, Fátima Milla Olaya, 10/22/2007
- Re: Possible bug in AuthzDecisionStatementImpl, Chad La Joie, 10/26/2007
- Possible bug in AuthzDecisionStatementImpl, Fátima Milla Olaya, 10/22/2007
- RE: Missing symbols in Visual Studio build, Scott Cantor, 10/18/2007
Archive powered by MHonArc 2.6.16.