| Package | Description |
|---|---|
| org.crsh.auth | |
| org.crsh.plugin |
| Modifier and Type | Field and Description |
|---|---|
static PropertyDescriptor<java.util.List> |
AuthenticationPlugin.AUTH
The authentication plugin to use.
|
static PropertyDescriptor<java.lang.String> |
SimpleAuthenticationPlugin.SIMPLE_PASSWORD
The password.
|
static PropertyDescriptor<java.lang.String> |
SimpleAuthenticationPlugin.SIMPLE_USERNAME
The username.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Iterable<PropertyDescriptor<?>> |
SimpleAuthenticationPlugin.createConfigurationCapabilities() |
protected java.lang.Iterable<PropertyDescriptor<?>> |
JaasAuthenticationPlugin.createConfigurationCapabilities() |
| Modifier and Type | Field and Description |
|---|---|
static PropertyDescriptor<java.lang.Integer> |
PropertyDescriptor.VFS_REFRESH_PERIOD
.
|
static PropertyDescriptor<java.util.concurrent.TimeUnit> |
PropertyDescriptor.VFS_REFRESH_UNIT
.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,PropertyDescriptor<?>> |
PropertyDescriptor.ALL
.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor<java.lang.Integer> |
PropertyDescriptor.create(java.lang.String name,
java.lang.Integer defaultValue,
java.lang.String description) |
static PropertyDescriptor<java.lang.Integer> |
PropertyDescriptor.create(java.lang.String name,
java.lang.Integer defaultValue,
java.lang.String description,
boolean secret) |
static PropertyDescriptor<java.util.List> |
PropertyDescriptor.create(java.lang.String name,
java.util.List defaultValue,
java.lang.String description) |
static PropertyDescriptor<java.util.List> |
PropertyDescriptor.create(java.lang.String name,
java.util.List defaultValue,
java.lang.String description,
boolean secret) |
static PropertyDescriptor<java.lang.String> |
PropertyDescriptor.create(java.lang.String name,
java.lang.String defaultValue,
java.lang.String description) |
static PropertyDescriptor<java.lang.String> |
PropertyDescriptor.create(java.lang.String name,
java.lang.String defaultValue,
java.lang.String description,
boolean secret) |
PropertyDescriptor<T> |
Property.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Iterable<PropertyDescriptor<?>> |
CRaSHPlugin.createConfigurationCapabilities()
Returns a list of
PropertyDescriptor this plugin requires for its configuration. |
java.lang.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,
java.lang.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 © 2014 eXo Platform SAS. All Rights Reserved.