Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] Creating a Metadata Provider

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] Creating a Metadata Provider


Chronological Thread 
  • From: Suneet Shah <>
  • To:
  • Subject: Re: [OpenSAML] Creating a Metadata Provider
  • Date: Mon, 27 Jul 2009 18:10:01 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=lAiHB2pJ89nhR9jcPpN2hqkcFs3u4nDspIiROu0RTbPf6l1dvWqNZ9YP8bi9wGDBuB rq2CgplShejqkkJp1QNg6M2iMxQik8h++7FRE3t0iAAPh4xMd7dULlDidWOwsyZfO85N U9JpnU6ZWs2aCxs00ULlSfnqH0di3q9/2c7cU=

Please disregard. I figured out how this works.

Suneet

Suneet Shah wrote:
I have gotten started using some of the examples in the code.

I have created an EntitiesDescriptor object using the code below. However, I need to associate an EntityDescriptor object to this. How can I do this?

SAMLObjectBuilder<EntitiesDescriptor> builder = (SAMLObjectBuilder<EntitiesDescriptor>)builderFactory.getBuilder(EntitiesDescriptor.DEFAULT_ELEMENT_NAME);
if (builder == null) {
log.debug("Unable create builder for EntitiesDescriptor");
}
EntitiesDescriptor entityDes = builder.buildObject();

Thanks for your help
Suneet



Scott Cantor wrote:
Suneet Shah wrote on 2009-07-27:
Hello

could you point me to an example of how I can create a Metadata Provider
using OpenSAML 2.
I realize that I need to extend AbstractMetadataProvider, but a little
more guidance would be helpful.

I suspect the only examples are the code itself, the ones provided with the
library already.

-- Scott








Archive powered by MHonArc 2.6.16.

Top of Page