Sun and Oracle Community Voices How to Buy Log In United States [Change] English

»  1992
»  1993
»  1994
»  1995
»  1996
»  1997
»  1998
»  1999
»  2000
»  2001
»  2002
»  2003
»  2004
»  2005
»  2006

Java™ Access Control Mechanisms

Author(s):
Anne Anderson
Report Number: Date Published: Available Formats:
TR-2002-108 March 2002 Portable Document Format (PDF)
Postscript (PS)
Request Hard Copy
Abstract

Security people are accustomed to asking "What is this person trusted to do?" Java technology started out being concerned primarily with "What is this code trusted to do?" With the rise in distributed Java applications and the use of Java technology in multi-user environments, applications often need to make access control decisions based on who is making a particular request. Java 2 Standard Edition (J2SE™) incorporates multiple access control mechanisms, including user identity based access control. These mechanisms can be used to implement a variety of security models, and can be extended to implement additional requirements.