Class OAuth2SecurityConfigurerAdapter

java.lang.Object
com.okta.spring.example.OAuth2SecurityConfigurerAdapter

@Configuration public class OAuth2SecurityConfigurerAdapter extends Object
  • Constructor Details

    • OAuth2SecurityConfigurerAdapter

      public OAuth2SecurityConfigurerAdapter()
  • Method Details

    • authenticationManager

      @Bean public org.springframework.security.authentication.AuthenticationManager authenticationManager(org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration authenticationConfiguration) throws Exception
      Throws:
      Exception
    • filterChain

      @Bean public org.springframework.security.web.SecurityFilterChain filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception
    • customAuthenticationProcessingFilter

      @Bean public CustomAuthenticationProcessingFilter customAuthenticationProcessingFilter(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) throws Exception
      Throws:
      Exception