Java Authentication and Authorization Service (JAAS)
The standard Java 2 security API help enforces access control. JAAS extends Java 2 security for authentication, enforcing access control with principals and users. JAAS implements a Java version of the standard Pluggable Authentication Module (PAM) framework. JAAS extends the access control architecture to support role-based authorization for Java EE resources including servlets, JavaServer Pages, and EJB components.
Subtopics
Related:
Authorization technology