InterviewSolution
| 1. |
What Is Jaap? |
|
Answer» The Java Authentication and Authorization Service (JAAS) provides a way for a J2EE application to authenticate and AUTHORIZE a specific USER or group of users to run it. It is a standard Pluggable Authentication Module (PAM) framework that extends the Java 2 platform SECURITY architecture to support user-based authorization. The Java Authentication and Authorization Service (JAAS) provides a way for a J2EE application to authenticate and authorize a specific user or group of users to run it. It is a standard Pluggable Authentication Module (PAM) framework that extends the Java 2 platform security architecture to support user-based authorization. |
|