source:
trunk/sources/HeuristicLab.Hive.Server.Core/3.2/InternalInterfaces/IHivePermissionManager.cs
@
2042
Last change on this file since 2042 was 1769, checked in by mbecirov, 16 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
1 | using System; |
2 | namespace HeuristicLab.Hive.Server.Core.InternalInterfaces { |
3 | public interface IHivePermissionManager { |
4 | bool CheckPermission(Guid sessionID, Guid actionID, Guid entityId); |
5 | Guid Login(string username, string password); |
6 | } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.