Home
last modified time | relevance | path

Searched refs:requirePrivacy (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/auth/src/main/java/io/grpc/auth/
DGoogleAuthLibraryCallCredentials.java58 private final boolean requirePrivacy; field in GoogleAuthLibraryCallCredentials
72 boolean requirePrivacy = false; in GoogleAuthLibraryCallCredentials()
78 requirePrivacy = googleCredentialsClass.isInstance(creds); in GoogleAuthLibraryCallCredentials()
83 this.requirePrivacy = requirePrivacy; in GoogleAuthLibraryCallCredentials()
100 if (requirePrivacy && security != SecurityLevel.PRIVACY_AND_INTEGRITY) { in applyRequestMetadata()