public interface AuthenticationProvider<T extends AuthenticationRequest>
| 限定符和类型 | 方法和说明 |
|---|---|
Authentication |
authenticate(T t) |
void |
revoke(Authentication authentication) |
boolean |
supports(AuthenticationRequest request) |
boolean supports(AuthenticationRequest request)
Authentication authenticate(T t)
void revoke(Authentication authentication)
Copyright © 2015. All rights reserved.