public abstract class AADWebSecurityConfigurerAdapter
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
| Modifier and Type | Field and Description |
|---|---|
protected AADAuthenticationProperties |
properties |
| Constructor and Description |
|---|
AADWebSecurityConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.security.oauth2.client.endpoint.OAuth2AccessTokenResponseClient<org.springframework.security.oauth2.client.endpoint.OAuth2AuthorizationCodeGrantRequest> |
accessTokenResponseClient() |
protected void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
protected org.springframework.security.web.authentication.logout.LogoutSuccessHandler |
oidcLogoutSuccessHandler() |
protected org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestResolver |
requestResolver() |
authenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean@Autowired protected AADAuthenticationProperties properties
protected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterExceptionprotected org.springframework.security.web.authentication.logout.LogoutSuccessHandler oidcLogoutSuccessHandler()
protected org.springframework.security.oauth2.client.endpoint.OAuth2AccessTokenResponseClient<org.springframework.security.oauth2.client.endpoint.OAuth2AuthorizationCodeGrantRequest> accessTokenResponseClient()
protected org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestResolver requestResolver()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.