• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to show in sequence diagram the SSL requirement

 
Ranch Hand
Posts: 281
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Requirement to show in sequence diagram is:
All interaction with the customer and the system must be secured with SSL.

Is it sufficeint to add a note to the sequence diagrams that all the calls made are using https?

What other approach can I take to depict in the sequence diagram that it is secure with SSL?

For the use case of swing client (non-web), what is the preferred way of showing in the use case that all the interactions are using SSL?
 
Ranch Hand
Posts: 270
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sam Gehouse:
Requirement to show in sequence diagram is:
All interaction with the customer and the system must be secured with SSL.

Is it sufficeint to add a note to the sequence diagrams that all the calls made are using https?

What other approach can I take to depict in the sequence diagram that it is secure with SSL?

For the use case of swing client (non-web), what is the preferred way of showing in the use case that all the interactions are using SSL?




i just added a note....
 
reply
    Bookmark Topic Watch Topic
  • New Topic