|
|
|
@ -7,10 +7,117 @@ |
|
|
|
"Volo.Abp.Identity.IdentityRoleController": { |
|
|
|
"controllerName": "IdentityRole", |
|
|
|
"controllerGroupName": "Role", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.Abp.Identity.IdentityRoleController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.Abp.Identity.IIdentityRoleAppService" |
|
|
|
"type": "Volo.Abp.Identity.IIdentityRoleAppService", |
|
|
|
"name": "IIdentityRoleAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "GetAllListAsync", |
|
|
|
"parametersOnMethod": [], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Application.Dtos.ListResultDto<Volo.Abp.Identity.IdentityRoleDto>", |
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.ListResultDto<Volo.Abp.Identity.IdentityRoleDto>" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.IdentityRoleDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityRoleDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetListAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.GetIdentityRolesInput, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.GetIdentityRolesInput", |
|
|
|
"typeSimple": "Volo.Abp.Identity.GetIdentityRolesInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.Abp.Identity.IdentityRoleDto>", |
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.Abp.Identity.IdentityRoleDto>" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "CreateAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.IdentityRoleCreateDto, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.IdentityRoleCreateDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityRoleCreateDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.IdentityRoleDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityRoleDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "UpdateAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.IdentityRoleUpdateDto, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.IdentityRoleUpdateDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityRoleUpdateDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.IdentityRoleDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityRoleDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "DeleteAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
@ -275,10 +382,193 @@ |
|
|
|
"Volo.Abp.Identity.IdentityUserController": { |
|
|
|
"controllerName": "IdentityUser", |
|
|
|
"controllerGroupName": "User", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.Abp.Identity.IdentityUserController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.Abp.Identity.IIdentityUserAppService" |
|
|
|
"type": "Volo.Abp.Identity.IIdentityUserAppService", |
|
|
|
"name": "IIdentityUserAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "GetRolesAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Application.Dtos.ListResultDto<Volo.Abp.Identity.IdentityRoleDto>", |
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.ListResultDto<Volo.Abp.Identity.IdentityRoleDto>" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetAssignableRolesAsync", |
|
|
|
"parametersOnMethod": [], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Application.Dtos.ListResultDto<Volo.Abp.Identity.IdentityRoleDto>", |
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.ListResultDto<Volo.Abp.Identity.IdentityRoleDto>" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "UpdateRolesAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.IdentityUserUpdateRolesDto, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.IdentityUserUpdateRolesDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityUserUpdateRolesDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "FindByUsernameAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "userName", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.IdentityUserDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityUserDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "FindByEmailAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "email", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.IdentityUserDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityUserDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.IdentityUserDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityUserDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetListAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.GetIdentityUsersInput, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.GetIdentityUsersInput", |
|
|
|
"typeSimple": "Volo.Abp.Identity.GetIdentityUsersInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.Abp.Identity.IdentityUserDto>", |
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<Volo.Abp.Identity.IdentityUserDto>" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "CreateAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.IdentityUserCreateDto, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.IdentityUserCreateDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityUserCreateDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.IdentityUserDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityUserDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "UpdateAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.IdentityUserUpdateDto, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.IdentityUserUpdateDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityUserUpdateDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.IdentityUserDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.IdentityUserDto" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "DeleteAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
@ -711,10 +1001,84 @@ |
|
|
|
"Volo.Abp.Identity.IdentityUserLookupController": { |
|
|
|
"controllerName": "IdentityUserLookup", |
|
|
|
"controllerGroupName": "UserLookup", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": false, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.Abp.Identity.IdentityUserLookupController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.Abp.Identity.IIdentityUserLookupAppService" |
|
|
|
"type": "Volo.Abp.Identity.IIdentityUserLookupAppService", |
|
|
|
"name": "IIdentityUserLookupAppService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "FindByIdAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Users.UserData", |
|
|
|
"typeSimple": "Volo.Abp.Users.UserData" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "FindByUserNameAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "userName", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Users.UserData", |
|
|
|
"typeSimple": "Volo.Abp.Users.UserData" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "SearchAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.UserLookupSearchInputDto, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.UserLookupSearchInputDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.UserLookupSearchInputDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Application.Dtos.ListResultDto<Volo.Abp.Users.UserData>", |
|
|
|
"typeSimple": "Volo.Abp.Application.Dtos.ListResultDto<Volo.Abp.Users.UserData>" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "GetCountAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.UserLookupCountInputDto, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.UserLookupCountInputDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.UserLookupCountInputDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Int64", |
|
|
|
"typeSimple": "number" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
@ -903,9 +1267,81 @@ |
|
|
|
"implementFrom": "Volo.Abp.Identity.IIdentityUserLookupAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"Volo.Abp.Identity.Integration.IdentityUserIntegrationController": { |
|
|
|
"controllerName": "IdentityUserIntegration", |
|
|
|
"controllerGroupName": "UserIntegration", |
|
|
|
"isRemoteService": true, |
|
|
|
"isIntegrationService": true, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.Abp.Identity.Integration.IdentityUserIntegrationController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.Abp.Identity.Integration.IIdentityUserIntegrationService", |
|
|
|
"name": "IIdentityUserIntegrationService", |
|
|
|
"methods": [ |
|
|
|
{ |
|
|
|
"name": "GetRoleNamesAsync", |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.String[]", |
|
|
|
"typeSimple": "[string]" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
"GetRoleNamesAsyncById": { |
|
|
|
"uniqueName": "GetRoleNamesAsyncById", |
|
|
|
"name": "GetRoleNamesAsync", |
|
|
|
"httpMethod": "GET", |
|
|
|
"url": "integration-api/identity/users/{id}/role-names", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "id", |
|
|
|
"name": "id", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": [], |
|
|
|
"bindingSourceId": "Path", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.String[]", |
|
|
|
"typeSimple": "[string]" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.Identity.Integration.IIdentityUserIntegrationService" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"types": {} |
|
|
|
} |
|
|
|
} |