@ConfigurationProperties(prefix="management.shell", ignoreUnknownFields=true) @Deprecated public class ShellProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ShellProperties.Auth
Deprecated.
|
static class |
ShellProperties.CrshShellAuthenticationProperties
Deprecated.
Base class for Auth specific properties.
|
static class |
ShellProperties.CrshShellProperties
Deprecated.
Base class for CRaSH properties.
|
static class |
ShellProperties.JaasAuthenticationProperties
Deprecated.
Auth specific properties for JAAS authentication.
|
static class |
ShellProperties.KeyAuthenticationProperties
Deprecated.
Auth specific properties for key authentication.
|
static class |
ShellProperties.SimpleAuthenticationProperties
Deprecated.
Auth specific properties for simple authentication.
|
static class |
ShellProperties.SpringAuthenticationProperties
Deprecated.
Auth specific properties for Spring authentication.
|
static class |
ShellProperties.Ssh
Deprecated.
SSH properties.
|
static class |
ShellProperties.Telnet
Deprecated.
Telnet properties.
|
Modifier and Type | Field and Description |
---|---|
static String |
SHELL_PREFIX
Deprecated.
|
Constructor and Description |
---|
ShellProperties()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Properties |
asCrshShellConfig()
Deprecated.
Return a properties file configured from these settings that can be applied to a
CRaSH shell instance.
|
ShellProperties.CrshShellProperties[] |
getAdditionalProperties()
Deprecated.
|
ShellProperties.Auth |
getAuth()
Deprecated.
|
String[] |
getCommandPathPatterns()
Deprecated.
|
int |
getCommandRefreshInterval()
Deprecated.
|
String[] |
getConfigPathPatterns()
Deprecated.
|
String[] |
getDisabledCommands()
Deprecated.
|
String[] |
getDisabledPlugins()
Deprecated.
|
ShellProperties.Ssh |
getSsh()
Deprecated.
|
ShellProperties.Telnet |
getTelnet()
Deprecated.
|
void |
setCommandPathPatterns(String[] commandPathPatterns)
Deprecated.
|
void |
setCommandRefreshInterval(int commandRefreshInterval)
Deprecated.
|
void |
setConfigPathPatterns(String[] configPathPatterns)
Deprecated.
|
void |
setDisabledCommands(String[] disabledCommands)
Deprecated.
|
void |
setDisabledPlugins(String[] disabledPlugins)
Deprecated.
|
protected void |
validateCrshShellConfig(Properties properties)
Deprecated.
Basic validation of applied CRaSH shell configuration.
|
public static final String SHELL_PREFIX
public ShellProperties.Auth getAuth()
public ShellProperties.CrshShellProperties[] getAdditionalProperties()
public void setCommandRefreshInterval(int commandRefreshInterval)
public int getCommandRefreshInterval()
public void setCommandPathPatterns(String[] commandPathPatterns)
public String[] getCommandPathPatterns()
public void setConfigPathPatterns(String[] configPathPatterns)
public String[] getConfigPathPatterns()
public void setDisabledCommands(String[] disabledCommands)
public String[] getDisabledCommands()
public void setDisabledPlugins(String[] disabledPlugins)
public String[] getDisabledPlugins()
public ShellProperties.Ssh getSsh()
public ShellProperties.Telnet getTelnet()
public Properties asCrshShellConfig()
protected void validateCrshShellConfig(Properties properties)
properties
- the properties to validateCopyright © 2019 Pivotal Software, Inc.. All rights reserved.