Architectural Patterns for Enabling Application Security
Click here to download now
Overview: Making an application secure is much harder than just adding a password protected login screen. This research paper from University of Illinois contains a collection of patterns to be used when dealing with application security. Secure Access Layer provides an interface for applications to use the security of the systems on which they are built. Single Access Point limits entry into the application through one single point. Check Point gives the developer a way to handle an unknown or changing security policy. Groups of users have different Roles that define what they can and cannot do.


