Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jQueryタブのセットがあります。これらのタグの一部は、適切な権限が付与されている場合にのみ表示されます。セキュリティタグでELを使用して確認することはできますか、それとも別の役割を追加して確認する必要がありますか?
はい、ELを使用できます:
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %> <sec:authorize access="hasRole('authority_name_you_want_to_check_for')"> content conditional on having required authority </sec:authorize>