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
InsufficientCredentialException
public <T> T put(String key, Entry entry) throws InsufficientCredentialException
InsufficientCredentialException
public <T> T remove(String key) throws InsufficientCredentialException
InsufficientCredentialException
public EnumSet<PropagationMode> getPropagationModes(String key) throws InsufficientCredentialException
InsufficientCredentialException
Copyright © 2019. All rights reserved.