Package io.meeds.oauth2.server.plugin
Class OAuthRefreshTokenPublicClientAuthenticationConverter
java.lang.Object
io.meeds.oauth2.server.plugin.OAuthRefreshTokenPublicClientAuthenticationConverter
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter
@Component
public final class OAuthRefreshTokenPublicClientAuthenticationConverter
extends Object
implements org.springframework.security.web.authentication.AuthenticationConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationconvert(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
OAuthRefreshTokenPublicClientAuthenticationConverter
public OAuthRefreshTokenPublicClientAuthenticationConverter()
-
-
Method Details
-
convert
public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request) - Specified by:
convertin interfaceorg.springframework.security.web.authentication.AuthenticationConverter
-