takcy / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

ConsumerManager._allowStateless is not a JavaBean property #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is a problem if you want to manager your ConsumerManager instance by
Spring, or another JavaBean technology.

The getter/setter signatures would need to look like this:

boolean isAllowStateless();
void setAllowStateless(boolean);

Original issue reported on code.google.com by goonie.t...@googlemail.com on 2 Feb 2008 at 4:28

GoogleCodeExporter commented 8 years ago
Added in rev453 (and deprecated the old methods). Thanks!

Original comment by Johnny.B...@gmail.com on 5 Feb 2008 at 12:09