Uses of Interface
io.grpc.xds.internal.security.Closeable
-
Packages that use Closeable Package Description io.grpc.xds.internal.security io.grpc.xds.internal.security.certprovider -
-
Uses of Closeable in io.grpc.xds.internal.security
Classes in io.grpc.xds.internal.security with type parameters of type Closeable Modifier and Type Class Description class
ReferenceCountingMap<K,V extends Closeable>
A map for managing reference-counted shared resources - typically providers.private static class
ReferenceCountingMap.Instance<V extends Closeable>
static interface
ReferenceCountingMap.ValueFactory<K,V extends Closeable>
A factory to create a value from the given key.Classes in io.grpc.xds.internal.security that implement Closeable Modifier and Type Class Description class
DynamicSslContextProvider
Base class for dynamicSslContextProvider
s.class
SslContextProvider
A SslContextProvider is a "container" or provider of SslContext.class
SslContextProviderSupplier
Enables Client or server side to initialize this object with the receivedEnvoyServerProtoData.BaseTlsContext
and communicate it to the consumer i.e.Fields in io.grpc.xds.internal.security declared as Closeable Modifier and Type Field Description (package private) V
ReferenceCountingMap.Instance. value
-
Uses of Closeable in io.grpc.xds.internal.security.certprovider
Classes in io.grpc.xds.internal.security.certprovider that implement Closeable Modifier and Type Class Description class
CertificateProvider
A plug-in that provides certificates required by the xDS security component and created using the certificate-provider config from the xDS server.(package private) class
CertProviderClientSslContextProvider
A client SslContext provider using CertificateProviderInstance to fetch secrets.(package private) class
CertProviderServerSslContextProvider
A server SslContext provider using CertificateProviderInstance to fetch secrets.(package private) class
CertProviderSslContextProvider
Base class forCertProviderClientSslContextProvider
.(package private) class
FileWatcherCertificateProvider
Implementation ofCertificateProvider
for file watching cert provider.
-