Java Authentication and Authorization Service
The Java Authentication and Authorization Service (JAAS) supports user-based authorization, extending Java 2 security, allowing one to enforce access restrictions based on the identify of the principal.
JAAS V 1.0 implements a Java version of the standard PAM framework.
WAS is bundled with detailed JAAS documentation, which can be found in
${$WAS_HOME}/web/docs/jaas
See Also
- Programmatic login
- JAAS Service authorization
- JAAS Service login configuration
- JAAS logins
- JAAS configuration