public class ClassicVault<T extends ClassicVault<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ClassicVault() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
code()
Fully Qualified Name of the Security Vault Implementation.
|
T |
code(String value)
Fully Qualified Name of the Security Vault Implementation.
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
T |
vaultOption(String key,
Object value)
Security Vault options.
|
Map |
vaultOptions()
Security Vault options.
|
T |
vaultOptions(Map value)
Security Vault options.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String code()
public Map vaultOptions()
Copyright © 2017 JBoss by Red Hat. All rights reserved.