We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c94b49 commit 34433acCopy full SHA for 34433ac
1 file changed
src/main/java/fr/insee/genesis/infrastructure/utils/http/PerretAuthWebClientFilter.java
@@ -1,7 +1,6 @@
1
package fr.insee.genesis.infrastructure.utils.http;
2
3
-import lombok.AccessLevel;
4
-import lombok.NoArgsConstructor;
+import lombok.experimental.UtilityClass;
5
import lombok.extern.slf4j.Slf4j;
6
import org.springframework.web.reactive.function.client.ClientRequest;
7
import org.springframework.web.reactive.function.client.ExchangeFilterFunction;
@@ -10,7 +9,7 @@
10
9
import java.io.IOException;
11
12
@Slf4j
13
-@NoArgsConstructor(access = AccessLevel.PRIVATE)
+@UtilityClass
14
public class PerretAuthWebClientFilter {
15
public static ExchangeFilterFunction perretAuthFilter(OidcService oidcService) {
16
return ExchangeFilterFunction.ofRequestProcessor(request -> {
0 commit comments