I have an intercept url pattern as follows:
<intercept-url pattern="/messageList*" access="ROLE_USER" />
I need to know how to make the values for access attribute(ie access="ROLE_USER") dynamically from database?
I have an intercept url pattern as follows:
<intercept-url pattern="/messageList*" access="ROLE_USER" />
I need to know how to make the values for access attribute(ie access="ROLE_USER") dynamically from database?