| Package | Description |
|---|---|
| org.crsh.auth | |
| org.crsh.plugin |
| Modifier and Type | Field and Description |
|---|---|
static PropertyDescriptor<List> |
AuthenticationPlugin.AUTH
The authentication plugin to use.
|
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<?>> |
JaasAuthenticationPlugin.createConfigurationCapabilities() |
protected Iterable<PropertyDescriptor<?>> |
SimpleAuthenticationPlugin.createConfigurationCapabilities() |
| Modifier and Type | Field and Description |
|---|---|
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
.
|
| 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 |
|---|---|
<T> T |
PluginContext.getProperty(PropertyDescriptor<T> desc)
Returns a context property or null if it cannot be found.
|
<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.
|
| Constructor and Description |
|---|
Property(PropertyDescriptor<T> desc,
T value) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.