public class ScopesImpl extends ExtensibleTreeMap<String,org.eclipse.microprofile.openapi.models.security.Scopes> implements org.eclipse.microprofile.openapi.models.security.Scopes
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>extensions| Constructor and Description |
|---|
ScopesImpl() |
ScopesImpl(Map<String,? extends String> scopes) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.openapi.models.security.Scopes |
addScope(String name,
String item) |
Map<String,String> |
getScopes() |
void |
removeScope(String scope) |
void |
setScopes(Map<String,String> items) |
addExtension, getExtensions, removeExtension, setExtensionsceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, get, getScope, hasScope, put, putAll, removeaddExtension, extensions, getExtensions, removeExtension, setExtensionsclear, 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.Scopes addScope(String name, String item)
addScope in interface org.eclipse.microprofile.openapi.models.security.Scopespublic void removeScope(String scope)
removeScope in interface org.eclipse.microprofile.openapi.models.security.Scopespublic Map<String,String> getScopes()
getScopes in interface org.eclipse.microprofile.openapi.models.security.ScopesCopyright © 2019. All rights reserved.