Package org.openremote.manager.system
Class SslHealthStatusProvider
java.lang.Object
org.openremote.manager.system.SslHealthStatusProvider
- All Implemented Interfaces:
TrustManager,X509TrustManager,org.openremote.model.ContainerService,org.openremote.model.system.HealthStatusProvider
public class SslHealthStatusProvider
extends Object
implements X509TrustManager, org.openremote.model.system.HealthStatusProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected static final Loggerstatic final Stringprotected SSLContextprotected intFields inherited from interface org.openremote.model.ContainerService
DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY, MED_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] chain, String authType) voidcheckServerTrusted(X509Certificate[] chain, String authType) voidinit(org.openremote.model.Container container) voidstart(org.openremote.model.Container container) voidstop(org.openremote.model.Container container) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openremote.model.ContainerService
getPriority
-
Field Details
-
NAME
- See Also:
-
LOG
-
host
-
SSLPort
protected int SSLPort -
SSLContext
-
-
Constructor Details
-
SslHealthStatusProvider
public SslHealthStatusProvider()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.openremote.model.ContainerService- Throws:
Exception
-
start
- Specified by:
startin interfaceorg.openremote.model.ContainerService- Throws:
Exception
-
stop
- Specified by:
stopin interfaceorg.openremote.model.ContainerService- Throws:
Exception
-
getHealthStatusName
- Specified by:
getHealthStatusNamein interfaceorg.openremote.model.system.HealthStatusProvider
-
getHealthStatus
- Specified by:
getHealthStatusin interfaceorg.openremote.model.system.HealthStatusProvider
-
checkClientTrusted
public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException - Specified by:
checkClientTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException - Specified by:
checkServerTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuersin interfaceX509TrustManager
-