java - How to implement different type of users in Spring Security -
the question specific on how implement below scenario.
in application have 3 different types of users customer, student , admin. it's subscription based app customer can have plan, student may have other things , on.
how can implement above users spring security? thought extend customer, student, , admin spring's user class?
i'm new spring help much appreciated. thanks.
there "user roles" in spring security. basic work spring security. did seek search tutorial spring security?
yes, can implement this. yes, thought extend customer, student, , admin spring's user class.
java spring spring-mvc spring-security
No comments:
Post a Comment