Search Results for

    Show / Hide Table of Contents

    Class AuthenticationAclBasicProvider

    Basic ACL provider.

    Inheritance
    System.Object
    AuthenticationAclBasicProvider
    Implements
    IAuthenticationAclProvider
    Namespace: GridGain.Core.Security
    Assembly: GridGain.Core.dll
    Syntax
    public class AuthenticationAclBasicProvider : object, IAuthenticationAclProvider

    Properties

    Acl

    Gets or sets the per-user access control map.

    Declaration
    public IDictionary<SecurityCredentials, ISecurityPermissionSet> Acl { get; set; }
    Property Value
    Type Description
    IDictionary<SecurityCredentials, ISecurityPermissionSet>

    Implements

    IAuthenticationAclProvider
    In This Article
    Back to top © 2022 GridGain Systems, Inc. and Contributors