Interface IPermissionManagementProvider
Assembly: Volo.Abp.PermissionManagement.Domain.dll
Syntax
public interface IPermissionManagementProvider : ISingletonDependency
Properties
Name
Declaration
Property Value
Methods
CheckAsync(string, string, string)
Declaration
Task<PermissionValueProviderGrantInfo> CheckAsync(string name, string providerName, string providerKey)
Parameters
Returns
CheckAsync(string[], string, string)
Declaration
Task<MultiplePermissionValueProviderGrantInfo> CheckAsync(string[] names, string providerName, string providerKey)
Parameters
Returns
SetAsync(string, string, bool)
Declaration
Task SetAsync(string name, string providerKey, bool isGranted)
Parameters
Returns
Extension Methods