public class ClassicVault<T extends ClassicVault<T>> extends Object
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.
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String code()
public Map vaultOptions()
Copyright © 2019 JBoss by Red Hat. All rights reserved.