Uses of Class
org.crsh.plugin.PropertyDescriptor

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<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.
 

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<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()
           
 

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)
           
<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.
 

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<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.
 

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()
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.