Show / Hide Table of Contents

Interface IAclObject

Interface representing objects that can be entries in an MTA ACL

Namespace: Slipe.Server.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
Type Description
String

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
Type Name Description
String action
Boolean defaultPermission
Returns
Type Description
Boolean
| Improve this Doc View Source

IsInACLGroup(AclGroup)

Check if the object is in a certain ACL group

Declaration
bool IsInACLGroup(AclGroup group)
Parameters
Type Name Description
AclGroup group
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX