Package io.meeds.oauth2.server.security
Class OAuthCimdAuthenticationProvider
java.lang.Object
io.meeds.oauth2.server.security.OAuthCimdAuthenticationProvider
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
@Component
public class OAuthCimdAuthenticationProvider
extends Object
implements org.springframework.security.authentication.AuthenticationProvider
A Public Oauth clients Registration Handler which will auto-register allowed
CIMD URI(s)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication) boolean
-
Constructor Details
-
OAuthCimdAuthenticationProvider
public OAuthCimdAuthenticationProvider()
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceorg.springframework.security.authentication.AuthenticationProvider
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) - Specified by:
authenticatein interfaceorg.springframework.security.authentication.AuthenticationProvider
-