Polish
Closes gh-30993
This commit is contained in:
@@ -30,7 +30,7 @@ import org.springframework.security.oauth2.server.resource.introspection.SpringO
|
||||
import org.springframework.security.web.SecurityFilterChain;
|
||||
|
||||
/**
|
||||
* Configures a {@link OpaqueTokenIntrospector} when a token introspection endpoint is
|
||||
* Configures an {@link OpaqueTokenIntrospector} when a token introspection endpoint is
|
||||
* available. Also configures a {@link SecurityFilterChain} if a
|
||||
* {@link OpaqueTokenIntrospector} bean is found.
|
||||
*
|
||||
|
||||
@@ -88,7 +88,7 @@ class SpringBootWebSecurityConfiguration {
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds the{@link EnableWebSecurity @EnableWebSecurity} annotation if Spring Security
|
||||
* Adds the {@link EnableWebSecurity @EnableWebSecurity} annotation if Spring Security
|
||||
* is on the classpath. This will make sure that the annotation is present with
|
||||
* default security auto-configuration and also if the user adds custom security and
|
||||
* forgets to add the annotation. If {@link EnableWebSecurity @EnableWebSecurity} has
|
||||
|
||||
Reference in New Issue
Block a user