sumit-kumar-iitm / jopenid

Automatically exported from code.google.com/p/jopenid
0 stars 0 forks source link

Updated example #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the update example of the MainServlet, is the ATTR_ALIAS defined as 

  static final String ATTR_ALIAS = "openid_alias"; ?

This is just a wild gues, but please confirnm. 

Thanks

Original issue reported on code.google.com by ens...@gmail.com on 10 Dec 2009 at 4:39

GoogleCodeExporter commented 8 years ago
Hi Marco,

Yes, you may use "openid_alias" or any other String value for that matter as 
long as
you declare ATTR_ALIAS as a constant variable like ATTR_MAC. The example you 
have
given will work just fine.

Original comment by erwin.qu...@gmail.com on 11 Dec 2009 at 2:37