public interface AuthenticationConverter
HttpServletRequest to an
 Authentication of particular type. Used to authenticate with appropriate
 AuthenticationManager. If the result is null, then it signals that no
 authentication attempt should be made. It is also possible to throw
 AuthenticationException within the convert(HttpServletRequest) if
 there was invalid Authentication scheme value.| Modifier and Type | Method and Description | 
|---|---|
| org.springframework.security.core.Authentication | convert(javax.servlet.http.HttpServletRequest request) |