Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsAuthContext.java37 .setPeerServiceAccount(result.getPeerIdentity().getServiceAccount()) in AltsAuthContext()
38 .setLocalServiceAccount(result.getLocalIdentity().getServiceAccount()) in AltsAuthContext()
DAltsTsiHandshaker.java106 handshaker.getResult().getPeerIdentity().getServiceAccount()));
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DHandshaker.java1047 java.lang.String getServiceAccount(); in getServiceAccount() method
1206 public java.lang.String getServiceAccount() { in getServiceAccount() method in Handshaker.Identity
1353 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