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.| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AttributeDefinition[] |
getAttributeDefinitions() |
void |
registerAttributes(ManagementResourceRegistration resourceRegistration) |
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, 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 void registerAttributes(ManagementResourceRegistration resourceRegistration)
registerAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionprotected abstract AttributeDefinition[] getAttributeDefinitions()
Copyright © 2015 JBoss by Red Hat. All rights reserved.