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