
public class PreAuthTokenAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
| Constructor and Description | 
|---|
| PreAuthTokenAuthenticationProvider(Boolean bypass) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.springframework.security.core.Authentication | authenticate(org.springframework.security.core.Authentication authentication) | 
| boolean | supports(Class<?> authentication) | 
public PreAuthTokenAuthenticationProvider(Boolean bypass)
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.AuthenticationProviderorg.springframework.security.core.AuthenticationExceptionpublic boolean supports(Class<?> authentication)
supports in interface org.springframework.security.authentication.AuthenticationProviderCopyright © 2017. All rights reserved.