Uses of Interface
com.tangosol.net.ssl.RefreshPolicy
Packages that use 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
Methods in com.tangosol.coherence.config.builder that return RefreshPolicyModifier and TypeMethodDescriptionSSLSocketProviderDependenciesBuilder.getRefreshPolicy()
Returns theRefreshPolicy
to use to determine whether keys and certs should be refreshed.Methods in com.tangosol.coherence.config.builder with parameters of type RefreshPolicyModifier 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
Fields in com.tangosol.net.ssl declared as RefreshPolicyModifier and TypeFieldDescriptionstatic final RefreshPolicy
RefreshPolicy.Always
ARefreshPolicy
that always returnstrue
.