Skip to content

Commit 4dac582

Browse files
committed
Rename folder Shield => Security
1 parent 900ab2b commit 4dac582

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
@@ -1207,37 +1207,37 @@
12071207
<Compile Include="XPack\License\PostLicense\LicenseAcknowledgement.cs" />
12081208
<Compile Include="XPack\License\PostLicense\PostLicenseRequest.cs" />
12091209
<Compile Include="XPack\License\PostLicense\PostLicenseResponse.cs" />
1210-
<Compile Include="XPack\Shield\Authenticate\ElasticClient-Authenticate.cs" />
1211-
<Compile Include="XPack\Shield\Authenticate\AuthenticateRequest.cs" />
1212-
<Compile Include="XPack\Shield\Authenticate\AuthenticateResponse.cs" />
1213-
<Compile Include="XPack\Shield\ClearCachedRealms\ClearCachedRealmsRequest.cs" />
1214-
<Compile Include="XPack\Shield\ClearCachedRealms\ClearCachedRealmsResponse.cs" />
1215-
<Compile Include="XPack\Shield\ClearCachedRealms\ElasticClient-ClearCachedRealms.cs" />
1216-
<Compile Include="XPack\Shield\Role\ClearCachedRoles\ClearCachedRolesRequest.cs" />
1217-
<Compile Include="XPack\Shield\Role\ClearCachedRoles\ClearCachedRolesResponse.cs" />
1218-
<Compile Include="XPack\Shield\Role\ClearCachedRoles\ElasticClient-ClearCachedRoles.cs" />
1219-
<Compile Include="XPack\Shield\ShieldNode.cs" />
1220-
<Compile Include="XPack\Shield\ShieldNodeStatus.cs" />
1221-
<Compile Include="XPack\Shield\Role\DeleteRole\DeleteRoleRequest.cs" />
1222-
<Compile Include="XPack\Shield\Role\DeleteRole\DeleteRoleResponse.cs" />
1223-
<Compile Include="XPack\Shield\Role\DeleteRole\ElasticClient-DeleteRole.cs" />
1224-
<Compile Include="XPack\Shield\Role\GetRole\ElasticClient-GetRole.cs" />
1225-
<Compile Include="XPack\Shield\Role\GetRole\GetRoleRequest.cs" />
1226-
<Compile Include="XPack\Shield\Role\GetRole\GetRoleResponse.cs" />
1227-
<Compile Include="XPack\Shield\Role\GetRole\Role.cs" />
1228-
<Compile Include="XPack\Shield\Role\PutRole\ElasticClient-PutRole.cs" />
1229-
<Compile Include="XPack\Shield\Role\PutRole\IndicesPrivileges.cs" />
1230-
<Compile Include="XPack\Shield\Role\PutRole\PutRoleRequest.cs" />
1231-
<Compile Include="XPack\Shield\Role\PutRole\PutRoleResponse.cs" />
1232-
<Compile Include="XPack\Shield\User\DeleteUser\ElasticClient-DeleteUser.cs" />
1233-
<Compile Include="XPack\Shield\User\DeleteUser\DeleteUserRequest.cs" />
1234-
<Compile Include="XPack\Shield\User\DeleteUser\DeleteUserResponse.cs" />
1235-
<Compile Include="XPack\Shield\User\GetUser\ElasticClient-GetUser.cs" />
1236-
<Compile Include="XPack\Shield\User\GetUser\GetUserResponse.cs" />
1237-
<Compile Include="XPack\Shield\User\GetUser\GetUserRequest.cs" />
1238-
<Compile Include="XPack\Shield\User\PutUser\PutUserRequest.cs" />
1239-
<Compile Include="XPack\Shield\User\PutUser\PutUserResponse.cs" />
1240-
<Compile Include="XPack\Shield\User\PutUser\ElasticClient-PutUser.cs" />
1210+
<Compile Include="XPack\Security\Authenticate\ElasticClient-Authenticate.cs" />
1211+
<Compile Include="XPack\Security\Authenticate\AuthenticateRequest.cs" />
1212+
<Compile Include="XPack\Security\Authenticate\AuthenticateResponse.cs" />
1213+
<Compile Include="XPack\Security\ClearCachedRealms\ClearCachedRealmsRequest.cs" />
1214+
<Compile Include="XPack\Security\ClearCachedRealms\ClearCachedRealmsResponse.cs" />
1215+
<Compile Include="XPack\Security\ClearCachedRealms\ElasticClient-ClearCachedRealms.cs" />
1216+
<Compile Include="XPack\Security\Role\ClearCachedRoles\ClearCachedRolesRequest.cs" />
1217+
<Compile Include="XPack\Security\Role\ClearCachedRoles\ClearCachedRolesResponse.cs" />
1218+
<Compile Include="XPack\Security\Role\ClearCachedRoles\ElasticClient-ClearCachedRoles.cs" />
1219+
<Compile Include="XPack\Security\ShieldNode.cs" />
1220+
<Compile Include="XPack\Security\ShieldNodeStatus.cs" />
1221+
<Compile Include="XPack\Security\Role\DeleteRole\DeleteRoleRequest.cs" />
1222+
<Compile Include="XPack\Security\Role\DeleteRole\DeleteRoleResponse.cs" />
1223+
<Compile Include="XPack\Security\Role\DeleteRole\ElasticClient-DeleteRole.cs" />
1224+
<Compile Include="XPack\Security\Role\GetRole\ElasticClient-GetRole.cs" />
1225+
<Compile Include="XPack\Security\Role\GetRole\GetRoleRequest.cs" />
1226+
<Compile Include="XPack\Security\Role\GetRole\GetRoleResponse.cs" />
1227+
<Compile Include="XPack\Security\Role\GetRole\Role.cs" />
1228+
<Compile Include="XPack\Security\Role\PutRole\ElasticClient-PutRole.cs" />
1229+
<Compile Include="XPack\Security\Role\PutRole\IndicesPrivileges.cs" />
1230+
<Compile Include="XPack\Security\Role\PutRole\PutRoleRequest.cs" />
1231+
<Compile Include="XPack\Security\Role\PutRole\PutRoleResponse.cs" />
1232+
<Compile Include="XPack\Security\User\DeleteUser\ElasticClient-DeleteUser.cs" />
1233+
<Compile Include="XPack\Security\User\DeleteUser\DeleteUserRequest.cs" />
1234+
<Compile Include="XPack\Security\User\DeleteUser\DeleteUserResponse.cs" />
1235+
<Compile Include="XPack\Security\User\GetUser\ElasticClient-GetUser.cs" />
1236+
<Compile Include="XPack\Security\User\GetUser\GetUserResponse.cs" />
1237+
<Compile Include="XPack\Security\User\GetUser\GetUserRequest.cs" />
1238+
<Compile Include="XPack\Security\User\PutUser\PutUserRequest.cs" />
1239+
<Compile Include="XPack\Security\User\PutUser\PutUserResponse.cs" />
1240+
<Compile Include="XPack\Security\User\PutUser\ElasticClient-PutUser.cs" />
12411241
<Compile Include="_Generated\_Descriptors.generated.cs" />
12421242
<Compile Include="_Generated\_LowLevelDispatch.generated.cs" />
12431243
<Compile Include="_Generated\_RequestParametersExtensions.Generated.cs" />

0 commit comments

Comments
 (0)