public class RuntimeVaultReader
extends org.jboss.as.server.services.security.AbstractVaultReader
| Constructor and Description |
|---|
RuntimeVaultReader()
This constructor should remain protected to keep the vault as invisible
as possible, but it needs to be exposed for service plug-ability.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createVault(String fqn,
Map<String,Object> options) |
protected void |
createVault(String fqn,
String module,
Map<String,Object> options) |
protected void |
destroyVault() |
boolean |
isVaultFormat(String str) |
String |
retrieveFromVault(String password) |
public RuntimeVaultReader()
protected void createVault(String fqn, Map<String,Object> options) throws org.jboss.as.server.services.security.VaultReaderException
createVault in class org.jboss.as.server.services.security.AbstractVaultReaderorg.jboss.as.server.services.security.VaultReaderExceptionprotected void createVault(String fqn, String module, Map<String,Object> options) throws org.jboss.as.server.services.security.VaultReaderException
createVault in class org.jboss.as.server.services.security.AbstractVaultReaderorg.jboss.as.server.services.security.VaultReaderExceptionprotected void destroyVault()
destroyVault in class org.jboss.as.server.services.security.AbstractVaultReaderpublic String retrieveFromVault(String password) throws SecurityException
SecurityExceptionpublic boolean isVaultFormat(String str)
Copyright © 2015 JBoss by Red Hat. All rights reserved.