- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 150字
- 2021-07-23 19:24:30
Security
Authentication and authorization are the most important aspects of any middleware solution. Any enterprise application should provide a way to authenticate users before letting them in and should also check their authorization before availing any functionality to them.
Although JACC and JASPIC have existed since the early days of Java EE, they have gotten more complicated as a result of their continuous evolution. The need to restructure the Security API was a priority request by Java EE developers over the years and, therefore, the Java Security API 1.0 was introduced in Jakarta EE 8.
In Chapter 9, Securing an Application with Java Security 1.0, we'll learn the concepts and terminology related to this new API and how to get started with it by creating a simple login example. Moreover, we'll take a more in-depth look at basic concepts, such as identity stores, authentication context objects, and authentication mechanisms.
- Mastering NetBeans
- Mastering JavaScript Object-Oriented Programming
- 密碼學原理與Java實現
- AngularJS深度剖析與最佳實踐
- Python計算機視覺編程
- 琢石成器:Windows環境下32位匯編語言程序設計
- Expert Data Visualization
- 精通Python自動化編程
- Fast Data Processing with Spark(Second Edition)
- Emotional Intelligence for IT Professionals
- The Statistics and Calculus with Python Workshop
- 百萬在線:大型游戲服務端開發
- 從“1”開始3D編程
- Swift High Performance
- 從零開始:Qt可視化程序設計基礎教程