public class SecurityRequirementImpl extends LinkedHashMap<String,List<String>> implements org.eclipse.microprofile.openapi.models.security.SecurityRequirement
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SecurityRequirementImpl() |
SecurityRequirementImpl(Map<? extends String,? extends List<String>> items) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.openapi.models.security.SecurityRequirement |
addScheme(String name) |
org.eclipse.microprofile.openapi.models.security.SecurityRequirement |
addScheme(String name,
List<String> item) |
org.eclipse.microprofile.openapi.models.security.SecurityRequirement |
addScheme(String name,
String item) |
Map<String,List<String>> |
getSchemes() |
static void |
merge(org.eclipse.microprofile.openapi.annotations.security.SecurityRequirement from,
org.eclipse.microprofile.openapi.models.security.SecurityRequirement to) |
void |
removeScheme(String securitySchemeName) |
void |
setSchemes(Map<String,List<String>> items) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, get, getScheme, hasScheme, put, putAll, removeclear, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic org.eclipse.microprofile.openapi.models.security.SecurityRequirement addScheme(String name, String item)
addScheme in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirementpublic org.eclipse.microprofile.openapi.models.security.SecurityRequirement addScheme(String name, List<String> item)
addScheme in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirementpublic org.eclipse.microprofile.openapi.models.security.SecurityRequirement addScheme(String name)
addScheme in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirementpublic void removeScheme(String securitySchemeName)
removeScheme in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirementpublic Map<String,List<String>> getSchemes()
getSchemes in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirementpublic void setSchemes(Map<String,List<String>> items)
setSchemes in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirementpublic static void merge(org.eclipse.microprofile.openapi.annotations.security.SecurityRequirement from,
org.eclipse.microprofile.openapi.models.security.SecurityRequirement to)
Copyright © 2019. All rights reserved.