DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2

Thread: Security Model

  1. #1
    Mohan Guest

    Security Model


    Hi all,

    What is "Sand box security model" in Java ?

    Thanks in Advance

    Mohan

  2. #2
    Tom Duffy Guest

    Re: Security Model


    Hello Mohan:

    The sandbox security model typically refers to the type of files that Java
    applets have access to. The sandbox can be viewed as the restrictions of
    the program and is constructed by the applet security model. The applet
    security model reduces to:"Trust Nothing". In essence, applets are limited
    to "playing" in the sandbox where they live - the server that holds applet's
    files. This amounts to no access to local files on the users' machines or
    on other servers.

    There are ways to expand the sandbox - trusted applets are a good example.
    If a user trusts an applet, she can allow the applet access to local files.

    Tom Duffy

    "Mohan" <mbaviris@sybase.com> wrote:
    >
    >Hi all,
    >
    > What is "Sand box security model" in Java ?
    >
    >Thanks in Advance
    >
    >Mohan



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links