mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
155 lines
4.5 KiB
155 lines
4.5 KiB
{
|
|
"name": "Volo.Abp.Identity.Application.Contracts",
|
|
"hash": "",
|
|
"contents": [
|
|
{
|
|
"namespace": "Volo.Abp.Identity",
|
|
"dependsOnModules": [
|
|
{
|
|
"declaringAssemblyName": "Volo.Abp.Identity.Domain.Shared",
|
|
"namespace": "Volo.Abp.Identity",
|
|
"name": "AbpIdentityDomainSharedModule"
|
|
},
|
|
{
|
|
"declaringAssemblyName": "Volo.Abp.Users.Abstractions",
|
|
"namespace": "Volo.Abp.Users",
|
|
"name": "AbpUsersAbstractionModule"
|
|
},
|
|
{
|
|
"declaringAssemblyName": "Volo.Abp.Authorization",
|
|
"namespace": "Volo.Abp.Authorization",
|
|
"name": "AbpAuthorizationModule"
|
|
},
|
|
{
|
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.Application.Contracts",
|
|
"namespace": "Volo.Abp.PermissionManagement",
|
|
"name": "AbpPermissionManagementApplicationContractsModule"
|
|
}
|
|
],
|
|
"implementingInterfaces": [
|
|
{
|
|
"name": "IAbpModule",
|
|
"namespace": "Volo.Abp.Modularity",
|
|
"declaringAssemblyName": "Volo.Abp.Core",
|
|
"fullName": "Volo.Abp.Modularity.IAbpModule"
|
|
},
|
|
{
|
|
"name": "IOnPreApplicationInitialization",
|
|
"namespace": "Volo.Abp.Modularity",
|
|
"declaringAssemblyName": "Volo.Abp.Core",
|
|
"fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization"
|
|
},
|
|
{
|
|
"name": "IOnApplicationInitialization",
|
|
"namespace": "Volo.Abp",
|
|
"declaringAssemblyName": "Volo.Abp.Core",
|
|
"fullName": "Volo.Abp.IOnApplicationInitialization"
|
|
},
|
|
{
|
|
"name": "IOnPostApplicationInitialization",
|
|
"namespace": "Volo.Abp.Modularity",
|
|
"declaringAssemblyName": "Volo.Abp.Core",
|
|
"fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization"
|
|
},
|
|
{
|
|
"name": "IOnApplicationShutdown",
|
|
"namespace": "Volo.Abp",
|
|
"declaringAssemblyName": "Volo.Abp.Core",
|
|
"fullName": "Volo.Abp.IOnApplicationShutdown"
|
|
},
|
|
{
|
|
"name": "IPreConfigureServices",
|
|
"namespace": "Volo.Abp.Modularity",
|
|
"declaringAssemblyName": "Volo.Abp.Core",
|
|
"fullName": "Volo.Abp.Modularity.IPreConfigureServices"
|
|
},
|
|
{
|
|
"name": "IPostConfigureServices",
|
|
"namespace": "Volo.Abp.Modularity",
|
|
"declaringAssemblyName": "Volo.Abp.Core",
|
|
"fullName": "Volo.Abp.Modularity.IPostConfigureServices"
|
|
}
|
|
],
|
|
"contentType": "abpModule",
|
|
"name": "AbpIdentityApplicationContractsModule",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Role management",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.Roles",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Create",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.Roles.Create",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Edit",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.Roles.Update",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Delete",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.Roles.Delete",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Change permissions",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.Roles.ManagePermissions",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "User management",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.Users",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Create",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.Users.Create",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Edit",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.Users.Update",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Delete",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.Users.Delete",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Change permissions",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.Users.ManagePermissions",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "User lookup",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "AbpIdentity.UserLookup",
|
|
"summary": null
|
|
}
|
|
]
|
|
}
|