|
@@ -14,7 +14,7 @@
|
|
* limitations under the License.
|
|
* limitations under the License.
|
|
*/
|
|
*/
|
|
|
|
|
|
-package org.springframework.security.config.web.server.oauth2.resourceserver
|
|
|
|
|
|
+package org.springframework.security.config.web.server
|
|
|
|
|
|
import okhttp3.mockwebserver.MockResponse
|
|
import okhttp3.mockwebserver.MockResponse
|
|
import okhttp3.mockwebserver.MockWebServer
|
|
import okhttp3.mockwebserver.MockWebServer
|
|
@@ -27,8 +27,6 @@ import org.springframework.context.annotation.Bean
|
|
import org.springframework.http.HttpHeaders
|
|
import org.springframework.http.HttpHeaders
|
|
import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity
|
|
import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity
|
|
import org.springframework.security.config.test.SpringTestRule
|
|
import org.springframework.security.config.test.SpringTestRule
|
|
-import org.springframework.security.config.web.server.ServerHttpSecurity
|
|
|
|
-import org.springframework.security.config.web.server.invoke
|
|
|
|
import org.springframework.security.oauth2.server.resource.introspection.NimbusReactiveOpaqueTokenIntrospector
|
|
import org.springframework.security.oauth2.server.resource.introspection.NimbusReactiveOpaqueTokenIntrospector
|
|
import org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector
|
|
import org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector
|
|
import org.springframework.security.web.server.SecurityWebFilterChain
|
|
import org.springframework.security.web.server.SecurityWebFilterChain
|