Searched refs:getServiceAccount (Results 1 – 3 of 3) sorted by relevance
37 .setPeerServiceAccount(result.getPeerIdentity().getServiceAccount()) in AltsAuthContext()38 .setLocalServiceAccount(result.getLocalIdentity().getServiceAccount()) in AltsAuthContext()
106 handshaker.getResult().getPeerIdentity().getServiceAccount()));
1047 java.lang.String getServiceAccount(); in getServiceAccount() method1206 public java.lang.String getServiceAccount() { in getServiceAccount() method in Handshaker.Identity1353 result = result && getServiceAccount() in equals()1354 .equals(other.getServiceAccount()); in equals()1377 hash = (53 * hash) + getServiceAccount().hashCode(); in hashCode()1653 public java.lang.String getServiceAccount() { in getServiceAccount() method in Handshaker.Identity.Builder