Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/25/10 04:32:20 (14 years ago)
Author:
swagner
Message:

Worked on OKB user authentication (#1167)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.OKB/3.3/Interfaces/IRunnerService.cs

    r4279 r4313  
    3333
    3434    /// <summary>
    35     /// Logs the specified username in. In case the user or client
     35    /// Logs the current user in. In case the user or client
    3636    /// does not exist yet, they are created on the server. This
    3737    /// method is currently not used for authentication but merely
    3838    /// for auditing.
    3939    /// </summary>
    40     /// <param name="username">The username.</param>
    4140    /// <param name="clientname">The clientname.</param>
    4241    /// <returns><c>true</c> if the login was successful; <c>false</c> otherwise.</returns>
    4342    [OperationContract(IsInitiating = true)]
    44     bool Login(string username, string clientname);
     43    bool Login(string clientname);
    4544
    4645    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.