Uses of Class
de.xima.fc.certificate.provider.tls.ConnectionTestResult
Packages that use ConnectionTestResult
-
Uses of ConnectionTestResult in de.xima.fc.certificate.provider.tls
Methods in de.xima.fc.certificate.provider.tls that return ConnectionTestResultModifier and TypeMethodDescription@NotNull ConnectionTestResultTlsService.testConnection(String host, int port, TlsScope tlsScope) Tests the connection to a specified host and port using the provided TLS scope.@NotNull ConnectionTestResultTlsService.testConnection(String host, int port, TlsScope tlsScope, int connectionTimeout) Tests the connection to a specified host and port using the provided TLS scope and connection timeout. -
Uses of ConnectionTestResult in de.xima.fc.persistence
Methods in de.xima.fc.persistence that return ConnectionTestResultModifier and TypeMethodDescriptionDataSourceManager.testConnection(ConnectionProperties connectionProperties) Tests the database connection with TLS using the provided connection test parameters.