Portálová navigace v aplikaci.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user