|
9 | 9 |
|
10 | 10 | /**
|
11 | 11 | * @method Map|null getAccess()
|
12 |
| - * @method string|null getAdminUrl() |
13 |
| - * @method bool|null getAlwaysDisplayInConsole() |
14 |
| - * @method Map|null getAttributes() |
15 |
| - * @method Map|null getAuthenticationFlowBindingOverrides() |
16 |
| - * @method bool|null getAuthorizationServicesEnabled() |
17 |
| - * @method ResourceServer|null getAuthorizationSettings() |
18 |
| - * @method string|null getBaseUrl() |
19 |
| - * @method bool|null getBearerOnly() |
20 |
| - * @method string|null getClientAuthenticatorType() |
21 |
| - * @method string|null getClientId() |
22 |
| - * @method bool|null getConsentRequired() |
23 |
| - * @method array|null getDefaultClientScopes() |
24 |
| - * @method string|null getDescription() |
25 |
| - * @method bool|null getDirectAccessGrantsEnabled() |
26 |
| - * @method bool|null getEnabled() |
27 |
| - * @method bool|null getFrontchannelLogout() |
28 |
| - * @method bool|null getFullScopeAllowed() |
29 |
| - * @method string|null getId() |
30 |
| - * @method bool|null getImplicitFlowEnabled() |
31 |
| - * @method string|null getName() |
32 |
| - * @method int|null getNodeReRegistrationTimeout() |
33 |
| - * @method int|null getNotBefore() |
34 |
| - * @method array|null getOptionalClientScopes() |
35 |
| - * @method string|null getOrigin() |
36 |
| - * @method string|null getProtocol() |
37 |
| - * @method ProtocolMapperCollection|null getProtocolMappers() |
38 |
| - * @method bool|null getPublicClient() |
39 |
| - * @method array|null getRedirectUris() |
40 |
| - * @method Map|null getRegisteredNodes() |
41 |
| - * @method string|null getRegistrationAccessToken() |
42 |
| - * @method string|null getRootUrl() |
43 |
| - * @method string|null getSecret() |
44 |
| - * @method bool|null getServiceAccountsEnabled() |
45 |
| - * @method bool|null getStandardFlowEnabled() |
46 |
| - * @method bool|null getSurrogateAuthRequired() |
47 |
| - * @method array|null getWebOrigins() |
48 | 12 | * @method self withAccess(?Map $access)
|
| 13 | + * |
| 14 | + * @method string|null getAdminUrl() |
49 | 15 | * @method self withAdminUrl(?string $adminUrl)
|
| 16 | + * |
| 17 | + * @method bool|null getAlwaysDisplayInConsole() |
50 | 18 | * @method self withAlwaysDisplayInConsole(?bool $alwaysDisplayInConsole)
|
| 19 | + * |
| 20 | + * @method Map|null getAttributes() |
51 | 21 | * @method self withAttributes(?Map $attributes)
|
| 22 | + * |
| 23 | + * @method Map|null getAuthenticationFlowBindingOverrides() |
52 | 24 | * @method self withAuthenticationFlowBindingOverrides(?Map $authenticationFlowBindingOverrides)
|
| 25 | + * |
| 26 | + * @method bool|null getAuthorizationServicesEnabled() |
53 | 27 | * @method self withAuthorizationServicesEnabled(?bool $authorizationServicesEnabled)
|
| 28 | + * |
| 29 | + * @method ResourceServer|null getAuthorizationSettings() |
54 | 30 | * @method self withAuthorizationSettings(?ResourceServer $authorizationSettings)
|
| 31 | + * |
| 32 | + * @method string|null getBaseUrl() |
55 | 33 | * @method self withBaseUrl(?string $baseUrl)
|
| 34 | + * |
| 35 | + * @method bool|null getBearerOnly() |
56 | 36 | * @method self withBearerOnly(?bool $bearerOnly)
|
| 37 | + * |
| 38 | + * @method string|null getClientAuthenticatorType() |
57 | 39 | * @method self withClientAuthenticatorType(?string $clientAuthenticatorType)
|
| 40 | + * |
| 41 | + * @method string|null getClientId() |
58 | 42 | * @method self withClientId(?string $clientId)
|
| 43 | + * |
| 44 | + * @method bool|null getConsentRequired() |
59 | 45 | * @method self withConsentRequired(?bool $consentRequired)
|
60 |
| - * @method self withDefaultClientScopes(?array $defaultClientScopes) |
| 46 | + * |
| 47 | + * @method string[]|null getDefaultClientScopes() |
| 48 | + * @method self withDefaultClientScopes(?string[] $defaultClientScopes) |
| 49 | + * |
| 50 | + * @method string|null getDescription() |
61 | 51 | * @method self withDescription(?string $description)
|
| 52 | + * |
| 53 | + * @method bool|null getDirectAccessGrantsEnabled() |
62 | 54 | * @method self withDirectAccessGrantsEnabled(?bool $directAccessGrantsEnabled)
|
| 55 | + * |
| 56 | + * @method bool|null getEnabled() |
63 | 57 | * @method self withEnabled(?bool $enabled)
|
| 58 | + * |
| 59 | + * @method bool|null getFrontchannelLogout() |
64 | 60 | * @method self withFrontchannelLogout(?bool $frontchannelLogout)
|
| 61 | + * |
| 62 | + * @method bool|null getFullScopeAllowed() |
65 | 63 | * @method self withFullScopeAllowed(?bool $fullScopeAllowed)
|
| 64 | + * |
| 65 | + * @method string|null getId() |
66 | 66 | * @method self withId(?string $id)
|
| 67 | + * |
| 68 | + * @method bool|null getImplicitFlowEnabled() |
67 | 69 | * @method self withImplicitFlowEnabled(?bool $implicitFlowEnabled)
|
| 70 | + * |
| 71 | + * @method string|null getName() |
68 | 72 | * @method self withName(?string $name)
|
| 73 | + * |
| 74 | + * @method int|null getNodeReRegistrationTimeout() |
69 | 75 | * @method self withNodeReRegistrationTimeout(?int $nodeReRegistrationTimeout)
|
| 76 | + * |
| 77 | + * @method int|null getNotBefore() |
70 | 78 | * @method self withNotBefore(?int $notBefore)
|
71 |
| - * @method self withOptionalClientScopes(?array $optionalClientScopes) |
| 79 | + * |
| 80 | + * @method string[]|null getOptionalClientScopes() |
| 81 | + * @method self withOptionalClientScopes(?string[] $optionalClientScopes) |
| 82 | + * |
| 83 | + * @method string|null getOrigin() |
72 | 84 | * @method self withOrigin(?string $origin)
|
| 85 | + * |
| 86 | + * @method string|null getProtocol() |
73 | 87 | * @method self withProtocol(?string $protocol)
|
| 88 | + * |
| 89 | + * @method ProtocolMapperCollection|null getProtocolMappers() |
74 | 90 | * @method self withProtocolMappers(?ProtocolMapperCollection $protocolMappers)
|
| 91 | + * |
| 92 | + * @method bool|null getPublicClient() |
75 | 93 | * @method self withPublicClient(?bool $publicClient)
|
76 |
| - * @method self withRedirectUris(?array $redirectUris) |
| 94 | + * |
| 95 | + * @method string[]|null getRedirectUris() |
| 96 | + * @method self withRedirectUris(?string[] $redirectUris) |
| 97 | + * |
| 98 | + * @method Map|null getRegisteredNodes() |
77 | 99 | * @method self withRegisteredNodes(?Map $registeredNodes)
|
| 100 | + * |
| 101 | + * @method string|null getRegistrationAccessToken() |
78 | 102 | * @method self withRegistrationAccessToken(?string $registrationAccessToken)
|
| 103 | + * |
| 104 | + * @method string|null getRootUrl() |
79 | 105 | * @method self withRootUrl(?string $rootUrl)
|
| 106 | + * |
| 107 | + * @method string|null getSecret() |
80 | 108 | * @method self withSecret(?string $secret)
|
| 109 | + * |
| 110 | + * @method bool|null getServiceAccountsEnabled() |
81 | 111 | * @method self withServiceAccountsEnabled(?bool $serviceAccountsEnabled)
|
| 112 | + * |
| 113 | + * @method bool|null getStandardFlowEnabled() |
82 | 114 | * @method self withStandardFlowEnabled(?bool $standardFlowEnabled)
|
| 115 | + * |
| 116 | + * @method bool|null getSurrogateAuthRequired() |
83 | 117 | * @method self withSurrogateAuthRequired(?bool $surrogateAuthRequired)
|
84 |
| - * @method self withWebOrigins(?array $webOrigins) |
| 118 | + * |
| 119 | + * @method string[]|null getWebOrigins() |
| 120 | + * @method self withWebOrigins(?string[] $webOrigins) |
85 | 121 | *
|
86 | 122 | * @codeCoverageIgnore
|
87 | 123 | */
|
|
0 commit comments