James Moger
2014-03-12 b8e1fa94f3f28a94b466c79b1a4b24c6fd755df1
src/main/java/com/gitblit/manager/IAuthenticationManager.java
@@ -56,6 +56,14 @@
   UserModel authenticate(String username, char[] password);
   /**
    * Returns the Gitlbit cookie in the request.
    *
    * @param request
    * @return the Gitblit cookie for the request or null if not found
    */
   String getCookie(HttpServletRequest request);
   /**
    * Sets a cookie for the specified user.
    *
    * @param response