Hey Adam,
got run_as and the secured annotations working with your sample, thx ! I had to do some mods because i do the authentication in EJB and i use a converter that transfer the EJB/JAAS...
Type: Posts; User: pgoetzin; Keyword(s):
Hey Adam,
got run_as and the secured annotations working with your sample, thx ! I had to do some mods because i do the authentication in EJB and i use a converter that transfer the EJB/JAAS...
Hey aharris,
i have the same problem,
did you fix it ? or did you find a good sample ?
my application context looks like follow
<security:global-method-security...
Hey Luke,
u are right.
thanks for your assistance!
I renamed my GrantedAuthorities vom "admin" to "ROLE_ADMIN" and changed my annotation to @RolesAllowed("ROLE_ADMIN")
I also...
Hello everyone,
i need a advice, i already checke many samples and tried to understand the problem but all of the samples use filters and im note sure if i need them.
in my case i dont have a...