Uses of Class
org.apache.camel.component.grpc.GrpcAuthType
-
Packages that use GrpcAuthType Package Description org.apache.camel.component.grpc -
-
Uses of GrpcAuthType in org.apache.camel.component.grpc
Methods in org.apache.camel.component.grpc that return GrpcAuthType Modifier and Type Method Description GrpcAuthTypeGrpcConfiguration. getAuthenticationType()Authentication method type in advance to the SSL/TLS negotiationstatic GrpcAuthTypeGrpcAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static GrpcAuthType[]GrpcAuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.grpc with parameters of type GrpcAuthType Modifier and Type Method Description voidGrpcConfiguration. setAuthenticationType(GrpcAuthType authenticationType)
-