public class SshdConfigFile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SshdConfigFile.SshdConfigFileBuilder |
Modifier and Type | Method and Description |
---|---|
MatchEntry |
addMatchEntry() |
static SshdConfigFile.SshdConfigFileBuilder |
builder() |
<T> T |
executeRead(Callable<T> callable) |
<T> T |
executeWrite(Callable<T> callable) |
MatchEntry |
findMatchEntry(Map<String,String> params) |
MatchEntry |
findMatchEntryWithMatch(Map<String,Collection<String>> params) |
GlobalEntry |
getGlobalEntry() |
Iterator<MatchEntry> |
getMatchEntriesIterator() |
public MatchEntry findMatchEntry(Map<String,String> params)
public MatchEntry findMatchEntryWithMatch(Map<String,Collection<String>> params)
public GlobalEntry getGlobalEntry()
public Iterator<MatchEntry> getMatchEntriesIterator()
public MatchEntry addMatchEntry()
public <T> T executeRead(Callable<T> callable)
public <T> T executeWrite(Callable<T> callable)
public static SshdConfigFile.SshdConfigFileBuilder builder()
Copyright © 2024. All rights reserved.