Skip to content

Commit 4679c85

Browse files
committed
Rename folder Shield => Security
1 parent f84d535 commit 4679c85

32 files changed

+31
-31
lines changed

src/Nest/Nest.csproj

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,37 +1179,37 @@
11791179
<Compile Include="XPack\License\PostLicense\LicenseAcknowledgement.cs" />
11801180
<Compile Include="XPack\License\PostLicense\PostLicenseRequest.cs" />
11811181
<Compile Include="XPack\License\PostLicense\PostLicenseResponse.cs" />
1182-
<Compile Include="XPack\Shield\Authenticate\ElasticClient-Authenticate.cs" />
1183-
<Compile Include="XPack\Shield\Authenticate\AuthenticateRequest.cs" />
1184-
<Compile Include="XPack\Shield\Authenticate\AuthenticateResponse.cs" />
1185-
<Compile Include="XPack\Shield\ClearCachedRealms\ClearCachedRealmsRequest.cs" />
1186-
<Compile Include="XPack\Shield\ClearCachedRealms\ClearCachedRealmsResponse.cs" />
1187-
<Compile Include="XPack\Shield\ClearCachedRealms\ElasticClient-ClearCachedRealms.cs" />
1188-
<Compile Include="XPack\Shield\Role\ClearCachedRoles\ClearCachedRolesRequest.cs" />
1189-
<Compile Include="XPack\Shield\Role\ClearCachedRoles\ClearCachedRolesResponse.cs" />
1190-
<Compile Include="XPack\Shield\Role\ClearCachedRoles\ElasticClient-ClearCachedRoles.cs" />
1191-
<Compile Include="XPack\Shield\ShieldNode.cs" />
1192-
<Compile Include="XPack\Shield\ShieldNodeStatus.cs" />
1193-
<Compile Include="XPack\Shield\Role\DeleteRole\DeleteRoleRequest.cs" />
1194-
<Compile Include="XPack\Shield\Role\DeleteRole\DeleteRoleResponse.cs" />
1195-
<Compile Include="XPack\Shield\Role\DeleteRole\ElasticClient-DeleteRole.cs" />
1196-
<Compile Include="XPack\Shield\Role\GetRole\ElasticClient-GetRole.cs" />
1197-
<Compile Include="XPack\Shield\Role\GetRole\GetRoleRequest.cs" />
1198-
<Compile Include="XPack\Shield\Role\GetRole\GetRoleResponse.cs" />
1199-
<Compile Include="XPack\Shield\Role\GetRole\Role.cs" />
1200-
<Compile Include="XPack\Shield\Role\PutRole\ElasticClient-PutRole.cs" />
1201-
<Compile Include="XPack\Shield\Role\PutRole\IndicesPrivileges.cs" />
1202-
<Compile Include="XPack\Shield\Role\PutRole\PutRoleRequest.cs" />
1203-
<Compile Include="XPack\Shield\Role\PutRole\PutRoleResponse.cs" />
1204-
<Compile Include="XPack\Shield\User\DeleteUser\ElasticClient-DeleteUser.cs" />
1205-
<Compile Include="XPack\Shield\User\DeleteUser\DeleteUserRequest.cs" />
1206-
<Compile Include="XPack\Shield\User\DeleteUser\DeleteUserResponse.cs" />
1207-
<Compile Include="XPack\Shield\User\GetUser\ElasticClient-GetUser.cs" />
1208-
<Compile Include="XPack\Shield\User\GetUser\GetUserResponse.cs" />
1209-
<Compile Include="XPack\Shield\User\GetUser\GetUserRequest.cs" />
1210-
<Compile Include="XPack\Shield\User\PutUser\PutUserRequest.cs" />
1211-
<Compile Include="XPack\Shield\User\PutUser\PutUserResponse.cs" />
1212-
<Compile Include="XPack\Shield\User\PutUser\ElasticClient-PutUser.cs" />
1182+
<Compile Include="XPack\Security\Authenticate\ElasticClient-Authenticate.cs" />
1183+
<Compile Include="XPack\Security\Authenticate\AuthenticateRequest.cs" />
1184+
<Compile Include="XPack\Security\Authenticate\AuthenticateResponse.cs" />
1185+
<Compile Include="XPack\Security\ClearCachedRealms\ClearCachedRealmsRequest.cs" />
1186+
<Compile Include="XPack\Security\ClearCachedRealms\ClearCachedRealmsResponse.cs" />
1187+
<Compile Include="XPack\Security\ClearCachedRealms\ElasticClient-ClearCachedRealms.cs" />
1188+
<Compile Include="XPack\Security\Role\ClearCachedRoles\ClearCachedRolesRequest.cs" />
1189+
<Compile Include="XPack\Security\Role\ClearCachedRoles\ClearCachedRolesResponse.cs" />
1190+
<Compile Include="XPack\Security\Role\ClearCachedRoles\ElasticClient-ClearCachedRoles.cs" />
1191+
<Compile Include="XPack\Security\ShieldNode.cs" />
1192+
<Compile Include="XPack\Security\ShieldNodeStatus.cs" />
1193+
<Compile Include="XPack\Security\Role\DeleteRole\DeleteRoleRequest.cs" />
1194+
<Compile Include="XPack\Security\Role\DeleteRole\DeleteRoleResponse.cs" />
1195+
<Compile Include="XPack\Security\Role\DeleteRole\ElasticClient-DeleteRole.cs" />
1196+
<Compile Include="XPack\Security\Role\GetRole\ElasticClient-GetRole.cs" />
1197+
<Compile Include="XPack\Security\Role\GetRole\GetRoleRequest.cs" />
1198+
<Compile Include="XPack\Security\Role\GetRole\GetRoleResponse.cs" />
1199+
<Compile Include="XPack\Security\Role\GetRole\Role.cs" />
1200+
<Compile Include="XPack\Security\Role\PutRole\ElasticClient-PutRole.cs" />
1201+
<Compile Include="XPack\Security\Role\PutRole\IndicesPrivileges.cs" />
1202+
<Compile Include="XPack\Security\Role\PutRole\PutRoleRequest.cs" />
1203+
<Compile Include="XPack\Security\Role\PutRole\PutRoleResponse.cs" />
1204+
<Compile Include="XPack\Security\User\DeleteUser\ElasticClient-DeleteUser.cs" />
1205+
<Compile Include="XPack\Security\User\DeleteUser\DeleteUserRequest.cs" />
1206+
<Compile Include="XPack\Security\User\DeleteUser\DeleteUserResponse.cs" />
1207+
<Compile Include="XPack\Security\User\GetUser\ElasticClient-GetUser.cs" />
1208+
<Compile Include="XPack\Security\User\GetUser\GetUserResponse.cs" />
1209+
<Compile Include="XPack\Security\User\GetUser\GetUserRequest.cs" />
1210+
<Compile Include="XPack\Security\User\PutUser\PutUserRequest.cs" />
1211+
<Compile Include="XPack\Security\User\PutUser\PutUserResponse.cs" />
1212+
<Compile Include="XPack\Security\User\PutUser\ElasticClient-PutUser.cs" />
12131213
<Compile Include="_Generated\_Descriptors.generated.cs" />
12141214
<Compile Include="_Generated\_LowLevelDispatch.generated.cs" />
12151215
<Compile Include="_Generated\_RequestParametersExtensions.Generated.cs" />

0 commit comments

Comments
 (0)