Interface IAclObject
Interface representing objects that can be entries in an MTA ACL
Assembly: SlipeServer.dll
Syntax
public interface IAclObject
Properties
|
Improve this Doc
View Source
AclIdentifier
Formatted ACL entry; example: user.{name} or resource.{name}
Declaration
string AclIdentifier { get; }
Property Value
Methods
|
Improve this Doc
View Source
HasPermissionTo(String, Boolean)
Check if the object has access to a given action
Declaration
bool HasPermissionTo(string action, bool defaultPermission = true)
Parameters
Returns
|
Improve this Doc
View Source
IsInACLGroup(AclGroup)
Check if the object is in a certain ACL group
Declaration
bool IsInACLGroup(AclGroup group)
Parameters
Returns