- Jakarta EE Cookbook
- Elder Moraes
- 70字
- 2021-06-24 16:12:41
There's more...
What we did here is called programmatic security, that is, we defined the security rules and roles through our code (the program). There's another approach called declarative security, where you declare the rules and roles through application and server configurations.
One good step up for this recipe is to evolve the roles management to a source outside the application, such as a database or a service.
推薦閱讀
- Docker技術入門與實戰(第3版)
- CentOS 7 Server Deployment Cookbook
- Access 數據庫應用教程
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- PowerCLI Cookbook
- 面向STEM的Scratch創新課程
- Python數據分析(第2版)
- Python Data Analysis Cookbook
- 快人一步:系統性能提高之道
- Create React App 2 Quick Start Guide
- Django 3.0入門與實踐
- Python機器學習算法與應用
- Building Dynamics CRM 2015 Dashboards with Power BI
- Simulation for Data Science with R
- Node.js應用開發