thekowsar

Results 2 comments of thekowsar

Thanks for your early reply. And sorry for my late reply. In context.xml we put access url like security:intercept-url pattern="/rest/user/authenticate" access="permitAll" security:intercept-url method="GET" pattern="/rest/news/**" access="hasRole('USER')" I want to save those...

Hi, I understand your opinion. I need to create role run time. For that I need to do this. If I create a custom class that implements FilterInvocationSecurityMetadataSource, OptionsFromDataBaseFilterInvocationSecurityMetadataSource. Then...