Home
last modified time | relevance | path

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

/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DAbstractStub.java193 public final S withCallCredentials(CallCredentials credentials) { in withCallCredentials() method in AbstractStub
194 return build(channel, callOptions.withCallCredentials(credentials)); in withCallCredentials()
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DCallOptionsTest.java55 .withCallCredentials(sampleCreds)
104 allSet.withCallCredentials(mock(CallCredentials.class)) in noStrayModifications()
105 .withCallCredentials(sampleCreds))) in noStrayModifications()
146 .withCallCredentials(null) in toStringMatches_noDeadline_default()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DCallCredentials2ApplyingTest.java117 callOptions = CallOptions.DEFAULT.withCallCredentials(mockCreds); in setUp()
283 callOptions = callOptions.withCallCredentials(null); in noCreds()
DCallCredentialsApplyingTest.java116 callOptions = CallOptions.DEFAULT.withCallCredentials(mockCreds); in setUp()
284 callOptions = callOptions.withCallCredentials(null); in noCreds()
DManagedChannelImplTest.java1393 CallOptions callOptions = CallOptions.DEFAULT.withCallCredentials(creds); in informationPropagatedToNewStreamAndCallCredentials()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/
DGoogleDefaultChannelBuilder.java152 return next.newCall(method, callOptions.withCallCredentials(credentials)); in interceptCall()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DCallOptions.java96 public CallOptions withCallCredentials(@Nullable CallCredentials credentials) { in withCallCredentials() method in CallOptions
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java1644 .withCallCredentials(MoreCallCredentials.from(credentials)); in serviceAccountCreds()
1676 .withCallCredentials(MoreCallCredentials.from(credentials)); in computeEngineCreds()
1715 .withCallCredentials(MoreCallCredentials.from(credentials)); in jwtTokenCreds()
1732 .withCallCredentials(MoreCallCredentials.from(credentials)); in oauth2AuthToken()
/external/grpc-grpc-java/
DSECURITY.md416 PublisherGrpc.newBlockingStub(channel).withCallCredentials(callCreds);