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

interface AuthenticationFlowsProcessor: some methods can be removed #62

Closed OhadR closed 10 years ago

OhadR commented 10 years ago

do i need this in the interface?

public void validatePassword(String password, AuthenticationPolicy settings) throws AuthenticationFlowsException; public void validateRetypedPassword(String password, String retypedPassword) throws AuthenticationFlowsException;