@Configuration @ConditionalOnProperty(prefix="shell", name="auth", havingValue="spring", matchIfMissing=true) @ConditionalOnBean(value=org.springframework.security.authentication.AuthenticationManager.class) public static class CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration extends Object
Constructor and Description |
---|
AuthenticationManagerAdapterAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapter |
shellAuthenticationManager() |
ShellProperties.SpringAuthenticationProperties |
springAuthenticationProperties() |
public AuthenticationManagerAdapterAutoConfiguration()
@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.