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

  1. Programmatic login
  2. JAAS Service authorization
  3. JAAS Service login configuration
  4. JAAS logins
  5. JAAS configuration