Package com.dynamide.security

Security objects, for preventing unauthorized access to resources across Dynamide Assemblies, Sessions, etc.

See:
          Description

Class Summary
DynamideClassLoader  
DynamideSecurityManager Code like this will fail if called anywhere in a Dynamide worker thread: //This code raises an exception, as it should: System.out.println("Installing new HackerSecurityManager..."); System.setSecurityManager(new com.dynamide.security.HackerSecurityManager());
DynamideSecurityManager.StackTraceElementDM  
Group  
HackerSecurityManager This class is used to test against someone trying to install their own SecurityManager.
Login  
User  
 

Package com.dynamide.security Description

Security objects, for preventing unauthorized access to resources across Dynamide Assemblies, Sessions, etc. There are many security features in dynamide, most of which are best described in the Dynamide "doco" application. If you have it installed on this server, you can see it here:
Security
Otherwise, you can see it here:
Security [on apps.dynamide.com]

The core classes in this package restrict access and implement security policies:

These classes participate in authentication and authorization:



Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.