public abstract class PropertiesFileResourceDefinition extends SimpleResourceDefinition
ResourceDefinition for a management security realm references to property files.
This abstract definition is shared by both the authentication and authorization definitions that depend on properties files.SimpleResourceDefinition.Parameters| Modifier and Type | Field and Description |
|---|---|
static SimpleAttributeDefinition |
PATH |
static SimpleAttributeDefinition |
RELATIVE_TO |
| Constructor and Description |
|---|
PropertiesFileResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
OperationEntry.Flag addRestartLevel,
OperationEntry.Flag removeRestartLevel) |
PropertiesFileResourceDefinition(SimpleResourceDefinition.Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AttributeDefinition[] |
getAttributeDefinitions() |
void |
registerAttributes(ManagementResourceRegistration resourceRegistration) |
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final SimpleAttributeDefinition PATH
public static final SimpleAttributeDefinition RELATIVE_TO
public PropertiesFileResourceDefinition(PathElement pathElement, ResourceDescriptionResolver descriptionResolver, OperationStepHandler addHandler, OperationStepHandler removeHandler, OperationEntry.Flag addRestartLevel, OperationEntry.Flag removeRestartLevel)
public PropertiesFileResourceDefinition(SimpleResourceDefinition.Parameters parameters)
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
registerAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionprotected abstract AttributeDefinition[] getAttributeDefinitions()
Copyright © 2018 JBoss by Red Hat. All rights reserved.