Package | Description |
---|---|
org.jboss.security.vault | |
org.picketbox.plugins.vault |
Modifier and Type | Method and Description |
---|---|
static SecurityVault |
SecurityVaultFactory.get()
Get an instance of
SecurityVault
Remember to initialize the vault by checking isInitialized() |
static SecurityVault |
SecurityVaultFactory.get(ClassLoader classLoader,
String fqn)
Get an instance of
SecurityVault
Remember to initialize the vault by checking isInitialized() |
static SecurityVault |
SecurityVaultFactory.get(String fqn)
Get an instance of
SecurityVault
Remember to initialize the vault by checking isInitialized() |
Modifier and Type | Class and Description |
---|---|
class |
PicketBoxSecurityVault
An instance of
SecurityVault that uses
a KeyStore
The shared key just uses a concatenation of a UUID
and a keystore alias. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.