Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] RequestAbstractType

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] RequestAbstractType


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Subject: Re: [OpenSAML] RequestAbstractType
  • Date: Mon, 24 Mar 2008 21:30:08 -0400

The use of the classes mirrors that of the corresponding schema types: RequestAbstractType is abstract in the SAML 2 schema, so the corresponding class in OpenSAML is also abstract, and so you can't instantiate it directly. The XACMLAuthzDecisionQueryType schema type *extends* that type to create a new concrete type, so the proper thing to do is create a new concrete Java class that represents that XACML profile class and which extends the SAML 2 RequestAbstractType class.

See the developer's manual here for more info on extending OpenSAML:
https://spaces.internet2.edu/display/OpenSAML/OSTwoDeveloperManual

There were also some threads about this in the last 2 months or so, see the list archives.

BTW, there is also some work to add XACML support to OpenSAML. There is some work going on on a branch. Someone else can perhaps comment on where that is in terms of progress, etc.

--Brent


Arlindo Luis Marcon Junior wrote:
Hi All...

I am tried create an object of the type Request ( or RequestAbstractType to SAML2 )...
but I can't be able to do it...
Someone had a simple sample about this,,,
I tried follow the samples in the api,,, but without success...

I tried create it to transport an object XACMLAuthzDecisionQueryType ( Profile SAML-XACML )...
Maybe,,, is this the correct place to put this object ( XACMLAuthzDecisionQueryType )...
the specification give-me a little idea about the use of RequestAbstractType...

Any help is welcome...
Many thanks in advance
( sorry my poor english,,, please )




Archive powered by MHonArc 2.6.16.

Top of Page