Skip to content

Overview


Functional Overview

Architecture Overview


Compontents

SEAL Print Client includes the following components:

  • SEAL Print Client user interface
    • Web application for creating output jobs.
  • SEAL Operator server
    • Main application which is exclusively addressed via a REST API.
  • Connector
    • A connector establishes the connection between the SEAL Operator server and the connected system.
  • ID provider
    • The ID provider is a service connected with the OpenID Connect protocol, which is responsible for the user authentication and the mapping of rights and roles.
  • Configuration service:
    • The Consul configuration service provides the system configuration.
  • Creditial store
    • The Keycloak credential store administrates the user-specific credentials.

Back to top