public class AccessControlledMap extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessControlledMap.ContextAccessLevel |
| Constructor and Description |
|---|
AccessControlledMap() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<String,Entry>> |
entryIterator() |
<T> T |
get(String key) |
Entry |
getEntry(String key) |
EnumSet<PropagationMode> |
getPropagationModes(String key) |
Iterator<String> |
names() |
<T> T |
put(String key,
Entry entry) |
<T> T |
remove(String key) |
protected SimpleMap simpleMap
public <T> T get(String key) throws InsufficientCredentialException
InsufficientCredentialExceptionpublic <T> T put(String key, Entry entry) throws InsufficientCredentialException
InsufficientCredentialExceptionpublic <T> T remove(String key) throws InsufficientCredentialException
InsufficientCredentialExceptionpublic EnumSet<PropagationMode> getPropagationModes(String key) throws InsufficientCredentialException
InsufficientCredentialExceptionCopyright © 2019. All rights reserved.