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