Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Info

UNDER CONSTRUCTION

indent
{color:green}Help is available by sending an email to [mailto:

Help is available by sending an email to csf-support@mit.edu
Have any suggestion on how improve this wiki?  Please give us your feedback at

csf-support@mit.edu

]{color}

Panel

Quick Links to:

Table of Contents
minLevel3
maxLevel3
*
    • Description
*:  A string containing an email address *from whom* the email is being sent.  The string may contain more than just an email address. *Usage*:  Optional *Example*:  email
    • :  A string containing an email address from whom the email is being sent.  The string may contain more than just an email address.
    • Usage:  Optional
    • Example:  email.address.from=registration@mit.edu
    • ("MIT
    • Office
    • of
    • the
    • Registrar")
*
    • Dependencies
*:  If
    • :  If specified,
    • this
    • value
    • will
    • always
    • be
    • used
    • in
    • the
*
    • from
*
    • field
    • of
    • the
    • email.
    • If not specified, the CSF Email Service default address (csf-support@mit.edu) will be used.
  1. email.address.test.to:
    *
      • Description
    *:  A string containing an email address *to whom* the email is being sent. *Usage*:  Optional.  Recommend to be used on WORKSTATION, DEV, TEST and QA servers and *not* used on PRODUCTION servers. *Example*:  email
      • :  A string containing an email address to whom the email is being sent.
      • Usage:  Optional.  Recommend to be used on WORKSTATION, DEV, TEST and QA servers and not used on PRODUCTION servers.
      • Example:  email.address.test.to=rjrenolds@mit.edu
    *
      • Dependencies
    *:  Used in conjunction with the
      • :  Used in conjunction with the email.production.mode
      • property.

      •   When
    When
      • email.production.mode=false:

      •     email will be sent to the email address specified with this property.
          When
    When
      • email.production.mode=true:

      •     email will be sent to the email address specified by the calling application.
        If no "to address" is determined in either of the above cases, the CSF Email Service default address (csf-support@mit.edu) will be used.
    1. email
    emai
    1. .address.bcc:
      *
        • Description
      *:  A string of CSV email
        • :  A string of CSV email address(es)
        • to
        • be
        • used
        • in
        • the
        • email's
        • bcc.
      *
        • Usage
      *:  Optional *Example*:  email
        • :  Optional
        • Example:  email.address.
      test.to
        • bcc=rjrenolds@mit.edu
      *
        • Dependencies
      *:  Used in conjunction with the
        • :  Used in conjunction with the email.production.mode
        • property.

        •   When
      When
        • email.production.mode=false:

        •     bcc addresses will not be added to the emails.
            When
      When
        • email.production.mode=true:
      bcc addresses will be added to the emails.

        •     bcc addresses will be added to the emails.
      1. email.production.mode:
        *
          • Description
        *:  Used to indicate whether or not the applicaition is deploy on a production server. *Usage*:  Required *Example:*:  Only the boolean values *true* or *false* are allowed.
          • :  Used to indicate whether or not the applicaition is deployed on a production server.
          • Usage:  Optional. Only the boolean values true or false are allowed (default is false).
          • Example
              When
        When
          • email.production.mode=false:

          •     the application is deployed to DEV, TEST or QA server and is not deployed to a PRODUCTION server.
              When
        When
          • email.production.mode=true:
        *Dependencies*:  None.

          •     the application is deployed to a PRODUCTION server.
          • Dependencies:  None.
        1. email.app.id:
          • Description: Used to identify the application that created the email.
          • Usage: Required.
          • Example: email.app.id=ssb
              In this example, the application id is ssb and must be unique.
          • Dependencies: The application id must be unique. In other words, each application must have its own unique email.app.id value.
        2. email.sendEmailSchedule:
          • Description: Used to set the time interval for sending emails. The property value follows the format for the Quartz cron trigger. IMPORTANT: in a clustered environment (i.e. TEST and PROD), this property should be different for every server in the cluster: we want to avoid multiple quartz jobs running against the same email data at the same time and sending duplicate emails. In fact we recommend effectively disabling the quartz job on all but one of the servers in a given cluster by specifying a schedule that will never be triggered (e.g. a data in the year 2099).
          • Usage: Required when using csf-email in a cluster. If not specified, the csf-email default schedule will be used (every 10 minutes starting at the top of the hour).
          • Example: email.sendEmailSchedule=0 0/20 0-22 * * ?
              In this example, the emails will be send every 20 minutes, at 0, 20, and 40 minutes past the hour.
          • Dependencies: none.
          • Recommended Settings In Clustered Environment (TEST/PROD):
            one server in cluster (e.g. sea-app-5 in TEST): email.sendEmailSchedule=0 0/10 0-22 * * ?
            other server(s) in cluster (e.g. sea-app-6 in TEST): email.sendEmailSchedule=0 * * * * ? 2099
        3. email.deleteEmailSchedule:
          • Description: Used to set the time interval for deleting emails that have been sent. The property value follows the format for the Quartz cron trigger. IMPORTANT: in a clustered environment (i.e. TEST and PROD), this property should be different for every server in the cluster: we want to avoid multiple quartz jobs running against the same email data at the same time. In fact we recommend effectively disabling the quartz job on all but one of the servers in a given cluster by specifying a schedule that will never be triggered (e.g. a data in the year 2099).
          • Usage: Required when using csf-email in a cluster. If not specified, the csf-email default schedule will be used (nightly at 10.30pm).
          • Example: email.deleteEmailSchedule=0 45 23 * * ?
              In this example, the emails will be deleted every night at 11.45pm.
          • Dependencies: none.
          • Recommended Settings In Clustered Environment (TEST/PROD):
            one server in cluster (e.g. sea-app-5 in TEST): email.deleteEmailSchedule=0 30 22 * * ?
            other server(s) in cluster (e.g. sea-app-6 in TEST): email.deleteEmailSchedule=0 * * * * ? 2099
        Panel

        Anchor
        CSF Email properties
        CSF Email properties

        CSF Email properties description

        Tip

        Need more information about the csf-email email service?  Go to the CSF Email Service Technical Spec for more information.

        1. email.address.from:
          indent
          11
          indent
          11
          indent
          22
          indent
          33
          
          email will be sent to the email address specified with this property.
          
          indent
          22
          indent
          33
          
          email will be sent to the email address specified by the calling application.
          
          indent
          11
          indent
          22
          indent
          33
          
          bcc addresses will *not* be added to the emails.
          
          indent
          22
          indent
          33
          indent
          11
          indent
          22
          indent
          33
          
          the application is deployed to DEV, TEST or QA server and is *not* deployed to a PRODUCTION server.
          
          indent
          22
          indent
          33
          
          the application is deployed to a PRODUCTION server.
          
          indent
          11
          *
            • Description
          *:  A csv string of application defined roles. *Usage*:  Optional.  Only to be used on developer workstations.  Do not use on servers. *Example:*:  local
            • :  A csv string of application defined roles.
            • Usage:  Optional.  Only to be used on developer workstations.  Do not use on servers.
            • Example:  local.mitroles=SSB_ADMIN,SSB_PAYMENT,SSB_REPORTS.
          *
            • Dependencies
          *
            • :
          Will only be used if

            •   Will only be used if local.authentication=true
            • and
            • local.mitroles
            • contains
            • a
            • non-empty
            • string.
            Otherwise, the uaws webservice will be used to get the user roles, domain and function. 1
            •   Otherwise, the uaws or rolesws webservice will be used to get the user roles.
          1. local.mitroles.domain:
            *
              • Description
            *:  A string containing the application defined ROLES DB 3 character catagory. *Usage*:  Optional.  Only to be used on developer workstations.  Do not use on servers. *Example:*:  local
              • :  A string containing the application defined ROLES DB 3 character catagory.
              • Usage:  Optional.  Only to be used on developer workstations.  Do not use on servers.
              • Example:  local.mitroles.domain=SFS.
            *
              • Dependencies
            *: Will only be used if
              • :  Will only be used if local.authentication=true
              • and
              • local.mitroles
              • contains
              • a
              • non-empty
              • string
            .  Otherwise, the uaws webservice will be used to get the user roles, domain and function
              • .
            1. local.mitroles.function:
              *
                • Description
              *:  A string containing the application defined ROLES DB 3 character function. *Usage*:  Optional.  Only to be used on developer workstations.  Do not use on servers. *Example:*:  local
                • :  A string containing the application defined ROLES DB 3 character function.
                • Usage:  Optional.  Only to be used on developer workstations.  Do not use on servers.
                • Example:  local.mitroles.function=SSB.
              *
                • Dependencies
              *: Will only be used if
                • :  Will only be used if local.authentication=true
                • and
                • local.mitroles
                • contains
                • a
                • non-empty
                • string.
              Otherwise, the uaws webservice will be used to get the user roles, domain and function.
              1. local.authentication:
                *
                  • Description
                *:  A boolean value indicating whether or not TOUCHSTONE authentication is to be used. *Usage*:  Required. *Example:*:  Only the boolean values *true* or *false* are allowed.
                  • :  A boolean value indicating whether or not TOUCHSTONE authentication is to be used.
                  • Usage:  Required.
                  • Example:  Only the boolean values true or false are allowed.
                      When
                When
                  • local.authentication=false:

                  •     Touchstone will be used to authenticate the user.  Always set this value to false when deployed to a server.
                      When
                When
                  • local.authentication=true:
                Authentication will be done via a local dialog box.  User will be prompted to enter the

                  •     Authentication will be done via a local dialog box.  User will be prompted to enter the local.user.name
                  • and
                  • local.user.password.
                *
                  • Dependencies
                *:  None. 1
                  • :  None.
                1. local.user.name:
                  *
                    • Description
                  *:  A sting containing an abitrary user name. *Usage*:  Optional.  Only to be used on developer workstations. *Example:*:  local
                    • :  A sting containing an abitrary user name.
                    • Usage:  Optional.  Only to be used on developer workstations.
                    • Example:  local.user.name=jblow.
                  *
                    • Dependencies
                  *:  Will only be used if
                    • :  Will only be used if local.authentication=true.
                  *
                  1. local.user.password:
                      • Description
                    *:  A sting containing an abitrary user passwore. *Usage*:  Optional.  Only to be used on developer workstations. *Example:*:  local
                      • :  A sting containing an abitrary user password.
                      • Usage:  Optional.  Only to be used on developer workstations.
                      • Example:  local.user.password=mypassword.
                    *
                      • Dependencies
                    *:  Will only be used if
                      • :  Will only be used if local.authentication=true.
                    Panel

                    Anchor
                    CSF Local authorization/authentication properties
                    CSF Local authorization/authentication properties

                    CSF Local authorization/authentication properties description

                    1. local.mitroles:
                      indent
                      11
                      indent
                      11
                      indent
                      221
                      indent
                      indent
                      11
                      indent
                      22
                      indent
                      11
                      indent
                      11
                      indent
                      22
                      indent
                      11
                      indent
                      22
                      indent
                      33
                      
                      Touchstone will be used to authenticate the user.  Always set this value to *false* when deployed to a server.
                      
                      indent
                      22
                      indent
                      3311
                      indent
                      1
                      indent
                      11
                      indent
                      11
                      indent
                      indent
                      11
                      *Description*:  A string containing the application defined ROLES DB 3 character catagory. *Usage*:  Required. *Example:*:  roles
                      1. .proxy.user:
                        • Description:  A string containing the ROLES DB proxy user that is used by the CSF authorization service.  This is assigned by the ROLES DB administrator.  Current values are: REG$PRD, REG$TST, SFS$PRD, SFS$TST, GRAD$PRD, GRAD$TST.  Verify with your team leader as to which proxy user you should use.
                        • Example:  roles.proxy.user=SFS$TST.
                        • Usage:  Required.
                        • Dependencies:  None
                      2. roles.function.category:
                        • Description:  A string containing the application defined ROLES DB 3 or 4 character catagory.  The 3 or 4 character catagory is assigned by the ROLES DB administrator.  The current valid categories are REG, SFS and GRAD.  Once you have selected the category, you must use it's corresponding proxy user.
                        • Usage:  Required.
                        • Example:  roles.function.category=SFS.
                      *
                        • Dependencies
                      *
                        • :
                      Will only be used if

                        •   Will only be used if local.authentication=false
                        • or
                        • local.mitroles
                        • has
                        • not
                        • been
                        • used.
                      &nbps; This will override the default category
                        •   This will override the default
                            category (REG)
                        • used
                        • by
                        • the
                        • uaws
                        • webservice
                        • when
                        • retrieving
                        • the
                        • user's
                        • roles
                        • from
                        • the
                        • ROLES
                        • DB.
                      indent
                      1. roles.function.function:
                        *
                          • Description
                        *:  A string containing the application defined ROLES DB 3 character function. *Usage*:  Optional. *Example:*:  local
                          • :  A string containing the application defined ROLES DB 3 character function.  The 3 character function is assigned by the ROLES DB administrator.
                          • Usage:  Optional.
                          • Example:  local.mitroles.function=SSB.
                        *
                          • Dependencies
                        *: If specified, the property will only be used if
                          • :  If specified, this property will only be used if local.authentication=false
                          • or
                          • local.mitroles
                          • is
                          • not
                          • used.
                        1. webservices.mitrolesws.proxy.user:
                          • Description:  A ROLES DB proxy user that will be used by the uaws webservice when retreiving the user's authorizations.  The ROLES proxy user is assigned by the ROLES DB administrator.
                          • Usage:  Required.  Used only with the WebServiceRoleswsSao listAuthorizationsByCriteria method.
                          • Example:  webservices.mitrolesws.proxy.user=REG$PRD.
                        webservices.mitrolesws
                          • Dependencies:  None
                        1. webservices.mitroles.url:
                          • Description:  The URL to the uaws webservice.
                          • Usage:  Required.
                          • Example:  webservices.mitroles.url=https://
                        rolesws
                        rolesws
                        rolesImage Removed
                        webservices.mitroles
                          • ua.
                          • Dependencies:  None
                        1. webservices.mitrolesws.url:
                          • Description:  The URL to the rolesws webservice.
                          • Usage:  Required.
                          • Example:  webservices.mitrolesws.url=https://
                        uaws
                        uaws
                        uaImage Removed
                        webservices.
                          • roles.
                          • Dependencies:  None
                        1. webservices.keyStore:
                          • Description:  The Java keystore that is used to authenticate to the uaws webservice.
                          • Usage:  Required.
                          • Example:  webservices.keyStore=/certificates/keystores/registrar.jks.
                          • Dependencies:  None
                        2. webservices.keyStorePassword:
                          • Description:  The password for the Java keystore.  You can get the password from ops.
                          • Usage:  Required.
                          • Example:  webservices.keyStorePassword=changeit.
                          • Dependencies:  None
                        3. webservices.trustStore:
                          • Description:  The server trust store that is used to authenticate to the uaws webserver.  You can download the serverTrustStore.jks now.
                          • Usage:  Required.
                          • Example:  webservices.trustStore=/certificates/keystores/serverTrustStore.jks.
                          • Dependencies:  None
                        4. webservices.trustStorePassword:
                          • Description:  The password for the Java truststore.
                          • Usage:  Required.
                          • Example:  webservices.keyStorePassword=changeit.
                          • Dependencies:  None
                        Panel

                        Anchor
                        CSF ROLES User authorization properties
                        CSF ROLES User authorization properties

                        CSF

                        ROLES

                        User authorization properties description (for use with the uaws and the rolesws web services)

                        1. roles
                        .function.category:
                        indent
                        11
                        indent
                        11
                        indent
                        2211
                        indent
                        11
                        indent
                        22