Class UnAuthenticatedServerOAuth2AuthorizedClientRepository

java.lang.Object
org.springframework.security.oauth2.client.web.server.UnAuthenticatedServerOAuth2AuthorizedClientRepository
All Implemented Interfaces:
ServerOAuth2AuthorizedClientRepository

@Deprecated public class UnAuthenticatedServerOAuth2AuthorizedClientRepository extends Object implements ServerOAuth2AuthorizedClientRepository
Provides support for an unauthenticated user. This is useful when running as a process with no user associated to it. The implementation ensures that ServerWebExchange is null and that the Authentication is either null or anonymous to prevent using it incorrectly.
Since:
5.1