Uses of Class
org.jboss.security.vault.SecurityVaultException
-
Packages that use SecurityVaultException Package Description org.jboss.security.vault org.picketbox.plugins.vault -
-
Uses of SecurityVaultException in org.jboss.security.vault
Methods in org.jboss.security.vault that throw SecurityVaultException Modifier and Type Method Description boolean
SecurityVault. exists(String vaultBlock, String attributeName)
Check whether an attribute value exists in the vaultstatic SecurityVault
SecurityVaultFactory. get()
Get an instance ofSecurityVault
Remember to initialize the vault by checkingSecurityVault.isInitialized()
static SecurityVault
SecurityVaultFactory. get(ClassLoader classLoader, String fqn)
Get an instance ofSecurityVault
Remember to initialize the vault by checkingSecurityVault.isInitialized()
static SecurityVault
SecurityVaultFactory. get(String fqn)
Get an instance ofSecurityVault
Remember to initialize the vault by checkingSecurityVault.isInitialized()
static char[]
SecurityVaultUtil. getValue(char[] chars)
Get the value from the vaultstatic char[]
SecurityVaultUtil. getValue(String vaultString)
Given the vault formatted string, retrieve the attribute value from the vaultstatic String
SecurityVaultUtil. getValueAsString(String vaultString)
byte[]
SecurityVault. handshake(Map<String,Object> handshakeOptions)
Retrieve the shared key from the vaultvoid
SecurityVault. init(Map<String,Object> options)
Initialize the vaultSet<String>
SecurityVault. keyList()
Get the currently vaulted VaultBlock_attribute Namesboolean
SecurityVault. remove(String vaultBlock, String attributeName, byte[] sharedKey)
Remove an existing attribute valuechar[]
SecurityVault. retrieve(String vaultBlock, String attributeName, byte[] sharedKey)
Retrieve the attribute valuevoid
SecurityVault. store(String vaultBlock, String attributeName, char[] attributeValue, byte[] sharedKey)
Store an attribute value -
Uses of SecurityVaultException in org.picketbox.plugins.vault
Methods in org.picketbox.plugins.vault that throw SecurityVaultException Modifier and Type Method 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)
-