reset password
Author Message
jonathankroening
Posts: 39
Posted 12:14 Feb 09, 2015 |

How are the GrantedAuthority roles defined for each user? I have an authorities table as in the springmvc example from the repo, but how does Spring know to look there for calls like @PreAuthorize("hasRole(ROLE_ADMIN)")?

cysun
Posts: 2935
Posted 12:32 Feb 09, 2015 |

We'll discuss Spring Security in Week 8.