Security in Java applications
# Application security per stack — OAuth2/OIDC, web security, and cryptography with the JCA.
❯ cat documents/
-
Security in Java applications — the map
Concept
2026-08-09
How the recurring security concerns map onto Spring Security, Quarkus and Micronaut modules and the standards behind them.
-
Cryptography in Java — JCA/JSSE in practice
Concept
2026-08-09
The JCA provider architecture, the core crypto APIs, TLS via JSSE, keystores, Vault integrations and the classic pitfalls.
-
OAuth2 & OIDC in Java
Concept
2026-08-09
The OAuth2/OIDC roles — resource server, client, authorization server — and how Spring, Quarkus and Micronaut implement each.
-
Web security in Java apps
Concept
2026-08-09
The OWASP-top-10 concerns as they surface in Java stacks, and which parts Spring, Quarkus and Micronaut handle for you.