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, setExtensions
ceilingEntry, 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, values
equals, hashCode, isEmpty, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsKey, get, getScope, hasScope, put, putAll, remove
addExtension, extensions, getExtensions, removeExtension, setExtensions
clear, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
public org.eclipse.microprofile.openapi.models.security.Scopes addScope(String name, String item)
addScope
in interface org.eclipse.microprofile.openapi.models.security.Scopes
public void removeScope(String scope)
removeScope
in interface org.eclipse.microprofile.openapi.models.security.Scopes
public Map<String,String> getScopes()
getScopes
in interface org.eclipse.microprofile.openapi.models.security.Scopes
Copyright © 2019. All rights reserved.