Annotation Type SshServerConfig
-
@Retention(RUNTIME) @Target(FIELD) public @interface SshServerConfig
- Since:
- 2.5
- Author:
- Christoph Deppisch
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringactorTest actor.StringallowedKeyPathAllowedKeyPath.booleanautoStartAuto start.booleandebugLoggingDebug logging enabled.StringendpointAdapterEndpoint adapter reference.StringhostKeyPathHostKeyPath.StringmessageConverterMessage converter.StringpasswordPassword.intpollingIntervalPolling interval.intportServer port.longtimeoutTimeout.StringuserUser.StringuserHomePathUserHomeDir.
-
-
-
-
user
String user
User.- Returns:
- Default:
- ""
-
-
-
password
String password
Password.- Returns:
- Default:
- ""
-
-
-
hostKeyPath
String hostKeyPath
HostKeyPath.- Returns:
- Default:
- ""
-
-
-
userHomePath
String userHomePath
UserHomeDir.- Returns:
- Default:
- ""
-
-
-
allowedKeyPath
String allowedKeyPath
AllowedKeyPath.- Returns:
- Default:
- ""
-
-
-
messageConverter
String messageConverter
Message converter.- Returns:
- Default:
- ""
-
-
-
endpointAdapter
String endpointAdapter
Endpoint adapter reference.- Returns:
- Default:
- ""
-
-
-
actor
String actor
Test actor.- Returns:
- Default:
- ""
-
-