InterviewSolution
| 1. |
What Is The Java Authentication And Authorization Service (jaas) 1.0? |
|
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. JAAS is a Java programing language version of the 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. JAAS is a Java programing language version of the standard Pluggable Authentication Module (PAM) framework that extends the Java 2 platform security architecture to support user-based authorization. |
|