Class ShellProperties.KeyAuthenticationProperties
- java.lang.Object
- org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
- org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellAuthenticationProperties
- org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
- Enclosing class:
- ShellProperties
@ConfigurationProperties(prefix="management.shell.auth.key", ignoreUnknownFields=false) public static class ShellProperties.KeyAuthenticationProperties extends ShellProperties.CrshShellAuthenticationPropertiesAuth specific properties for key authentication.
Constructor Summary
Constructors Constructor Description KeyAuthenticationProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyToCrshShellConfig(Properties config)Apply the properties to a CRaSH configuration.StringgetPath()voidsetPath(String path)
Constructor Detail
KeyAuthenticationProperties
public KeyAuthenticationProperties()
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