Skip to Content.
Sympa Menu

mace-opensaml-users - Re: <saml:Statement> implementation for <saml:Statemen xsi:type="xacml-saml:XACMLAuthzDecisionStatementType"

Subject: OpenSAML user discussion

List archive

Re: <saml:Statement> implementation for <saml:Statemen xsi:type="xacml-saml:XACMLAuthzDecisionStatementType"


Chronological Thread 
  • From: "Tom Scavo" <>
  • To:
  • Subject: Re: <saml:Statement> implementation for <saml:Statemen xsi:type="xacml-saml:XACMLAuthzDecisionStatementType"
  • Date: Wed, 7 Mar 2007 08:57:48 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UcnW6RtJdsoxuXNlD3S2NP9ANPTYOi3Qjal0261dwk9VvWPas72vwfCONU2QQX0AZRTfaRs/E9o3vOlXE9103T7xb4NPGaKUTadreAZIQiEA9gy64fHiMNDdGJSIg9x1//5JjoOFlT49kzdPTnTxV+zggGfe0Ecz0wp7c/Ru728=

The type of Statement is an abstract type, so I doubt there's anything to
code:

<element name="Statement" type="saml:StatementAbstractType"/>
<complexType name="StatementAbstractType" abstract="true"/>

I've implemented a custom statement in OpenSAML 1.1, but not 2.0, sorry.

Tom

On 3/7/07, Pedro Navarro Pérez
<>
wrote:
Hi,

I'm trying to extend the OpenSAML to implement the SAML 2.0 profile of
XACML 2.0, and when I try to construct an <saml:Statement
xsi:type"xacml-saml:XACMLAuthzDecisionType"> I realize that there is no
implementation (impl, builder, unmarshaller, marshaller) when the
standard points out:

<complexType name="AssertionType">
<sequence>
<element ref="saml:Issuer"/>
<element ref="ds:Signature" minOccurs="0"/>
<element ref="saml:Subject" minOccurs="0"/>
<element ref="saml:Conditions" minOccurs="0"/>
<element ref="saml:Advice" minOccurs="0"/>
<choice minOccurs="0" maxOccurs="unbounded">
*<element ref="saml:Statement"/>*
<element ref="saml:AuthnStatement"/>
<element ref="saml:AuthzDecisionStatement"/>
<element ref="saml:AttributeStatement"/>
</choice>
</sequence>

So, Are you planning to code this Statement implementation.

Thanks

Pedro Navarro Pérez





Archive powered by MHonArc 2.6.16.

Top of Page