Spring Security Taglibs control statement

Posted by Blake on Stack Overflow See other posts from Stack Overflow or by Blake
Published on 2010-05-17T11:08:12Z Indexed on 2010/05/17 11:10 UTC
Read the original article Hit count: 173

Filed under:

Is there a way to implement control statement with Spring Security taglibs?

Currently we can only check if a user has a role...

<security:authorize access="hasRole('ROLE_ADMIN')">
   // display something
</security:authorize>

How about else?

© Stack Overflow or respective owner

Related posts about spring-security