Class 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
- Enclosing class:
- ShellProperties
@ConfigurationProperties(prefix="management.shell.auth.simple", ignoreUnknownFields=false) public static class ShellProperties.SimpleAuthenticationProperties extends ShellProperties.CrshShellAuthenticationPropertiesAuth specific properties for simple authentication.
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShellProperties.SimpleAuthenticationProperties.User
Constructor Summary
Constructors Constructor Description SimpleAuthenticationProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyToCrshShellConfig(Properties config)Apply the properties to a CRaSH configuration.ShellProperties.SimpleAuthenticationProperties.UsergetUser()voidsetUser(ShellProperties.SimpleAuthenticationProperties.User user)
Constructor Detail
SimpleAuthenticationProperties
public SimpleAuthenticationProperties()
Method Detail
applyToCrshShellConfig
protected void applyToCrshShellConfig(Properties config)
Description copied from class:ShellProperties.CrshShellPropertiesApply the properties to a CRaSH configuration.- Specified by:
applyToCrshShellConfigin classShellProperties.CrshShellProperties- Parameters:
config- the CRaSH configuration properties
getUser
public ShellProperties.SimpleAuthenticationProperties.User getUser()
setUser
public void setUser(ShellProperties.SimpleAuthenticationProperties.User user)