Class PermissionStateProvider_Tests
Inheritance
PermissionStateProvider_Tests
Assembly: Volo.Abp.Authorization.Tests.dll
Syntax
public abstract class PermissionStateProvider_Tests : AuthorizationTestBase, IDisposable
Constructors
PermissionStateProvider_Tests()
Declaration
public PermissionStateProvider_Tests()
Properties
CurrentPrincipalAccessor
Declaration
protected ICurrentPrincipalAccessor CurrentPrincipalAccessor { get; }
Property Value
PermissionDefinitionManager
Declaration
protected IPermissionDefinitionManager PermissionDefinitionManager { get; }
Property Value
StateCheckerManager
Declaration
protected ISimpleStateCheckerManager<PermissionDefinition> StateCheckerManager { get; }
Property Value
Implements
Extension Methods