Visual Guard のアーキテクチャ

Visual Guard は、アーキテクチャおよびテクニカル要件の多くに適合する柔軟性のあるソリューションです。
次に、いくつかの実装例をあげます。

Visual Guard エンタープライズ版– パブリック モード
Visual Guard エンタープライズ版 – プライベート モード
Visual Guard エンタープライズ版 – ベーシック モード

Visual Guard エンタープライズ版 – 混合モード
Visual Guard Professional Edition for .NET

Visual Guard エンタープライズ版– パブリック モード

VG Server exposes Web Services to secure multiple technologies with the same system

Access Control Life Cycle

  1. Development
    Developers define permissions with the VG Win Console.
    Permissions are stored in a development repository.
    Developers deploy the permissions into production with a VG utility

  2. Administration
    Administrators manage Users and grant them permissions.
    They update the production repository with the VG Web Console

  3. Enforcement
    VG Server exposes Web Services for User Authentication and Access Control.
    Applications call VG Web Services to verify the user identity and check his access Privileges.
    Each operation performed by the user is logged in the VG Repository.


  4. Audit
    Auditors use a specific application provided with VG.
    They can control user attributes, roles and privileges across multiple systems. They can also review user operations.
permissions development
users and permissions management
Security enforcement
Security audit

Notes

  • Any windows or web application capable of SOAP calls or HTTP Requests is supported.
  • Applications do not need a direct access to the database.
  • Neither do the Administration Console or the Auditor Application.
  • Users, Administrators and Auditors can operate from any location with Internet Access

 

Visual Guard エンタープライズ版 – プライベート モード

.NET applications with no direct access to the repository, communicating with the VG Server

Access Control Life Cycle

  1. Development
    Developers define permissions with the VG Win Console.
    Permissions are stored in a development repository.
    Developers deploy the permissions into production with a VG utility

  2. Administration
    Administrators manage Users and grant them permissions.
    They update the production repository with the VG Web Console

  3. Enforcement
    End-users log in to the .NET application.
    The VG runtime calls the VG Server to verify the user identity. The VG Server sends the user permissions back to the VG runtime The VG Runtime enforces user permissions by dynamically changing the application.


  4. Audit
    Auditors use a specific application provided with VG.
    They can control user attributes, roles and privileges across multiple systems. They can also review user operations.
permissions development
users and permissions management
Security enforcement
Security audit

Notes

  • Applications do not need a direct access to the database.
  • Neither do the Administration Console or the Auditor Application.
  • Users, Administrators and Auditors can operate from any location with an Internet Access


Visual Guard エンタープライズ版 – ベーシック モード

.NET applications directly accessing the repository. The VG Server is not installed in this configuration.

Access Control Life Cycle

  1. Development
    Developers define permissions with the VG Win Console.
    Permissions are stored in a development repository.
    Developers deploy the permissions into production with a VG utility

  2. Administration
    Administrators manage Users and grant them permissions.
    They update the production repository with the VG Web Console

  3. Enforcement
    End-users log in to the .NET applications.
    The VG Runtime queries the VG Repository to verify user identity.
    The VG Runtime retrieves the user permissions and enforces security by dynamically changing the applications.


  4. Audit
    Auditors use a specific application provided with VG.
    They can control user attributes, roles and privileges across multiple systems. They can also review user operations.

permissions development
users and permissions management
Security enforcement
Security audit

 

Visual Guard エンタープライズ版 – 混合モード

A combination of Basic, Private and Public Mode in the same production environment

Access Control Life Cycle

  1. Development
    Developers define permissions with the VG Win Console.
    Permissions are stored in a development repository.
    Developers deploy the permissions into production with a VG utility

  2. Administration
    Administrators manage Users and grant them permissions.
    They update the production repository with the VG Web Console.

  3. Enforcement
    • Some .Net applications access directly the repository
      (for instance webforms and webservices)
    • Other .Net applications call the VG Server in private mode
      (for instance Winform applications running on remote sites)
    • Other technolgies call the VG Server in Public Mode
      (for instance Java, C++, PHP or PowerBuilder applications).


  4. Audit
    Auditors use a specific application provided with VG.
    They can control user attributes, roles and privileges across multiple systems. They can also review user operations.
permissions development
users and permissions management
Security enforcement
Security audit

Notes

  • All the applications are secured by the same system, no matter the technology or the location of the user.
  • Administrators and Auditors can operate from any location with an Internet Access

Top

Visual Guard Professional Edition for .NET

Access Control Life Cycle

  1. Development
    Developers define permissions with the VGConsole.
    Permissions are stored in a development repository.
    Developers deploy the permissions into production with a VG utility

  2. Administration
    Adlinistrators manage Users and grant them permissions.
    They update the VG repository with the VG Console

  3. Enforcement
    End-users log in the .Net application.
    The VG runtime queries the VG Repository to verify user identity.
    The VG runtime retrieves the user permissions and enforces security by dynamically changing the application.

  4. Audit
    Auditors can control user attributes, roles and priviledges across multiple systems with the VG Console.
    They can also review end-users operations.
Visual Guard for .NET Applications Architecture

Notes

  • Applications need a direct access to the database, as well as the VG Console.
  • Users, Administrators and Auditors can operate from any location with a LAN or Internet connexion