Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Anchor
AuthorizationsTechnicalSpec-2.Dependencies
AuthorizationsTechnicalSpec-2.Dependencies

2. Dependencies

indent
1
1
h4.{anchor:AuthorizationsTechnicalSpec-2.1ESCommon}*2.1 CSF base*
indent
2
2
We will utilize CSF base module to{anchor:AuthorizationsTechnicalSpec-2.1.1%26nbsp} obtain the application configuration information.
Panel

Anchor
AuthorizationsTechnicalSpec-2.1.2%26nbsp
AuthorizationsTechnicalSpec-2.1.2%26nbsp
Anchor
AuthorizationsTechnicalSpec-2.2MITRoles
AuthorizationsTechnicalSpec-2.2MITRoles
Anchor
AuthorizationsTechnicalSpec-3.ObjectMode
AuthorizationsTechnicalSpec-3.ObjectMode
3. Object Model

Anchor
AuthorizationsTechnicalSpec-3.1ClassDiag
AuthorizationsTechnicalSpec-3.1ClassDiag
3.1 Class Diagram

A new domain class EmailModel will be created to hold all the fields in an email message.
This diagram represents the domain class EmailModel.
Image Modified

Anchor
AuthorizationsTechnicalSpec-3.2%26nbsp%3
AuthorizationsTechnicalSpec-3.2%26nbsp%3
3.2 Class Description.

Anchor
AuthorizationsTechnicalSpec-3.2.1%26nbsp
AuthorizationsTechnicalSpec-3.2.1%26nbsp
3.2.1 EmailModel

This is the domain class that represents an Email Message object. It contains the following fields:

  1. emailFrom – the email address of the sender
  2. emailSubject – the subject of the email
  3. emailTos – the list of email addresses of those who will be sent a copy of the email
  4. emailCC – the list of email addresses of those will get a cc copy of the email.
  5. emailBcc – the list of email addresses of those will get a bcc copy of the email.
  6. emailReportRecipient – the list of email addresses of those who will get a copy of the summary report.
  7. emailText – the content of the email.

Anchor
AuthorizationsTechnicalSpec-4.ServiceMod
AuthorizationsTechnicalSpec-4.ServiceMod
4. Service Modules

...