public class SshdConfigImplementation extends ConfigImplementation implements SshdConfigInterface
| Constructor and Description |
|---|
SshdConfigImplementation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrtgPathPrefix() |
List<String> |
getPublicKeys() |
String |
getPublicKeysFile() |
Properties |
getUsers() |
String |
getUsersFile() |
void |
setPrtgPathPrefix(String prtgPathPrefix) |
void |
setPublicKeys(List<String> publicKeys) |
void |
setPublicKeysFile(String publicKeysFile) |
void |
setUsers(Properties users) |
void |
setUsersFile(String usersFile) |
SshdConfigImplementation |
withJmxInitialContext(String jmxInitialContext) |
SshdConfigImplementation |
withPrtgPathPrefix(String prtgPathPrefix) |
SshdConfigImplementation |
withPublicKeys(List<String> publicKeys) |
SshdConfigImplementation |
withPublicKeysFile(String publicKeysFile) |
SshdConfigImplementation |
withUsers(Properties users) |
SshdConfigImplementation |
withUsersFile(String usersFile) |
SshdConfigImplementation |
withXml(String xml) |
getConfig, getJmxInitialContext, getXml, setConfig, setJmxInitialContext, setXml, withConfigclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfig, getJmxInitialContextpublic String getUsersFile()
public void setUsersFile(String usersFile)
public SshdConfigImplementation withUsersFile(String usersFile)
public Properties getUsers()
getUsers in interface SshdConfigInterfacepublic void setUsers(Properties users)
public SshdConfigImplementation withUsers(Properties users)
public String getPublicKeysFile()
public void setPublicKeysFile(String publicKeysFile)
public SshdConfigImplementation withPublicKeys(List<String> publicKeys)
public SshdConfigImplementation withPublicKeysFile(String publicKeysFile)
public SshdConfigImplementation withXml(String xml)
withXml in class ConfigImplementationpublic SshdConfigImplementation withJmxInitialContext(String jmxInitialContext)
withJmxInitialContext in class ConfigImplementationpublic List<String> getPublicKeys()
getPublicKeys in interface SshdConfigInterfacepublic String getPrtgPathPrefix()
getPrtgPathPrefix in interface SshdConfigInterfacepublic void setPrtgPathPrefix(String prtgPathPrefix)
public SshdConfigImplementation withPrtgPathPrefix(String prtgPathPrefix)
Copyright © 2014. All rights reserved.