NoAuthenticationHandlerException
is thrown to indicate that the {@link Authenticator#login(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)}method could not find a way to authenticate the request user. This exception is thrown without a message. The caller of the {@link Authenticator#login(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)}method called is expected to immediately handle this exception and not to forward it up the call chain.
This exception is not intended to be thrown by client code but is used by the {@link Authenticator} implementation. @since 1.0 (Sling API Bundle 2.1.0)
|
|