OhadR / authentication-flows

oAuth2 sample: auth-server, resource server and client. "Authentication-Flows" is also a sub-module here.
42 stars 54 forks source link

internal methods that return Pair<String, String>: get rid of this mechanism #58

Closed OhadR closed 10 years ago

OhadR commented 10 years ago

let the internal methods (createAccount, changePassword) that return Pair<status, message> to return void, and throw exception upon error.