Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] Building AttributeType

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] Building AttributeType


Chronological Thread 
  • From: Chad La Joie <>
  • To:
  • Subject: Re: [OpenSAML] Building AttributeType
  • Date: Thu, 08 May 2008 10:46:15 -0400
  • Openpgp: id=146B2514
  • Organization: SWITCH

https://spaces.internet2.edu/display/OpenSAML/OSTwoUsrManJavaAnyTypes

Rachana Ananthakrishnan wrote:
Hi,

I have the following code to create attributes with some string value, but
end up with AttributeTypeImplBuilder ends up being null.

Here are relevant code snippets:

import org.opensaml.Configuration;
static XMLObjectBuilderFactory builderFactory;
static {
try {
org.opensaml.DefaultBootstrap.bootstrap();
} catch (Exception e) {
// FIXME: handle exception better
System.err.println(e);
}
builderFactory = Configuration.getBuilderFactory();
System.out.println("Builder factory " + (builderFactory == null));
}

// attribute builder is null here.
AttributeTypeImplBuilder attributeBuilder = (AttributeTypeImplBuilder)
builderFactory.getBuilder(AttributeType.DEFAULT_ELEMENT_NAME);

Is there any additional initialization that is required?
Thanks,
Rachana


--
SWITCH
Serving Swiss Universities
--------------------------
Chad La Joie, Software Engineer, Security
Werdstrasse 2, P.O. Box, 8021 Zürich, Switzerland
phone +41 44 268 15 75, fax +41 44 268 15 68
,
http://www.switch.ch




Archive powered by MHonArc 2.6.16.

Top of Page