Please enable JavaScript.
Coggle requires JavaScript to display documents.
System Design - 2 (Security and Control (data (data type, visibility,…
System Design - 2
Security and Control
-
-
-
-
-
-
-
security and audit
-
Logical
-
-
-
-
system audit trail
what happened, who did it, on what equipment
-
-
-
-
-
Design Patterns
-
-
-
-
Creational
-
-
factory method
define interface, sub-classes decide which class to instantiate
-
prototype
prototypical instance, create new objects by copying prototype
singleton
class has one instance, global point of access
Structural
-
-
-
decorator
attach additional responsibilities to an object, keep same interface
-
-
-
-
-
-
-
-