Uses of Interface
com.tangosol.net.ssl.RefreshPolicy
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains interfaces and classes related to custom SSL certificate and key store loaders.
-
Uses of RefreshPolicy in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionSSLSocketProviderDependenciesBuilder.getRefreshPolicy()
Returns theRefreshPolicy
to use to determine whether keys and certs should be refreshed.Modifier and TypeMethodDescriptionvoid
SSLSocketProviderDependenciesBuilder.setRefreshPolicy
(RefreshPolicy policy) Set theRefreshPolicy
to use to determine whether keys and certs should be refreshed. -
Uses of RefreshPolicy in com.tangosol.net.ssl
Modifier and TypeFieldDescriptionstatic final RefreshPolicy
RefreshPolicy.Always
ARefreshPolicy
that always returnstrue
.