User Authentication and Authorization in the Java(tm) Platform

  • Authors:
  • Charlie Lai;Li Gong;Larry Koved;Anthony Nadalin;Roland Schemers

  • Affiliations:
  • -;-;-;-;-

  • Venue:
  • ACSAC '99 Proceedings of the 15th Annual Computer Security Applications Conference
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

Java(TM) security technology originally focused on creating a safe environment in which to run potentially untrusted code downloaded from the public network. With the latest release of the Java(TM) Platform (the Java(TM) 2 Software Development Kit, v 1.2), fine-grained access controls can be placed upon critical resources with regard to the identity of the running applets and applications, which are distinguished by where the code came from and who signed it. However, the Java platform still lacks the means to enforce access controls based on the identity of the user who runs the code. In this paper, we describe the design and implementation of the Java(TM) Authentication and Authorization Service (JAAS), a framework and programming interface that augments the Java(TM) platform with both user-based authentication and access control capabilities.