Package | Description |
---|---|
org.jboss.security.vault | |
org.picketbox.plugins.vault |
Modifier and Type | Method and Description |
---|---|
boolean |
SecurityVault.exists(String vaultBlock,
String attributeName)
Check whether an attribute value exists in the vault
|
static SecurityVault |
SecurityVaultFactory.get()
Get an instance of
SecurityVault
Remember to initialize the vault by checking SecurityVault.isInitialized() |
static SecurityVault |
SecurityVaultFactory.get(ClassLoader classLoader,
String fqn)
Get an instance of
SecurityVault
Remember to initialize the vault by checking SecurityVault.isInitialized() |
static SecurityVault |
SecurityVaultFactory.get(String fqn)
Get an instance of
SecurityVault
Remember to initialize the vault by checking SecurityVault.isInitialized() |
static char[] |
SecurityVaultUtil.getValue(char[] chars)
Get the value from the vault
|
static char[] |
SecurityVaultUtil.getValue(String vaultString)
Given the vault formatted string, retrieve the attribute value from the
vault
|
static String |
SecurityVaultUtil.getValueAsString(String vaultString) |
byte[] |
SecurityVault.handshake(Map<String,Object> handshakeOptions)
Retrieve the shared key from the vault
|
void |
SecurityVault.init(Map<String,Object> options)
Initialize the vault
|
Set<String> |
SecurityVault.keyList()
Get the currently vaulted VaultBlock_attribute Names
|
boolean |
SecurityVault.remove(String vaultBlock,
String attributeName,
byte[] sharedKey)
Remove an existing attribute value
|
char[] |
SecurityVault.retrieve(String vaultBlock,
String attributeName,
byte[] sharedKey)
Retrieve the attribute value
|
void |
SecurityVault.store(String vaultBlock,
String attributeName,
char[] attributeValue,
byte[] sharedKey)
Store an attribute value
|
Modifier and Type | Method and Description |
---|---|
boolean |
PicketBoxSecurityVault.exists(String vaultBlock,
String attributeName) |
byte[] |
PicketBoxSecurityVault.handshake(Map<String,Object> handshakeOptions) |
void |
PicketBoxSecurityVault.init(Map<String,Object> options) |
Set<String> |
PicketBoxSecurityVault.keyList() |
boolean |
PicketBoxSecurityVault.remove(String vaultBlock,
String attributeName,
byte[] sharedKey) |
char[] |
PicketBoxSecurityVault.retrieve(String vaultBlock,
String attributeName,
byte[] sharedKey) |
void |
PicketBoxSecurityVault.store(String vaultBlock,
String attributeName,
char[] attributeValue,
byte[] sharedKey) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.