Class OAuthAuthorizationRequestConverter

java.lang.Object
io.meeds.oauth2.server.plugin.OAuthAuthorizationRequestConverter
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter

@Component public class OAuthAuthorizationRequestConverter extends Object implements org.springframework.security.web.authentication.AuthenticationConverter
  • Constructor Details

    • OAuthAuthorizationRequestConverter

      public OAuthAuthorizationRequestConverter()
  • Method Details

    • convert

      public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      convert in interface org.springframework.security.web.authentication.AuthenticationConverter