|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyDescriptor | |
|---|---|
| org.crsh.auth | |
| org.crsh.plugin | |
| org.crsh.ssh | |
| org.crsh.telnet | |
| Uses of PropertyDescriptor in org.crsh.auth |
|---|
| Fields in org.crsh.auth declared as PropertyDescriptor | |
|---|---|
static PropertyDescriptor<String> |
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. |
| Methods in org.crsh.auth that return types with arguments of type PropertyDescriptor | |
|---|---|
protected Iterable<PropertyDescriptor<?>> |
JaasAuthenticationPlugin.createConfigurationCapabilities()
|
protected Iterable<PropertyDescriptor<?>> |
KeyAuthenticationPlugin.createConfigurationCapabilities()
|
protected Iterable<PropertyDescriptor<?>> |
SimpleAuthenticationPlugin.createConfigurationCapabilities()
|
| Uses of PropertyDescriptor in org.crsh.plugin |
|---|
| Fields in org.crsh.plugin declared as PropertyDescriptor | |
|---|---|
private PropertyDescriptor<T> |
Property.desc
. |
static PropertyDescriptor<Integer> |
PropertyDescriptor.VFS_REFRESH_PERIOD
. |
static PropertyDescriptor<TimeUnit> |
PropertyDescriptor.VFS_REFRESH_UNIT
. |
| Fields in org.crsh.plugin with type parameters of type PropertyDescriptor | |
|---|---|
static Map<String,PropertyDescriptor<?>> |
PropertyDescriptor.ALL
. |
private List<PropertyDescriptor<?>> |
CRaSHPlugin.configurationCapabilities
. |
private static Map<String,PropertyDescriptor<?>> |
PropertyDescriptor.INTERNAL_ALL
. |
| Methods in org.crsh.plugin that return PropertyDescriptor | |
|---|---|
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<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()
|
| Methods in org.crsh.plugin that return types with arguments of type PropertyDescriptor | |
|---|---|
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. |
| Methods in org.crsh.plugin with parameters of type PropertyDescriptor | ||
|---|---|---|
private void |
PluginLifeCycle.configureProperty(PluginContext context,
Properties props,
PropertyDescriptor<?> desc)
|
|
|
PluginContext.getProperty(PropertyDescriptor<T> desc)
Returns a context property or null if it cannot be found. |
|
|
PropertyManager.getProperty(PropertyDescriptor<T> desc)
Returns a context property or null if it cannot be found. |
|
(package private)
|
PropertyManager.parseProperty(PropertyDescriptor<T> desc,
String value)
Set a context property to a new value. |
|
|
PropertyManager.resolveProperty(PropertyDescriptor<T> desc)
Resolve a context property or null if it cannot be resolved. |
|
|
PropertyManager.resolvePropertyValue(PropertyDescriptor<T> desc)
Returns a context property value or null if it cannot be found. |
|
|
PluginContext.setProperty(PropertyDescriptor<T> desc,
String value)
Set a context property to a new value. |
|
|
PluginContext.setProperty(PropertyDescriptor<T> desc,
T value)
Set a context property to a new value. |
|
(package private)
|
PropertyManager.setProperty(PropertyDescriptor<T> desc,
T value)
Set a context property to a new value. |
|
| Constructors in org.crsh.plugin with parameters of type PropertyDescriptor | |
|---|---|
Property(PropertyDescriptor<T> desc,
T value)
|
|
| Uses of PropertyDescriptor in org.crsh.ssh |
|---|
| Fields in org.crsh.ssh declared as PropertyDescriptor | |
|---|---|
static PropertyDescriptor<Integer> |
SSHPlugin.SSH_PORT
The SSH port. |
static PropertyDescriptor<String> |
SSHPlugin.SSH_SERVER_KEYPATH
The SSH server key path. |
| Methods in org.crsh.ssh that return types with arguments of type PropertyDescriptor | |
|---|---|
protected Iterable<PropertyDescriptor<?>> |
SSHPlugin.createConfigurationCapabilities()
|
| Uses of PropertyDescriptor in org.crsh.telnet |
|---|
| Fields in org.crsh.telnet declared as PropertyDescriptor | |
|---|---|
static PropertyDescriptor<Integer> |
TelnetPlugin.TELNET_PORT
. |
| Methods in org.crsh.telnet that return types with arguments of type PropertyDescriptor | |
|---|---|
protected Iterable<PropertyDescriptor<?>> |
TelnetPlugin.createConfigurationCapabilities()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||