Skip to content

Soffit Connector Data Model

Drew Wills edited this page Jul 14, 2016 · 10 revisions

Proposal [WiP] -- Create the following POJOs for JSON serialization and POST to the serviceUrl

  • Payload
    • Request
      • Etag (String)
      • AuthType (String)
      • PreferredLocale (Locale)
      • SupportedLocales (List)
      • Parameters (Map<String,List<String>>)
      • PortalInfo (String)
      • SupportedModes (Set)
      • SupportedWindowStates (Set)
      • Mode (String)
      • Preferences (Map<String,List<String>>)
      • Properties (Map<String,List<String>>)
      • Scheme (String)
      • ServerName (String)
      • ServerPort (int)
      • WindowId (String)
      • WindowState (String)
      • Secure (boolean)
      • PreferredContentType (String)
      • SupportedContentTypes List<String>
      • Namespace (String)
    • User
      • Username
      • Attributes (Map<String,List<String>>)
      • Roles (Set<Role>)
        • Id (String)
        • Name (String)
      • Session
        • CreationTime (long)
        • MaxInactiveInterval (int)
    • Context
      • ContainerRuntimeOptions (Set<String>)
      • getInitParameters (Map<String,String>)
      • ServerInfo (String)
    • Definition
      • Title (String)
      • Name (String)
      • FName (String)
      • Description (String)
      • Timeout (int)
      • Categories (Set<String>)
      • Parameters (Map<String,List<String>>)