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 booleanSecurityVault. exists(String vaultBlock, String attributeName)Check whether an attribute value exists in the vaultstatic SecurityVaultSecurityVaultFactory. get()Get an instance ofSecurityVaultRemember to initialize the vault by checkingSecurityVault.isInitialized()static SecurityVaultSecurityVaultFactory. get(ClassLoader classLoader, String fqn)Get an instance ofSecurityVaultRemember to initialize the vault by checkingSecurityVault.isInitialized()static SecurityVaultSecurityVaultFactory. get(String fqn)Get an instance ofSecurityVaultRemember 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 StringSecurityVaultUtil. getValueAsString(String vaultString)byte[]SecurityVault. handshake(Map<String,Object> handshakeOptions)Retrieve the shared key from the vaultvoidSecurityVault. init(Map<String,Object> options)Initialize the vaultSet<String>SecurityVault. keyList()Get the currently vaulted VaultBlock_attribute NamesbooleanSecurityVault. remove(String vaultBlock, String attributeName, byte[] sharedKey)Remove an existing attribute valuechar[]SecurityVault. retrieve(String vaultBlock, String attributeName, byte[] sharedKey)Retrieve the attribute valuevoidSecurityVault. 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 booleanPicketBoxSecurityVault. exists(String vaultBlock, String attributeName)byte[]PicketBoxSecurityVault. handshake(Map<String,Object> handshakeOptions)voidPicketBoxSecurityVault. init(Map<String,Object> options)Set<String>PicketBoxSecurityVault. keyList()booleanPicketBoxSecurityVault. remove(String vaultBlock, String attributeName, byte[] sharedKey)char[]PicketBoxSecurityVault. retrieve(String vaultBlock, String attributeName, byte[] sharedKey)voidPicketBoxSecurityVault. store(String vaultBlock, String attributeName, char[] attributeValue, byte[] sharedKey)
-