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.CrshShellAuthenticationProperties
Auth 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 void
applyToCrshShellConfig(Properties config)
Apply the properties to a CRaSH configuration.String
getPath()
void
setPath(String path)
Constructor Detail
KeyAuthenticationProperties
public KeyAuthenticationProperties()
Method Detail
applyToCrshShellConfig
protected void applyToCrshShellConfig(Properties config)
Description copied from class:ShellProperties.CrshShellProperties
Apply the properties to a CRaSH configuration.- Specified by:
applyToCrshShellConfig
in classShellProperties.CrshShellProperties
- Parameters:
config
- the CRaSH configuration properties