1 / 15

Security Architectures: Integration Patterns, Antipatterns, and Best Practices

This document explores the essential principles of security architecture from an integration perspective. It emphasizes critical patterns such as "Fail Fast" and "Trust No One," while highlighting common antipatterns that can lead to cascading failures. It examines various architectural styles, including SOAP and REST web services, and discusses the importance of using HTTP to represent application states. This comprehensive guide is vital for understanding the integration of services and the security implications involved in system architectures.

yanka
Télécharger la présentation

Security Architectures: Integration Patterns, Antipatterns, and Best Practices

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. … from a security architects point of view System Integrations

  2. Patterns • Fail fast • Trust no one

  3. Antipatterns • Users • Cascading failures

  4. Integration – architectural styles • SOAP webservices • REST webservices • CORBA, ORB, database scripts, RMI

  5. Service Oriented Architecture • Architectural style

  6. SOAP • Simple Object Protocol

  7. REST • REpresentational State Transfer • Set of constraints • URI to every ressource (noun) • Uniform interface (verb) • Design representation (adjective) • Use http to represent application state

  8. Security ?

  9. Ressources • Patterns http://media.pragprog.com/titles/mnee/mnee-patterns.pdf • Antipatterns http://media.pragprog.com/titles/mnee/mnee-antipatterns.pdf From Michael Nygaard ”Release It”.

More Related