Class UnAuthenticatedServerOAuth2AuthorizedClientRepository

  • All Implemented Interfaces:
    ServerOAuth2AuthorizedClientRepository

    public class UnAuthenticatedServerOAuth2AuthorizedClientRepository
    extends java.lang.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