类 ShellProperties
- java.lang.Object
- org.springframework.boot.actuate.autoconfigure.ShellProperties
@ConfigurationProperties(prefix="management.shell", ignoreUnknownFields=true) @Deprecated public class ShellProperties extends Object已过时。as of 1.5 since CRaSH is not actively maintainedConfiguration properties for the shell subsystem.
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classShellProperties.Auth已过时。static classShellProperties.CrshShellAuthenticationProperties已过时。Base class for Auth specific properties.static classShellProperties.CrshShellProperties已过时。Base class for CRaSH properties.static classShellProperties.JaasAuthenticationProperties已过时。Auth specific properties for JAAS authentication.static classShellProperties.KeyAuthenticationProperties已过时。Auth specific properties for key authentication.static classShellProperties.SimpleAuthenticationProperties已过时。Auth specific properties for simple authentication.static classShellProperties.SpringAuthenticationProperties已过时。Auth specific properties for Spring authentication.static classShellProperties.Ssh已过时。SSH properties.static classShellProperties.Telnet已过时。Telnet properties.
字段概要
字段 修饰符和类型 字段 说明 static StringSHELL_PREFIX已过时。
构造器概要
构造器 构造器 说明 ShellProperties()已过时。
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 PropertiesasCrshShellConfig()已过时。Return a properties file configured from these settings that can be applied to a CRaSH shell instance.ShellProperties.CrshShellProperties[]getAdditionalProperties()已过时。ShellProperties.AuthgetAuth()已过时。String[]getCommandPathPatterns()已过时。intgetCommandRefreshInterval()已过时。String[]getConfigPathPatterns()已过时。String[]getDisabledCommands()已过时。String[]getDisabledPlugins()已过时。ShellProperties.SshgetSsh()已过时。ShellProperties.TelnetgetTelnet()已过时。voidsetCommandPathPatterns(String[] commandPathPatterns)已过时。voidsetCommandRefreshInterval(int commandRefreshInterval)已过时。voidsetConfigPathPatterns(String[] configPathPatterns)已过时。voidsetDisabledCommands(String[] disabledCommands)已过时。voidsetDisabledPlugins(String[] disabledPlugins)已过时。protected voidvalidateCrshShellConfig(Properties properties)已过时。Basic validation of applied CRaSH shell configuration.
字段详细资料
SHELL_PREFIX
public static final String SHELL_PREFIX
已过时。- 另请参阅:
- 常量字段值
构造器详细资料
ShellProperties
public ShellProperties()
已过时。
方法详细资料
getAuth
public ShellProperties.Auth getAuth()
已过时。
getAdditionalProperties
public ShellProperties.CrshShellProperties[] getAdditionalProperties()
已过时。
setCommandRefreshInterval
public void setCommandRefreshInterval(int commandRefreshInterval)
已过时。
getCommandRefreshInterval
public int getCommandRefreshInterval()
已过时。
setCommandPathPatterns
public void setCommandPathPatterns(String[] commandPathPatterns)
已过时。
getCommandPathPatterns
public String[] getCommandPathPatterns()
已过时。
setConfigPathPatterns
public void setConfigPathPatterns(String[] configPathPatterns)
已过时。
getConfigPathPatterns
public String[] getConfigPathPatterns()
已过时。
setDisabledCommands
public void setDisabledCommands(String[] disabledCommands)
已过时。
getDisabledCommands
public String[] getDisabledCommands()
已过时。
setDisabledPlugins
public void setDisabledPlugins(String[] disabledPlugins)
已过时。
getDisabledPlugins
public String[] getDisabledPlugins()
已过时。
getSsh
public ShellProperties.Ssh getSsh()
已过时。
getTelnet
public ShellProperties.Telnet getTelnet()
已过时。
asCrshShellConfig
public Properties asCrshShellConfig()
已过时。Return a properties file configured from these settings that can be applied to a CRaSH shell instance.- 返回:
- the CRaSH properties
validateCrshShellConfig
protected void validateCrshShellConfig(Properties properties)
已过时。Basic validation of applied CRaSH shell configuration.- 参数:
properties- the properties to validate