public class PluginAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
Constructor and Description |
---|
PluginAuthenticationProvider() |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
AuthenticationProviderManagement |
getAuthenticationProviderManagement() |
void |
setAuthenticationProviderManagement(AuthenticationProviderManagement authenticationProviderManagement) |
boolean |
supports(Class<?> authentication) |
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException
authenticate
in interface org.springframework.security.authentication.AuthenticationProvider
org.springframework.security.core.AuthenticationException
public AuthenticationProviderManagement getAuthenticationProviderManagement()
public void setAuthenticationProviderManagement(AuthenticationProviderManagement authenticationProviderManagement)
authenticationProviderManagement
- the authenticationProviderManagement to setpublic boolean supports(Class<?> authentication)
supports
in interface org.springframework.security.authentication.AuthenticationProvider
authentication
- Not used.Copyright © 2019 Communote team. All rights reserved.