mace-opensaml-users - Re: [OpenSAML]
Subject: OpenSAML user discussion
List archive
- From: Brent Putman <>
- To:
- Subject: Re: [OpenSAML]
- Date: Thu, 17 Jul 2008 14:34:26 -0400
Aside from the JVM issues you and Chad have already been discussing,
note that on the SAML 2 Encrypter, the ID generator is a configurable
property: /** * Set the generator to use when creating XML ID attribute values. * * @param newIDGenerator the new IdentifierGenerator to use */ public void setIDGenerator(IdentifierGenerator newIDGenerator) { this.idGenerator = newIDGenerator; } The IdentifierGenerator defaults to our org.opensaml.common.impl.SecureRandomIdentifierGenerator. However we also have another impl, org.opensaml.common.impl.RandomIdentifierGenerator, which just uses java.util.Random. And of course you could supply your own impl if there is a better option on your platform. IdentifierGenerator is a pretty simple interface, just 2 methods. Perhaps that will help you if you can't find a better solution re: the JVM issues. --Brent wrote:
|
- [no subject], edward . thompson, 07/17/2008
- Re: [OpenSAML], Chad La Joie, 07/17/2008
- Re: [OpenSAML], edward . thompson, 07/17/2008
- Re: [OpenSAML], Chad La Joie, 07/17/2008
- Re: [OpenSAML], edward . thompson, 07/17/2008
- Re: [OpenSAML], Chad La Joie, 07/17/2008
- Re: [OpenSAML], edward . thompson, 07/17/2008
- Re: [OpenSAML], Chad La Joie, 07/17/2008
- Re: [OpenSAML], edward . thompson, 07/17/2008
- Re: [OpenSAML], Chad La Joie, 07/17/2008
- Re: [OpenSAML], edward . thompson, 07/17/2008
- Re: [OpenSAML], Brent Putman, 07/17/2008
- Re: [OpenSAML], edward . thompson, 07/17/2008
- Re: [OpenSAML], Chad La Joie, 07/17/2008
Archive powered by MHonArc 2.6.16.