Class AclEntry
ACL or Access Control List is a set of rights grouped together to create a list
Assembly: SlipeServer.dll
Syntax
Constructors
|
Improve this Doc
View Source
AclEntry(String)
Declaration
public AclEntry(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Fields
|
Improve this Doc
View Source
entry
Declaration
Field Value
Type |
Description |
Slipe.MtaDefinitions.MtaAcl |
|
Properties
|
Improve this Doc
View Source
ACL
Returns the MTA ACL class instance
Declaration
public MtaAcl ACL { get; }
Property Value
Type |
Description |
Slipe.MtaDefinitions.MtaAcl |
|
|
Improve this Doc
View Source
All
Get an array of all ACL entries on this server
Declaration
public static AclEntry[] All { get; }
Property Value
|
Improve this Doc
View Source
Name
Return the name of this ACL entry
Declaration
public string Name { get; }
Property Value
Methods
|
Improve this Doc
View Source
Destroy()
Declaration
Returns
|
Improve this Doc
View Source
Get(String)
Get an existing ACL entry from its name
Declaration
public static AclEntry Get(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
|
Improve this Doc
View Source
GetRight(String)
Declaration
public bool GetRight(string right)
Parameters
Type |
Name |
Description |
String |
right |
|
Returns
|
Improve this Doc
View Source
GetRights(AclRightEnum)
Get an array of all rights on this ACL entry
Declaration
public string[] GetRights(AclRightEnum rightType)
Parameters
Returns
|
Improve this Doc
View Source
RemoveRight(String)
Removes a right form this ACL entry
Declaration
public bool RemoveRight(string right)
Parameters
Type |
Name |
Description |
String |
right |
|
Returns
|
Improve this Doc
View Source
SetRight(String, Boolean)
Set a new right on this ACL entry
Declaration
public bool SetRight(string right, bool hasAccess)
Parameters
Returns