Package | Description |
---|---|
org.crsh.auth | |
org.crsh.plugin | |
org.crsh.ssh | |
org.crsh.telnet |
Modifier and Type | Field and Description |
---|---|
static PropertyDescriptor<List> |
AuthenticationPlugin.AUTH
The authentication plugin to use.
|
static PropertyDescriptor<String> |
KeyAuthenticationPlugin.AUTHORIZED_KEY_PATH
The SSH authorized key path.
|
(package private) static PropertyDescriptor<String> |
JaasAuthenticationPlugin.JAAS_DOMAIN
.
|
static PropertyDescriptor<String> |
SimpleAuthenticationPlugin.SIMPLE_PASSWORD
The password.
|
static PropertyDescriptor<String> |
SimpleAuthenticationPlugin.SIMPLE_USERNAME
The username.
|
Modifier and Type | Method and Description |
---|---|
protected Iterable<PropertyDescriptor<?>> |
KeyAuthenticationPlugin.createConfigurationCapabilities() |
protected Iterable<PropertyDescriptor<?>> |
JaasAuthenticationPlugin.createConfigurationCapabilities() |
protected Iterable<PropertyDescriptor<?>> |
SimpleAuthenticationPlugin.createConfigurationCapabilities() |
Modifier and Type | Field and Description |
---|---|
private PropertyDescriptor<T> |
Property.desc
.
|
static PropertyDescriptor<Integer> |
PropertyDescriptor.VFS_REFRESH_PERIOD
.
|
static PropertyDescriptor<TimeUnit> |
PropertyDescriptor.VFS_REFRESH_UNIT
.
|
Modifier and Type | Field and Description |
---|---|
static Map<String,PropertyDescriptor<?>> |
PropertyDescriptor.ALL
.
|
private List<PropertyDescriptor<?>> |
CRaSHPlugin.configurationCapabilities
.
|
private static Map<String,PropertyDescriptor<?>> |
PropertyDescriptor.INTERNAL_ALL
.
|
Modifier and Type | Method and Description |
---|---|
static PropertyDescriptor<Integer> |
PropertyDescriptor.create(String name,
Integer defaultValue,
String description) |
static PropertyDescriptor<Integer> |
PropertyDescriptor.create(String name,
Integer defaultValue,
String description,
boolean secret) |
static PropertyDescriptor<List> |
PropertyDescriptor.create(String name,
List defaultValue,
String description) |
static PropertyDescriptor<List> |
PropertyDescriptor.create(String name,
List defaultValue,
String description,
boolean secret) |
static PropertyDescriptor<String> |
PropertyDescriptor.create(String name,
String defaultValue,
String description) |
static PropertyDescriptor<String> |
PropertyDescriptor.create(String name,
String defaultValue,
String description,
boolean secret) |
PropertyDescriptor<T> |
Property.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected Iterable<PropertyDescriptor<?>> |
CRaSHPlugin.createConfigurationCapabilities()
Returns a list of
PropertyDescriptor this plugin requires for its configuration. |
Iterable<PropertyDescriptor<?>> |
CRaSHPlugin.getConfigurationCapabilities()
Returns a list of
PropertyDescriptor this plugin requires for its configuration. |
Modifier and Type | Method and Description |
---|---|
private void |
PluginLifeCycle.configureProperty(PluginContext context,
Properties props,
PropertyDescriptor<?> desc) |
<T> T |
PluginContext.getProperty(PropertyDescriptor<T> desc)
Returns a context property or null if it cannot be found.
|
<T> Property<T> |
PropertyManager.getProperty(PropertyDescriptor<T> desc)
Returns a property or null if it cannot be found.
|
<T> T |
PropertyManager.getPropertyValue(PropertyDescriptor<T> desc)
Returns a property value or null if it cannot be found.
|
(package private) <T> void |
PropertyManager.parseProperty(PropertyDescriptor<T> desc,
String value)
Set a context property to a new value.
|
<T> void |
PluginContext.setProperty(PropertyDescriptor<T> desc,
String value)
Set a context property to a new value.
|
<T> void |
PluginContext.setProperty(PropertyDescriptor<T> desc,
T value)
Set a context property to a new value.
|
(package private) <T> void |
PropertyManager.setProperty(PropertyDescriptor<T> desc,
T value)
Set a context property to a new value.
|
Constructor and Description |
---|
Property(PropertyDescriptor<T> desc,
T value) |
Modifier and Type | Field and Description |
---|---|
static PropertyDescriptor<Charset> |
SSHPlugin.SSH_ENCODING
The SSH charset.
|
static PropertyDescriptor<Integer> |
SSHPlugin.SSH_PORT
The SSH port.
|
static PropertyDescriptor<Integer> |
SSHPlugin.SSH_SERVER_AUTH_TIMEOUT
The SSH server authentication timeout property.
|
static PropertyDescriptor<Integer> |
SSHPlugin.SSH_SERVER_IDLE_TIMEOUT
The SSH server idle timeout property.
|
static PropertyDescriptor<String> |
SSHPlugin.SSH_SERVER_KEYGEN
SSH host key auto generate
|
static PropertyDescriptor<String> |
SSHPlugin.SSH_SERVER_KEYPATH
The SSH server key path.
|
Modifier and Type | Method and Description |
---|---|
protected Iterable<PropertyDescriptor<?>> |
SSHPlugin.createConfigurationCapabilities() |
Modifier and Type | Field and Description |
---|---|
static PropertyDescriptor<Integer> |
TelnetPlugin.TELNET_PORT
.
|
Modifier and Type | Method and Description |
---|---|
protected Iterable<PropertyDescriptor<?>> |
TelnetPlugin.createConfigurationCapabilities() |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.