Skip to Content.
Sympa Menu

mace-opensaml-users - Re: SAMLObject.equals

Subject: OpenSAML user discussion

List archive

Re: SAMLObject.equals


Chronological Thread 
  • From: Tom Scavo <>
  • To: OpenSAML <>
  • Subject: Re: SAMLObject.equals
  • Date: Sat, 21 Jan 2006 13:30:22 -0500
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kKMKXIkGa2K4rXXB77LmG3Ro983ug0MXc9zgNytNtYk3Ch78Lak35RAeV3D7XKsJLqM39waPixkhWb+VpbHAjRmt2aVbBwcpphGUbeL2+idYdXcwiaJ7UMl7poGNN25Pvw+NcvcbD/7HmsBxSFOUQ9rIf0alMRDsm15Sl2AFtx0=

Sorry, that link does not work today (I swear it did yesterday :)

http://www.cs.uwec.edu/~phillips/papers/JavaEquals.pdf

Tom

On 1/20/06, Tom Scavo
<>
wrote:
> At the risk of beating a dead horse, the following ACM paper shows how
> to override Object.equals in a template class T (analogous to
> SAMLObject):
>
> http://delivery.acm.org/10.1145/620000/611987/p278-stevenson.pdf?key1=611987&key2=7666877311&coll=GUIDE&dl=GUIDE&CFID=62979474&CFTOKEN=91802265
>
> The approach is completely general and allows subclasses of T (such as
> SAMLNameIdentifier and its subclasses) to implement their own (local)
> notion of 'equals'. As a bonus, the paper also shows how to do the
> same thing in C++.
>
> Tom
>


  • SAMLObject.equals, Tom Scavo, 01/20/2006
    • Re: SAMLObject.equals, Tom Scavo, 01/21/2006

Archive powered by MHonArc 2.6.16.

Top of Page