public class Credentials extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Credentials.Builder
Builder for credentials (Builder pattern - static variant)
|
| Modifier | Constructor and Description |
|---|---|
protected |
Credentials(String hostname)
Create new credentials
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaulRemotetPath()
The default remote path
|
String |
getHostname() |
char[] |
getPassword() |
int |
getPort() |
String |
getProtocol() |
String |
getUsername() |
static Credentials.Builder |
newBuilder(String hostname)
Create a new credentials builder
|
String |
toFileObjectURL() |
protected Credentials(String hostname)
hostname - The hostnamepublic static Credentials.Builder newBuilder(String hostname)
hostname - The hostnamepublic String toFileObjectURL()
public String getDefaulRemotetPath()
public String getHostname()
public char[] getPassword()
public int getPort()
public String getProtocol()
public String getUsername()
Copyright © 2020. All rights reserved.