ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
connection_manager::resolved_connection Struct Reference

Resolved connection details for opening a login dialog. More...

#include <connection_manager.hpp>

Collaboration diagram for connection_manager::resolved_connection:
Collaboration graph

Public Attributes

std::string host
 
int port {0}
 
int http_port {8080}
 
std::string username
 
std::string password
 decrypted
 
std::string name
 
std::string subject_prefix
 
std::optional< boost::uuids::uuid > environment_id
 
std::optional< std::string > environment_name
 

Detailed Description

Resolved connection details for opening a login dialog.

When a connection is linked to an environment, host/port are resolved from the environment. The password is decrypted from storage.