Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/09 16:35:53 (15 years ago)
Author:
svonolfe
Message:

Added interface for login (#454)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IServerConsoleFacade.cs

    r909 r1084  
    3131  /// Facade for the server management console
    3232  /// </summary>
    33   [ServiceContract]
    34   public interface IServerConsoleFacade : IClientManager, IJobManager, IUserRoleManager {
     33  [ServiceContract(SessionMode=SessionMode.Required)]
     34  public interface IServerConsoleFacade : IClientManager,
     35    IJobManager,
     36    IUserRoleManager {
     37    [OperationContract]
     38    bool Login(String username, String password);
    3539  }
    3640}
Note: See TracChangeset for help on using the changeset viewer.