MCPcopy Index your code
hub / github.com/Juniper/netconf-java / userName

Method userName

src/main/java/net/juniper/netconf/Device.java:216–219  ·  view source on GitHub ↗

Specifies the login user name for the SSH/NETCONF session. @param userName user name string @return this Builder for fluent chaining

(String userName)

Source from the content-addressed store, hash-verified

214 * @return this {@code Builder} for fluent chaining
215 */
216 public Builder userName(String userName) {
217 this.userName = userName;
218 return this;
219 }
220
221 /**
222 * Sets the password used for password‑based SSH authentication.

Calls

no outgoing calls