James Moger
2011-11-10 4eb1d83ac51f9b0a8813e7c1ed8e106e37c18562
src/com/gitblit/IUserService.java
@@ -29,6 +29,16 @@
public interface IUserService {
   /**
    * Setup the user service. This method allows custom implementations to
    * retrieve settings from gitblit.properties or the web.xml file without
    * relying on the GitBlit static singleton.
    *
    * @param settings
    * @since 0.7.0
    */
   void setup(IStoredSettings settings);
   /**
    * Does the user service support cookie authentication?
    * 
    * @return true or false