Home
last modified time | relevance | path

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

/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/
DGoogleAuthLibraryCallCredentialsTest.java155 callCredentials.applyRequestMetadata(new RequestInfoImpl(), executor, applier); in copyCredentialsToHeaders()
177 callCredentials.applyRequestMetadata(new RequestInfoImpl(), executor, applier); in invalidBase64()
193 callCredentials.applyRequestMetadata(new RequestInfoImpl(), executor, applier); in credentialsFailsWithIoException()
209 callCredentials.applyRequestMetadata(new RequestInfoImpl(), executor, applier); in credentialsFailsWithRuntimeException()
229 callCredentials.applyRequestMetadata(new RequestInfoImpl(), executor, applier); in credentialsReturnNullMetadata()
259 new RequestInfoImpl(SecurityLevel.NONE), executor, applier); in oauth2Credential()
277 new RequestInfoImpl(SecurityLevel.PRIVACY_AND_INTEGRITY), executor, applier); in googleCredential_privacyAndIntegrityAllowed()
296 new RequestInfoImpl(SecurityLevel.INTEGRITY), executor, applier); in googleCredential_integrityDenied()
309 new RequestInfoImpl("example.com:443"), executor, applier); in serviceUri()
313 new RequestInfoImpl("example.com:123"), executor, applier); in serviceUri()
[all …]