Skip to Content.
Sympa Menu

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

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] RequestAbstractType


Chronological Thread 
  • From: Arlindo Luis Marcon Junior <>
  • To:
  • Subject: Re: [OpenSAML] RequestAbstractType
  • Date: Tue, 25 Mar 2008 00:01:43 -0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=SS/IvSP9uU0A0Y8AaPuhgNBzFulWr1FTVB/THCnl+GDMf8HBMbVmbsLKqasoKNj54NJp2lD5Q9pL4JOHnl0UXTYZZh4h0P91zBJk/7IQSw4He9YKTirTQ/fuaeA3MHpj1O2wsCDb20PV9au3BPfpUqVcYM4/9lXwClN/2VSLJRs=

Hi Brent...

Thanks fou your attention...
I have worked with the API of the profile since some time ago...
I think that Hakon and Yuri have made the API for the profile SAML-XACML....
with the support of the API,,, I created the XACMLAuthzDecisionQueryType,,,
so,,, now,,, I need transport this object... and the SAML specification is the most appropriate place to put it,,,
but,,, I don't know where and how...


I will try follow your tips...
Many Thanks...

[/almjr\]

Brent Putman escreveu:
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 )




--
Arlindo Luis Marcon Junior
E-mail:

Internet Web Page: http://lattes.cnpq.br/6483462042489662
ICQ: 138864173
Curitiba - ParanĂ¡ - Brasil





Archive powered by MHonArc 2.6.16.

Top of Page