Skip to content

Commit

Permalink
Update grpc-server-spring-boot-starter/src/main/java/net/devh/boot/gr…
Browse files Browse the repository at this point in the history
…pc/server/security/interceptors/ManagerResolverAuthenticatingServerInterceptor.java
  • Loading branch information
ST-DDT authored Apr 13, 2024
1 parent 9305837 commit 4a754c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public ManagerResolverAuthenticatingServerInterceptor(
this.authenticationManagerResolver =
requireNonNull(authenticationManagerResolver, "authenticationManagerResolver");
}

@Override
protected AuthenticationManager getAuthenticationManager(
final ServerCall<?, ?> call,
Expand Down

0 comments on commit 4a754c2

Please sign in to comment.