public class VaultWriteAttributeHandler extends ReloadRequiredWriteAttributeHandler
AbstractWriteAttributeHandler.HandbackHolder<T>| Modifier and Type | Field and Description |
|---|---|
static VaultWriteAttributeHandler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
registerAttributes(ManagementResourceRegistration registry) |
protected void |
validateResolvedValue(String name,
org.jboss.dmr.ModelNode value)
If a resolved value validator was passed to the constructor, uses it to validate the value.
|
protected void |
validateUnresolvedValue(String name,
org.jboss.dmr.ModelNode value)
If an unresolved value validator was passed to the constructor, uses it to validate the value.
|
applyUpdateToRuntime, revertUpdateToRuntimeexecute, getAttributeDefinition, requiresRuntimepublic static final VaultWriteAttributeHandler INSTANCE
public void registerAttributes(ManagementResourceRegistration registry)
protected void validateUnresolvedValue(String name, org.jboss.dmr.ModelNode value) throws OperationFailedException
AbstractWriteAttributeHandlervalidateUnresolvedValue in class AbstractWriteAttributeHandler<Void>name - the name of the attribute being updatedvalue - the unresolved valueOperationFailedExceptionprotected void validateResolvedValue(String name, org.jboss.dmr.ModelNode value) throws OperationFailedException
AbstractWriteAttributeHandlervalidateResolvedValue in class AbstractWriteAttributeHandler<Void>name - the name of the attribute being updatedvalue - the resolved valueOperationFailedExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.