Skip to content

Commit c837db8

Browse files
committed
Update with latest generator
1 parent d79c386 commit c837db8

File tree

133 files changed

+413
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+413
-262
lines changed

CustomApi/.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.gitignore
2+
.openapi-generator-ignore
23
.php-cs-fixer.dist.php
34
.travis.yml
45
README.md
@@ -16,3 +17,6 @@ lib/Model/RealmsRealmProtocolOpenidConnectTokenPost200Response.php
1617
lib/Model/RealmsRealmProtocolOpenidConnectTokenPost400Response.php
1718
lib/ObjectSerializer.php
1819
phpunit.xml.dist
20+
test/Api/CustomApiTest.php
21+
test/Model/RealmsRealmProtocolOpenidConnectTokenPost200ResponseTest.php
22+
test/Model/RealmsRealmProtocolOpenidConnectTokenPost400ResponseTest.php

CustomApi/test/Api/CustomApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* CustomApiTest
4-
* PHP version 7.4
4+
* PHP version 8.1
55
*
66
* @category Class
77
* @package WebMI\KeycloakApiClient\CustomApi
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: 1.0
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.9.0-SNAPSHOT
19+
* Generator version: 7.13.0-SNAPSHOT
2020
*/
2121

2222
/**

CustomApi/test/Model/RealmsRealmProtocolOpenidConnectTokenPost200ResponseTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* RealmsRealmProtocolOpenidConnectTokenPost200ResponseTest
44
*
5-
* PHP version 7.4
5+
* PHP version 8.1
66
*
77
* @category Class
88
* @package WebMI\KeycloakApiClient\CustomApi
@@ -17,7 +17,7 @@
1717
*
1818
* The version of the OpenAPI document: 1.0
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.9.0-SNAPSHOT
20+
* Generator version: 7.13.0-SNAPSHOT
2121
*/
2222

2323
/**

CustomApi/test/Model/RealmsRealmProtocolOpenidConnectTokenPost400ResponseTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* RealmsRealmProtocolOpenidConnectTokenPost400ResponseTest
44
*
5-
* PHP version 7.4
5+
* PHP version 8.1
66
*
77
* @category Class
88
* @package WebMI\KeycloakApiClient\CustomApi
@@ -17,7 +17,7 @@
1717
*
1818
* The version of the OpenAPI document: 1.0
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.9.0-SNAPSHOT
20+
* Generator version: 7.13.0-SNAPSHOT
2121
*/
2222

2323
/**

KeycloakApi/.openapi-generator/FILES

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.gitignore
2+
.openapi-generator-ignore
23
.php-cs-fixer.dist.php
34
.travis.yml
45
README.md
@@ -266,3 +267,131 @@ lib/Model/UserRepresentation.php
266267
lib/Model/UserSessionRepresentation.php
267268
lib/ObjectSerializer.php
268269
phpunit.xml.dist
270+
test/Api/AttackDetectionApiTest.php
271+
test/Api/AuthenticationManagementApiTest.php
272+
test/Api/ClientAttributeCertificateApiTest.php
273+
test/Api/ClientInitialAccessApiTest.php
274+
test/Api/ClientRegistrationPolicyApiTest.php
275+
test/Api/ClientRoleMappingsApiTest.php
276+
test/Api/ClientScopesApiTest.php
277+
test/Api/ClientsApiTest.php
278+
test/Api/ComponentApiTest.php
279+
test/Api/DefaultApiTest.php
280+
test/Api/GroupsApiTest.php
281+
test/Api/IdentityProvidersApiTest.php
282+
test/Api/KeyApiTest.php
283+
test/Api/OrganizationsApiTest.php
284+
test/Api/ProtocolMappersApiTest.php
285+
test/Api/RealmsAdminApiTest.php
286+
test/Api/RoleMapperApiTest.php
287+
test/Api/RolesApiTest.php
288+
test/Api/RolesByIDApiTest.php
289+
test/Api/ScopeMappingsApiTest.php
290+
test/Api/UsersApiTest.php
291+
test/Model/AbstractPolicyRepresentationTest.php
292+
test/Model/AccessTest.php
293+
test/Model/AccessTokenTest.php
294+
test/Model/AddressClaimSetTest.php
295+
test/Model/AdminEventRepresentationTest.php
296+
test/Model/ApplicationRepresentationTest.php
297+
test/Model/AuthDetailsRepresentationTest.php
298+
test/Model/AuthenticationExecutionExportRepresentationTest.php
299+
test/Model/AuthenticationExecutionInfoRepresentationTest.php
300+
test/Model/AuthenticationExecutionRepresentationTest.php
301+
test/Model/AuthenticationFlowRepresentationTest.php
302+
test/Model/AuthenticatorConfigInfoRepresentationTest.php
303+
test/Model/AuthenticatorConfigRepresentationTest.php
304+
test/Model/AuthorizationTest.php
305+
test/Model/BruteForceStrategyTest.php
306+
test/Model/CertificateRepresentationTest.php
307+
test/Model/ClaimRepresentationTest.php
308+
test/Model/ClientInitialAccessCreatePresentationTest.php
309+
test/Model/ClientInitialAccessPresentationTest.php
310+
test/Model/ClientMappingsRepresentationTest.php
311+
test/Model/ClientPoliciesRepresentationTest.php
312+
test/Model/ClientPolicyConditionRepresentationTest.php
313+
test/Model/ClientPolicyExecutorRepresentationTest.php
314+
test/Model/ClientPolicyRepresentationTest.php
315+
test/Model/ClientProfileRepresentationTest.php
316+
test/Model/ClientProfilesRepresentationTest.php
317+
test/Model/ClientRepresentationTest.php
318+
test/Model/ClientScopeRepresentationTest.php
319+
test/Model/ClientTemplateRepresentationTest.php
320+
test/Model/ClientTypeRepresentationTest.php
321+
test/Model/ClientTypesRepresentationTest.php
322+
test/Model/ComponentExportRepresentationTest.php
323+
test/Model/ComponentRepresentationTest.php
324+
test/Model/ComponentTypeRepresentationTest.php
325+
test/Model/CompositesTest.php
326+
test/Model/ConfigPropertyRepresentationTest.php
327+
test/Model/ConfirmationTest.php
328+
test/Model/CredentialRepresentationTest.php
329+
test/Model/DecisionEffectTest.php
330+
test/Model/DecisionStrategyTest.php
331+
test/Model/EnforcementModeTest.php
332+
test/Model/EvaluationResultRepresentationTest.php
333+
test/Model/EventRepresentationTest.php
334+
test/Model/FederatedIdentityRepresentationTest.php
335+
test/Model/GlobalRequestResultTest.php
336+
test/Model/GroupRepresentationTest.php
337+
test/Model/IDTokenTest.php
338+
test/Model/IdentityProviderMapperRepresentationTest.php
339+
test/Model/IdentityProviderMapperTypeRepresentationTest.php
340+
test/Model/IdentityProviderRepresentationTest.php
341+
test/Model/InstallationAdapterConfigTest.php
342+
test/Model/KeyMetadataRepresentationTest.php
343+
test/Model/KeyStoreConfigTest.php
344+
test/Model/KeyUseTest.php
345+
test/Model/KeysMetadataRepresentationTest.php
346+
test/Model/LogicTest.php
347+
test/Model/ManagementPermissionReferenceTest.php
348+
test/Model/MappingsRepresentationTest.php
349+
test/Model/MemberRepresentationTest.php
350+
test/Model/MembershipTypeTest.php
351+
test/Model/MethodConfigTest.php
352+
test/Model/OAuthClientRepresentationTest.php
353+
test/Model/OrganizationDomainRepresentationTest.php
354+
test/Model/OrganizationRepresentationTest.php
355+
test/Model/PathCacheConfigTest.php
356+
test/Model/PathConfigTest.php
357+
test/Model/PermissionTest.php
358+
test/Model/PolicyEnforcementModeTest.php
359+
test/Model/PolicyEnforcerConfigTest.php
360+
test/Model/PolicyEvaluationRequestTest.php
361+
test/Model/PolicyEvaluationResponseTest.php
362+
test/Model/PolicyProviderRepresentationTest.php
363+
test/Model/PolicyRepresentationTest.php
364+
test/Model/PolicyResultRepresentationTest.php
365+
test/Model/PropertyConfigTest.php
366+
test/Model/ProtocolMapperEvaluationRepresentationTest.php
367+
test/Model/ProtocolMapperRepresentationTest.php
368+
test/Model/PublishedRealmRepresentationTest.php
369+
test/Model/RealmEventsConfigRepresentationTest.php
370+
test/Model/RealmRepresentationTest.php
371+
test/Model/RequiredActionConfigInfoRepresentationTest.php
372+
test/Model/RequiredActionConfigRepresentationTest.php
373+
test/Model/RequiredActionProviderRepresentationTest.php
374+
test/Model/ResourceOwnerRepresentationTest.php
375+
test/Model/ResourceRepresentationTest.php
376+
test/Model/ResourceServerRepresentationTest.php
377+
test/Model/RoleRepresentationTest.php
378+
test/Model/RolesRepresentationTest.php
379+
test/Model/ScopeEnforcementModeTest.php
380+
test/Model/ScopeMappingRepresentationTest.php
381+
test/Model/ScopeRepresentationTest.php
382+
test/Model/SocialLinkRepresentationTest.php
383+
test/Model/UPAttributePermissionsTest.php
384+
test/Model/UPAttributeRequiredTest.php
385+
test/Model/UPAttributeSelectorTest.php
386+
test/Model/UPAttributeTest.php
387+
test/Model/UPConfigTest.php
388+
test/Model/UPGroupTest.php
389+
test/Model/UnmanagedAttributePolicyTest.php
390+
test/Model/UserConsentRepresentationTest.php
391+
test/Model/UserFederationMapperRepresentationTest.php
392+
test/Model/UserFederationProviderRepresentationTest.php
393+
test/Model/UserProfileAttributeGroupMetadataTest.php
394+
test/Model/UserProfileAttributeMetadataTest.php
395+
test/Model/UserProfileMetadataTest.php
396+
test/Model/UserRepresentationTest.php
397+
test/Model/UserSessionRepresentationTest.php

KeycloakApi/test/Api/AttackDetectionApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* AttackDetectionApiTest
4-
* PHP version 7.4
4+
* PHP version 8.1
55
*
66
* @category Class
77
* @package WebMI\KeycloakApiClient\KeycloakApi
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: 1.0
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.9.0-SNAPSHOT
19+
* Generator version: 7.13.0-SNAPSHOT
2020
*/
2121

2222
/**

KeycloakApi/test/Api/AuthenticationManagementApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* AuthenticationManagementApiTest
4-
* PHP version 7.4
4+
* PHP version 8.1
55
*
66
* @category Class
77
* @package WebMI\KeycloakApiClient\KeycloakApi
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: 1.0
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.9.0-SNAPSHOT
19+
* Generator version: 7.13.0-SNAPSHOT
2020
*/
2121

2222
/**

KeycloakApi/test/Api/ClientAttributeCertificateApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* ClientAttributeCertificateApiTest
4-
* PHP version 7.4
4+
* PHP version 8.1
55
*
66
* @category Class
77
* @package WebMI\KeycloakApiClient\KeycloakApi
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: 1.0
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.9.0-SNAPSHOT
19+
* Generator version: 7.13.0-SNAPSHOT
2020
*/
2121

2222
/**

KeycloakApi/test/Api/ClientInitialAccessApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* ClientInitialAccessApiTest
4-
* PHP version 7.4
4+
* PHP version 8.1
55
*
66
* @category Class
77
* @package WebMI\KeycloakApiClient\KeycloakApi
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: 1.0
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.9.0-SNAPSHOT
19+
* Generator version: 7.13.0-SNAPSHOT
2020
*/
2121

2222
/**

KeycloakApi/test/Api/ClientRegistrationPolicyApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* ClientRegistrationPolicyApiTest
4-
* PHP version 7.4
4+
* PHP version 8.1
55
*
66
* @category Class
77
* @package WebMI\KeycloakApiClient\KeycloakApi
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: 1.0
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.9.0-SNAPSHOT
19+
* Generator version: 7.13.0-SNAPSHOT
2020
*/
2121

2222
/**

0 commit comments

Comments
 (0)