Search Results for

    Show / Hide Table of Contents

    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>
    In This Article
    Back to top © 2022 GridGain Systems, Inc. and Contributors