Java Authentication and Authorization Service (JAAS) model

The Java Authentication and Authorization Service model serves the browsers that first popularized Java well, as it effectively deals with the issues of mobile code. The Java 2 permission model takes the following information into account:

JAAS augments the current Java 2 runtime with knowledge of the user who is runs the application. The knowledge provides the authentication information needed when implementing the security model. JAAS augments the Java 2 security model to enable the following features:

The two features provide the authorization functionality needed when implementing the security model.

Parent topic: Java security