|
|
|
@ -41,7 +41,7 @@ import org.springframework.util.StringUtils; |
|
|
|
@ConfigurationProperties(prefix = "shell", ignoreUnknownFields = true) |
|
|
|
@ConfigurationProperties(prefix = "shell", ignoreUnknownFields = true) |
|
|
|
public class ShellProperties { |
|
|
|
public class ShellProperties { |
|
|
|
|
|
|
|
|
|
|
|
private static Log logger = LogFactory.getLog(ShellProperties.class); |
|
|
|
private static final Log logger = LogFactory.getLog(ShellProperties.class); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Authentication type. Auto-detected according to the environment (i.e. if Spring |
|
|
|
* Authentication type. Auto-detected according to the environment (i.e. if Spring |
|
|
|
@ -418,7 +418,7 @@ public class ShellProperties { |
|
|
|
public static class SimpleAuthenticationProperties |
|
|
|
public static class SimpleAuthenticationProperties |
|
|
|
extends CrshShellAuthenticationProperties { |
|
|
|
extends CrshShellAuthenticationProperties { |
|
|
|
|
|
|
|
|
|
|
|
private static Log logger = LogFactory |
|
|
|
private static final Log logger = LogFactory |
|
|
|
.getLog(SimpleAuthenticationProperties.class); |
|
|
|
.getLog(SimpleAuthenticationProperties.class); |
|
|
|
|
|
|
|
|
|
|
|
private User user = new User(); |
|
|
|
private User user = new User(); |
|
|
|
|