这些类之间有什么区别?我知道WebSecurityConfigurerAdapter用于自定义我们应用程序的“安全性”。我做了什么:publicclassSecurityConfigextendsWebSecurityConfigurerAdapter{@AutowiredCustomUserDetailsServicecustomUserDetailsService;@AutowiredprivateJwtAuthenticationEntryPointunauthorizedHandler;但是我不明白AuthorizationServerConfigurerAdapter的意思。