@Configuration @ConditionalOnProperty(prefix="management.shell.auth", name="type", havingValue="spring", matchIfMissing=true) @ConditionalOnBean(value=org.springframework.security.authentication.AuthenticationManager.class) @Deprecated public static class CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration extends Object
Constructor and Description |
---|
AuthenticationManagerAdapterConfiguration(ObjectProvider<ManagementServerProperties> management)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapter |
shellAuthenticationManager()
Deprecated.
|
ShellProperties.SpringAuthenticationProperties |
springAuthenticationProperties()
Deprecated.
|
public AuthenticationManagerAdapterConfiguration(ObjectProvider<ManagementServerProperties> management)
@Bean public org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapter shellAuthenticationManager()
@Bean @ConditionalOnMissingBean(value=ShellProperties.CrshShellAuthenticationProperties.class) public ShellProperties.SpringAuthenticationProperties springAuthenticationProperties()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.