public interface AuthenticationProvider<T extends AuthenticationRequest>
| Modifier and Type | Method and Description |
|---|---|
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 © 2018. All rights reserved.