类 ShellProperties.SimpleAuthenticationProperties
- java.lang.Object
- org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
- org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellAuthenticationProperties
- org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
- 封闭类:
- ShellProperties
@ConfigurationProperties(prefix="management.shell.auth.simple", ignoreUnknownFields=false) public static class ShellProperties.SimpleAuthenticationProperties extends ShellProperties.CrshShellAuthenticationPropertiesAuth specific properties for simple authentication.
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classShellProperties.SimpleAuthenticationProperties.User
构造器概要
构造器 构造器 说明 SimpleAuthenticationProperties()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidapplyToCrshShellConfig(Properties config)Apply the properties to a CRaSH configuration.ShellProperties.SimpleAuthenticationProperties.UsergetUser()voidsetUser(ShellProperties.SimpleAuthenticationProperties.User user)
构造器详细资料
SimpleAuthenticationProperties
public SimpleAuthenticationProperties()
方法详细资料
applyToCrshShellConfig
protected void applyToCrshShellConfig(Properties config)
从类复制的说明:ShellProperties.CrshShellPropertiesApply the properties to a CRaSH configuration.- 指定者:
applyToCrshShellConfig在类中ShellProperties.CrshShellProperties- 参数:
config- the CRaSH configuration properties
getUser
public ShellProperties.SimpleAuthenticationProperties.User getUser()
setUser
public void setUser(ShellProperties.SimpleAuthenticationProperties.User user)