Searched refs:setServiceAccount (Results 1 – 6 of 6) sorted by relevance
65 .setPeerIdentity(Identity.newBuilder().setServiceAccount(TEST_PEER_SERVICE_ACCOUNT)) in setUp()66 .setLocalIdentity(Identity.newBuilder().setServiceAccount(TEST_LOCAL_SERVICE_ACCOUNT)) in setUp()
89 Identity.newBuilder().setServiceAccount(TEST_SERVER_SERVICE_ACCOUNT).build()); in getHandshakerResult()91 Identity.newBuilder().setServiceAccount(TEST_CLIENT_SERVICE_ACCOUNT).build()); in getHandshakerResult()94 Identity.newBuilder().setServiceAccount(TEST_CLIENT_SERVICE_ACCOUNT).build()); in getHandshakerResult()96 Identity.newBuilder().setServiceAccount(TEST_SERVER_SERVICE_ACCOUNT).build()); in getHandshakerResult()
108 .setPeerIdentity(Identity.newBuilder().setServiceAccount(TEST_PEER_ACCOUNT).build()) in getFinishedResponse()109 .setLocalIdentity(Identity.newBuilder().setServiceAccount(TEST_LOCAL_ACCOUNT).build()) in getFinishedResponse()
112 Identity.newBuilder().setServiceAccount(TEST_TARGET_SERVICE_ACCOUNT)) in startClientHandshakeWithOptions()
91 startClientReq.addTargetIdentitiesBuilder().setServiceAccount(serviceAccount); in setStartClientFields()
1702 public Builder setServiceAccount( in setServiceAccount() method in Handshaker.Identity.Builder