royclarkson / spring-rest-service-oauth

A simple OAuth protected REST service built with Spring Boot and Spring Security OAuth
Apache License 2.0
664 stars 339 forks source link

UserRepositoryUserDetails has to implement abstract method getPassword #48

Closed jbarbaran closed 8 years ago

jbarbaran commented 8 years ago

Hi,

I'm trying to use your project as base and I'm getting that UserRepositoryUserDetails has to implement abstract method getPassword. In addition, I don't have methods: getRoles(), getLogin()

I guess it is an issue related to Spring version. Is there anyway to fix it?

Thank you very much!

jbarbaran commented 8 years ago

I've just realized that I didn't have implemented those methods on User class.

Closing the issue