MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / getUserInfo

Method getUserInfo

java/com/jcraft/jsch/Session.java:2270–2270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2268 void setUserName(String username){ this.username=username; }
2269 public void setUserInfo(UserInfo userinfo){ this.userinfo=userinfo; }
2270 public UserInfo getUserInfo(){ return userinfo; }
2271 public void setInputStream(InputStream in){ this.in=in; }
2272 public void setOutputStream(OutputStream out){ this.out=out; }
2273 public void setX11Host(String host){ ChannelX11.setHost(host); }

Callers 2

writeMethod · 0.95
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected