google.golang.org/grpc/credentials.CommonAuthInfo.SecurityLevel (field)
11 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L90: SecurityLevel SecurityLevel
credentials.go#L299: if ci.GetCommonAuthInfo().SecurityLevel == InvalidSecurityLevel {
credentials.go#L302: if ci.GetCommonAuthInfo().SecurityLevel < level {
credentials.go#L303: return fmt.Errorf("requires SecurityLevel %v; connection has %v", level, ci.GetCommonAuthInfo().SecurityLevel)
tls.go#L158: SecurityLevel: PrivacyAndIntegrity,
tls.go#L189: SecurityLevel: PrivacyAndIntegrity,
google.golang.org/grpc/credentials/insecure
insecure.go#L44: return conn, info{credentials.CommonAuthInfo{SecurityLevel: credentials.NoSecurity}}, nil
insecure.go#L48: return conn, info{credentials.CommonAuthInfo{SecurityLevel: credentials.NoSecurity}}, nil
google.golang.org/grpc
clientconn.go#L1440: secLevel = ci.GetCommonAuthInfo().SecurityLevel.String()
google.golang.org/grpc/internal/transport
handler_server.go#L85: authInfo = credentials.TLSInfo{State: *r.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}
http2_client.go#L304: secLevel := ci.GetCommonAuthInfo().SecurityLevel
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)