public class VaultJBossASClient extends JBossASClient
| Modifier and Type | Field and Description |
|---|---|
static String |
CORE_SERVICE |
static String |
VAULT |
ADD, ADDRESS, BATCH, BATCH_STEPS, FAILURE_DESCRIPTION, log, NAME, OPERATION, OUTCOME, OUTCOME_SUCCESS, PERSISTENT, READ_ATTRIBUTE, READ_RESOURCE, REMOVE, RESULT, SUBSYSTEM, SYSTEM_PROPERTY, VALUE, WRITE_ATTRIBUTE| Constructor and Description |
|---|
VaultJBossASClient(org.jboss.as.controller.client.ModelControllerClient client) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
createNewVaultRequest(String className)
Returns a ModelNode that can be used to create the vault.
|
String |
getVaultClass()
Attempts to retrieve the configured class for the vault.
|
boolean |
isVault()
Checks to see if there is already a vault configured.
|
close, createBatchRequest, createReadAttributeRequest, createReadAttributeRequest, createRequest, createRequest, createWriteAttributeRequest, execute, findNodeInList, getAttribute, getAttribute, getFailureDescription, getModelControllerClient, getResultListAsStrings, getResults, getStringAttribute, getStringAttribute, isSuccess, readResource, readResource, remove, setPossibleExpressionpublic static final String CORE_SERVICE
public static final String VAULT
public VaultJBossASClient(org.jboss.as.controller.client.ModelControllerClient client)
public boolean isVault()
throws Exception
Exception - any errorpublic String getVaultClass() throws Exception
Exception - any errorpublic org.jboss.dmr.ModelNode createNewVaultRequest(String className)
className - class name for the custom vaultCopyright © 2015 Red Hat, Inc.. All rights reserved.