Re: Difference between o.a.c.realm.PasswordStrategy and o.a.c.CredentialHandler

2014-11-18 Thread Christopher Schultz
Konstantin, On 11/18/14 1:16 PM, Konstantin Kolinko wrote: > 2014-11-17 18:56 GMT+03:00 Christopher Schultz : >> All, (mostly markt) >> >> Is there a real difference between PasswordStrategy and >> CredentialHandler? It appears the former is only used in RealmBase's >> startInternal method... I th

Re: Difference between o.a.c.realm.PasswordStrategy and o.a.c.CredentialHandler

2014-11-18 Thread Konstantin Kolinko
2014-11-17 18:56 GMT+03:00 Christopher Schultz : > All, (mostly markt) > > Is there a real difference between PasswordStrategy and > CredentialHandler? It appears the former is only used in RealmBase's > startInternal method... I think it's completely unused (and Eclipse > tells me that it is unuse

Difference between o.a.c.realm.PasswordStrategy and o.a.c.CredentialHandler

2014-11-17 Thread Christopher Schultz
All, (mostly markt) Is there a real difference between PasswordStrategy and CredentialHandler? It appears the former is only used in RealmBase's startInternal method... I think it's completely unused (and Eclipse tells me that it is unused). (I'm looking in trunk/9.0) Is that just the remnants o