Uses of Class
io.grpc.xds.XdsCredentialsProvider
-
Packages that use XdsCredentialsProvider Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol.io.grpc.xds.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of XdsCredentialsProvider in io.grpc.xds
Fields in io.grpc.xds with type parameters of type XdsCredentialsProvider Modifier and Type Field Description private java.util.LinkedHashSet<XdsCredentialsProvider>XdsCredentialsRegistry. allProvidersprivate com.google.common.collect.ImmutableMap<java.lang.String,XdsCredentialsProvider>XdsCredentialsRegistry. effectiveProvidersGenerated fromallProviders.Methods in io.grpc.xds that return XdsCredentialsProvider Modifier and Type Method Description XdsCredentialsProviderXdsCredentialsRegistry. getProvider(java.lang.String name)Returns the effective provider for the given xds credential name, ornullif no suitable provider can be found.Methods in io.grpc.xds that return types with arguments of type XdsCredentialsProvider Modifier and Type Method Description (package private) java.util.Map<java.lang.String,XdsCredentialsProvider>XdsCredentialsRegistry. providers()Returns effective providers map from scheme to the highest priority XdsCredsProvider of that scheme.Methods in io.grpc.xds with parameters of type XdsCredentialsProvider Modifier and Type Method Description private voidXdsCredentialsRegistry. addProvider(XdsCredentialsProvider provider)voidXdsCredentialsRegistry. deregister(XdsCredentialsProvider provider)Deregisters a provider.intXdsCredentialsRegistry.XdsCredentialsProviderPriorityAccessor. getPriority(XdsCredentialsProvider provider)booleanXdsCredentialsRegistry.XdsCredentialsProviderPriorityAccessor. isAvailable(XdsCredentialsProvider provider)voidXdsCredentialsRegistry. register(XdsCredentialsProvider provider)Register a provider. -
Uses of XdsCredentialsProvider in io.grpc.xds.internal
Subclasses of XdsCredentialsProvider in io.grpc.xds.internal Modifier and Type Class Description classGoogleDefaultXdsCredentialsProviderA wrapper class that supportsGoogleDefaultChannelCredentialsfor Xds by implementingXdsCredentialsProvider.classInsecureXdsCredentialsProviderA wrapper class that supportsInsecureChannelCredentialsfor Xds by implementingXdsCredentialsProvider.classTlsXdsCredentialsProviderA wrapper class that supportsTlsChannelCredentialsfor Xds by implementingXdsCredentialsProvider.
-