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