18920701a7
closes #152, #154
17 lines
591 B
Plaintext
17 lines
591 B
Plaintext
<!DOCTYPE xml>
|
|
<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> |