Searched refs:sshuser (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DUpdateNodeCommand.java98 @Param(name="sshuser", optional=true)
99 String sshuser; field in class:UpdateNodeCommand
211 if (sshport != null || sshnodehost != null ||sshuser != null || sshkeyfile != null){
223 if (sshuser != null || sshkeyfile != null || sshpassword != null || sshkeypassphrase != null ) {
230 if (sshuser != null)
231 sshA.setUserName(sshuser);
H A DCreateNodeSshCommand.java68 @Param(name = "sshuser", optional = true, defaultValue = NodeUtils.NODE_DEFAULT_REMOTE_USER)
69 private String sshuser; field in class:CreateNodeSshCommand
119 remoteUser = sshuser;
140 args.add("--sshuser");
H A DValidateNodeCommand.java107 @Param(name="sshuser", optional=true)
108 private String sshuser; field in class:ValidateNodeCommand
159 if (! excludeFromUpdate.contains("sshuser"))
160 map.add("sshuser", sshuser);
211 validateString("sshuser", sshuser, value, false);
H A DNodeUtils.java93 public static final String PARAM_REMOTEUSER = "sshuser";
476 String sshuser = map.getOne(PARAM_REMOTEUSER);
497 resolver.resolve(sshuser),
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DNode.java360 @Param(name = "sshuser", optional = true, alias = "dcomuser")
361 String sshuser = null; field in class:Node.Decorator
427 if (StringUtils.ok(sshuser))
428 sshA.setUserName(sshuser);
/glassfish-3.1.2/admingui/cluster/src/main/resources/node/
H A DnodeAttr.inc204 <sun:textField id="UserName" text="#{pageSession.valueMap['sshuser']}" columns="$int{60}" maxLength="#{sessionScope.fieldLengths['maxLength.node.UserName']}" />

Completed in 40 milliseconds