Add Page Based Security Using Authorized Roles"
From Documentation
(Created page with "===Purpose=== Secure ZK ZUML pages with Authorized roles ===Example=== This Example is borrowed from the standard Spring Security tutorial sample and has been modified to work wi...") |
|||
Line 4: | Line 4: | ||
This Example is borrowed from the standard Spring Security tutorial sample and has been modified to work with ZK using ZK Spring Security. You can download the example codes from ZK Spring Essentials Google Code source repository here. | This Example is borrowed from the standard Spring Security tutorial sample and has been modified to work with ZK using ZK Spring Security. You can download the example codes from ZK Spring Essentials Google Code source repository here. | ||
You can see this example in action by deploying ZK Spring Essentials web archive and hitting example home page at http://localhost:8080/zkspringessentials/home.zul | You can see this example in action by deploying ZK Spring Essentials web archive and hitting example home page at http://localhost:8080/zkspringessentials/home.zul | ||
− | [[File: | + | |
+ | [[File:ZKSpringEssentials_SecurityExampleHome.jpg]] | ||
=Version History= | =Version History= |
Revision as of 11:04, 22 February 2011
Purpose
Secure ZK ZUML pages with Authorized roles
Example
This Example is borrowed from the standard Spring Security tutorial sample and has been modified to work with ZK using ZK Spring Security. You can download the example codes from ZK Spring Essentials Google Code source repository here. You can see this example in action by deploying ZK Spring Essentials web archive and hitting example home page at http://localhost:8080/zkspringessentials/home.zul
Version History
Version | Date | Content |
---|---|---|