Authentication objects are utilized within AlchemyPoint Server's ProtocolConnectors, ProtocolListeners, and ORMQObjects. These objects define user / password authentication realms, x.509 certificate stores, x.509 private and public keys, etc.
These objects are utilized to authenticate incoming or outgoing connections handled by AlchemyPoint Server.
Supported Authentication Objects
Secure Sockets (SSL):
CertificateStore - Top-level configuration option defining an x.509 certificate store (trusted certificates, local private keys / certificates, etc.).
SSLServerConfig - Configuration object for defining server settings when accepting inbound SSL connections. This object is embedded within any of the SSL-supporting ProtocolListeners (HTTPFullDuplexListener, SMTPListener).