Portálová navigace v aplikaci.

This commit is contained in:
2014-05-02 13:04:32 +02:00
parent 33309a109b
commit 8939b24ff1
17 changed files with 252 additions and 46 deletions
+16
View File
@@ -0,0 +1,16 @@
<taglib>
<uri>http://www.zkoss.org/demo/integration/security</uri>
<description>
Methods and actions for ZK + Spring Security
</description>
<function>
<name>isAllGranted</name>
<function-class>info.bukova.isspst.ui.SecurityHelper</function-class>
<function-signature> boolean isAllGranted(java.lang.String authorities)
</function-signature>
<description>
Return true if the authenticated principal is granted authorities of ALL the specified roles.
</description>
</function>
</taglib>