public class TokenAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
| Constructor and Description |
|---|
TokenAuthenticationProvider(TokenService tokenService,
org.springframework.security.core.userdetails.UserDetailsChecker userDetailsChecker) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
supports(Class<?> authentication) |
public TokenAuthenticationProvider(TokenService tokenService, org.springframework.security.core.userdetails.UserDetailsChecker userDetailsChecker)
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
authenticate in interface org.springframework.security.authentication.AuthenticationProviderpublic boolean supports(Class<?> authentication)
supports in interface org.springframework.security.authentication.AuthenticationProviderCopyright © 2019 Pivotal Software, Inc.. All rights reserved.