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 |
---|---|
Authentication |
convert(javax.servlet.http.HttpServletRequest request) |
Authentication convert(javax.servlet.http.HttpServletRequest request)