Namespace Volo.Abp.Authorization.Permissions
Classes
AbpPermissionOptions
AlwaysAllowPermissionChecker
Always allows for any permission.
Use IServiceCollection.AddAlwaysAllowAuthorization() to replace IPermissionChecker with this class. This is useful for tests.