Interface IAuthenticationAclProvider
Access control list provider.
Namespace: GridGain.Core.Security
Assembly: GridGain.Core.dll
Syntax
public interface IAuthenticationAclProvider
Properties
Acl
Gets the per-user access control map.
Declaration
IDictionary<SecurityCredentials, ISecurityPermissionSet> Acl { get; }
Property Value
| Type | Description |
|---|---|
| IDictionary<SecurityCredentials, ISecurityPermissionSet> |