Uses of Interface
com.tangosol.net.ssl.RefreshPolicy
-
Packages that use RefreshPolicy Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.net.ssl 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 RefreshPolicy Modifier and Type Method Description RefreshPolicy
SSLSocketProviderDependenciesBuilder. 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 RefreshPolicy Modifier and Type Method Description void
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 RefreshPolicy Modifier and Type Field Description static RefreshPolicy
RefreshPolicy. Always
ARefreshPolicy
that always returnstrue
.
-