You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
* Updates template sto use centralized securitySchemeInfo in apiConfiguration
* Adds and uses getSecurityScheme
* Updates securityinfo docs to show the securty map
* Adds missing class's container class in docs
* Adds docs for security requirement objects
* Adds link from security requirement object doc to security scheme doc
* Fixes links from security info classes to securityequirementObjects
* Removes getSecurityBuilders
* Samples regen
| FakeDeleteSecurityInfo1()<br>Creates an instance |
23
+
24
+
### Field Summary
25
+
| Modifier and Type | Field and Description |
26
+
| ----------------- | --------------------- |
27
+
| EnumMap<SecurityIndex, SecurityRequirementObject> | securities = new EnumMap<>(Map.ofEntries(<br> new AbstractMap.SimpleEntry<>(SecurityIndex.SECURITY_0, new [FakeDeleteSecurityRequirementObject0()](../../../paths/fake/delete/security/FakeDeleteSecurityRequirementObject0.md)<br>)); |
28
+
29
+
### Method Summary
30
+
| Modifier and Type | Method and Description |
31
+
| ----------------- | ---------------------- |
32
+
| SecurityRequirementObject | getSecurityRequirementObject(@Nullable[SecurityIndex](#securityindex) securityIndex)<br>If null is input, then the instance's securityIndex will be used |
| FakePostSecurityInfo1()<br>Creates an instance |
23
+
24
+
### Field Summary
25
+
| Modifier and Type | Field and Description |
26
+
| ----------------- | --------------------- |
27
+
| EnumMap<SecurityIndex, SecurityRequirementObject> | securities = new EnumMap<>(Map.ofEntries(<br> new AbstractMap.SimpleEntry<>(SecurityIndex.SECURITY_0, new [FakePostSecurityRequirementObject0()](../../../paths/fake/post/security/FakePostSecurityRequirementObject0.md)<br>)); |
28
+
29
+
### Method Summary
30
+
| Modifier and Type | Method and Description |
31
+
| ----------------- | ---------------------- |
32
+
| SecurityRequirementObject | getSecurityRequirementObject(@Nullable[SecurityIndex](#securityindex) securityIndex)<br>If null is input, then the instance's securityIndex will be used |
A class that provides a security requirement object, and any needed security info classes
7
-
- an enum class that stores security index values
7
+
- a class that stores a securityIndex and provides a SecurityRequirementsObject
8
+
- an enum class that describes security index values
8
9
9
10
## Nested Class Summary
10
11
| Modifier and Type | Class and Description |
11
12
| ----------------- | --------------------- |
13
+
| static class | [FakeclassnametestPatchSecurityInfo.FakeclassnametestPatchSecurityInfo1](#fakeclassnametestpatchsecurityinfo1)<br>SecurityRequirementObjectProvider
12
14
| enum |[FakeclassnametestPatchSecurityInfo.SecurityIndex](#securityindex)<br>class that stores a security index |
| FakeclassnametestPatchSecurityInfo1()<br>Creates an instance |
23
+
24
+
### Field Summary
25
+
| Modifier and Type | Field and Description |
26
+
| ----------------- | --------------------- |
27
+
| EnumMap<SecurityIndex, SecurityRequirementObject> | securities = new EnumMap<>(Map.ofEntries(<br> new AbstractMap.SimpleEntry<>(SecurityIndex.SECURITY_0, new [FakeclassnametestPatchSecurityRequirementObject0()](../../../paths/fakeclassnametest/patch/security/FakeclassnametestPatchSecurityRequirementObject0.md)<br>)); |
28
+
29
+
### Method Summary
30
+
| Modifier and Type | Method and Description |
31
+
| ----------------- | ---------------------- |
32
+
| SecurityRequirementObject | getSecurityRequirementObject(@Nullable[SecurityIndex](#securityindex) securityIndex)<br>If null is input, then the instance's securityIndex will be used |
Copy file name to clipboardExpand all lines: samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/FakemultiplesecuritiesGetSecurityInfo.md
public class FakemultiplesecuritiesGetSecurityInfo
5
5
6
6
A class that provides a security requirement object, and any needed security info classes
7
-
- an enum class that stores security index values
7
+
- a class that stores a securityIndex and provides a SecurityRequirementsObject
8
+
- an enum class that describes security index values
8
9
9
10
## Nested Class Summary
10
11
| Modifier and Type | Class and Description |
11
12
| ----------------- | --------------------- |
13
+
| static class | [FakemultiplesecuritiesGetSecurityInfo.FakemultiplesecuritiesGetSecurityInfo1](#fakemultiplesecuritiesgetsecurityinfo1)<br>SecurityRequirementObjectProvider
12
14
| enum |[FakemultiplesecuritiesGetSecurityInfo.SecurityIndex](#securityindex)<br>class that stores a security index |
| FakemultiplesecuritiesGetSecurityInfo1()<br>Creates an instance |
23
+
24
+
### Field Summary
25
+
| Modifier and Type | Field and Description |
26
+
| ----------------- | --------------------- |
27
+
| EnumMap<SecurityIndex, SecurityRequirementObject> | securities = new EnumMap<>(Map.ofEntries(<br> new AbstractMap.SimpleEntry<>(SecurityIndex.SECURITY_0, new [FakemultiplesecuritiesGetSecurityRequirementObject0()](../../../paths/fakemultiplesecurities/get/security/FakemultiplesecuritiesGetSecurityRequirementObject0.md),<br> new AbstractMap.SimpleEntry<>(SecurityIndex.SECURITY_1, new [FakemultiplesecuritiesGetSecurityRequirementObject1()](../../../paths/fakemultiplesecurities/get/security/FakemultiplesecuritiesGetSecurityRequirementObject1.md),<br> new AbstractMap.SimpleEntry<>(SecurityIndex.SECURITY_2, new [FakemultiplesecuritiesGetSecurityRequirementObject2()](../../../paths/fakemultiplesecurities/get/security/FakemultiplesecuritiesGetSecurityRequirementObject2.md)<br>)); |
28
+
29
+
### Method Summary
30
+
| Modifier and Type | Method and Description |
31
+
| ----------------- | ---------------------- |
32
+
| SecurityRequirementObject | getSecurityRequirementObject(@Nullable[SecurityIndex](#securityindex) securityIndex)<br>If null is input, then the instance's securityIndex will be used |
0 commit comments