tejak123 Posted May 31, 2017 Report Posted May 31, 2017 Pre-auth filter lo external config file read ayyela cheyyali .. prize money kuda ivvabadunu .. Quote
kiran karthik Posted May 31, 2017 Report Posted May 31, 2017 maven profiles create chesi cheyyochu, not fully sure Quote
andru Posted May 31, 2017 Report Posted May 31, 2017 you have to write a class something like below an then use it in pre auth. public class PermissionEvaluator { --- -- -- public boolean hasRole(Authentication authentication) { String userGroup=env.getRequiredProperty("user_group"); if(userGroup is authorized) return true; else return false } @PreAuthorize("@PermissionEvaluator.hasRole(authentication)") Quote
pahelwan Posted May 31, 2017 Report Posted May 31, 2017 What is spring boot yaar? Is this something like spring Mvc framework in Java? I'm a java developer and UI developer is this anyhow useful for me to update my technology? Please throw some light about this technology Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.