Modifier and Type | Class and Description |
---|---|
class |
AbstractAttributeDefinitionBuilder<BUILDER extends AbstractAttributeDefinitionBuilder,ATTRIBUTE extends AttributeDefinition>
Provides a builder API for creating an
AttributeDefinition . |
Modifier and Type | Class and Description |
---|---|
class |
ListAttributeDefinition
Defining characteristics of an
ModelType.LIST attribute in a Resource , with utility
methods for conversion to and from xml and for validation. |
class |
MapAttributeDefinition
Defining characteristics of an
ModelType.OBJECT attribute in a Resource ,
where all children of the object have values of the same type; i.e. |
class |
ObjectListAttributeDefinition
AttributeDefinition suitable for managing LISTs of OBJECTs, which takes into account
recursive processing of allowed values and their value types.
|
class |
ObjectTypeAttributeDefinition
AttributeDefinition for attributes of type ModelType.OBJECT that aren't simple maps, but
rather a set fixed keys where each key may be associated with a value of a different type. |
class |
PrimitiveListAttributeDefinition
Date: 13.10.2011
|
class |
PropertiesAttributeDefinition
Represents simple key=value map equivalent of java.util.Map
|
class |
SimpleAttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition , with utility
methods for conversion to and from xml and for validation. |
class |
SimpleListAttributeDefinition
AttributeDefinition for attributes that represent lists with
simple element types (i.e. |
class |
SimpleMapAttributeDefinition
MapAttributeDefinition for maps with keys of ModelType.STRING . |
class |
StringListAttributeDefinition |
Modifier and Type | Field and Description |
---|---|
protected AttributeDefinition[] |
OperationDefinition.parameters |
protected AttributeDefinition[] |
SimpleOperationDefinitionBuilder.parameters |
protected AttributeDefinition[] |
OperationDefinition.replyParameters |
protected AttributeDefinition[] |
SimpleOperationDefinitionBuilder.replyParameters |
Modifier and Type | Field and Description |
---|---|
protected Map<String,AttributeDefinition> |
PersistentResourceXMLDescription.attributeElements |
protected LinkedList<AttributeDefinition> |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.attributeList |
protected Collection<? extends AttributeDefinition> |
AbstractAddStepHandler.attributes |
protected Set<AttributeDefinition> |
AbstractAddStepHandler.Parameters.attributes |
protected LinkedHashMap<String,LinkedHashMap<String,AttributeDefinition>> |
PersistentResourceXMLDescription.attributesByGroup |
Modifier and Type | Method and Description |
---|---|
protected AttributeDefinition |
AbstractWriteAttributeHandler.getAttributeDefinition(String attributeName)
Gets the
AttributeDefinition provided to the constructor (if present) whose
name matches the given attributeName . |
AttributeDefinition[] |
OperationDefinition.getParameters() |
AttributeDefinition[] |
OperationDefinition.getReplyParameters() |
AttributeDefinition |
SimpleListAttributeDefinition.getValueType() |
Modifier and Type | Method and Description |
---|---|
abstract Collection<AttributeDefinition> |
PersistentResourceDefinition.getAttributes() |
Modifier and Type | Method and Description |
---|---|
AbstractAddStepHandler.Parameters |
AbstractAddStepHandler.Parameters.addAttribute(AttributeDefinition... attributeDefinitions) |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute) |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute,
AttributeParser attributeParser) |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute,
AttributeParser attributeParser,
AttributeMarshaller attributeMarshaller) |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttributes(AttributeDefinition... attributes) |
ResourceBuilder |
ResourceBuilder.addMetric(AttributeDefinition attributeDefinition,
OperationStepHandler handler) |
ResourceBuilder |
ResourceBuilder.addMetrics(OperationStepHandler metricHandler,
AttributeDefinition... attributes) |
SimpleOperationDefinitionBuilder |
SimpleOperationDefinitionBuilder.addParameter(AttributeDefinition parameter) |
ResourceBuilder |
ResourceBuilder.addReadOnlyAttribute(AttributeDefinition attributeDefinition) |
ResourceBuilder |
ResourceBuilder.addReadWriteAttribute(AttributeDefinition attributeDefinition,
OperationStepHandler reader,
OperationStepHandler writer) |
ResourceBuilder |
ResourceBuilder.addReadWriteAttributes(OperationStepHandler reader,
OperationStepHandler writer,
AttributeDefinition... attributes) |
String |
AttributeParsers.PropertiesParser.getXmlName(AttributeDefinition attribute) |
String |
AttributeParser.getXmlName(AttributeDefinition attribute) |
boolean |
AttributeMarshaller.isMarshallable(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel)
Gets whether the given
resourceModel has a value for this attribute that should be marshalled to XML. |
boolean |
AttributeMarshallers.PropertiesAttributeMarshaller.isMarshallable(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault) |
boolean |
AttributeMarshaller.isMarshallable(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault)
Gets whether the given
resourceModel has a value for this attribute that should be marshalled to XML. |
void |
AttributeMarshaller.marshall(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
DefaultAttributeMarshaller.marshallAsAttribute(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
AttributeMarshallers.PropertiesAttributeMarshaller.marshallAsAttribute(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
AttributeMarshaller.marshallAsAttribute(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer)
Marshalls the value from the given
resourceModel as an xml element, if it
is marshallable . |
void |
DefaultAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
AttributeMarshallers.PropertiesAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
AttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
DefaultAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
XMLStreamWriter writer)
Deprecated.
|
static ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition... valueTypes) |
static SimpleListAttributeDefinition.Builder |
SimpleListAttributeDefinition.Builder.of(String name,
AttributeDefinition valueType) |
static ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition[] valueTypes,
AttributeDefinition[] moreValueTypes) |
static ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition[] valueTypes,
AttributeDefinition[] moreValueTypes) |
org.jboss.dmr.ModelNode |
AttributeParser.parse(AttributeDefinition attribute,
String value,
XMLStreamReader reader)
Creates and returns a
ModelNode using the given value after first validating the node
against this object's validator . |
org.jboss.dmr.ModelNode |
AttributeParser.DiscardOldDefaultValueParser.parse(AttributeDefinition attribute,
String value,
XMLStreamReader reader) |
void |
AttributeParser.parseAndSetParameter(AttributeDefinition attribute,
String value,
org.jboss.dmr.ModelNode operation,
XMLStreamReader reader)
Creates a
ModelNode using the given value after first validating the node
against this object's validator ., and then stores it in the given operation
model node as a key/value pair whose key is this attribute's getName() name}. |
void |
AttributeParsers.PropertiesParser.parseElement(AttributeDefinition attribute,
org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode operation) |
void |
AttributeParser.parseElement(AttributeDefinition attribute,
org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode operation) |
protected void |
AbstractWriteAttributeHandler.recordCapabilitiesAndRequirements(OperationContext context,
AttributeDefinition attributeDefinition,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode oldValue)
Record any new requirements for other
capabilities
that now exist as a result of this operation, or remove any existing requirements that no longer exist. |
SimpleOperationDefinitionBuilder |
SimpleOperationDefinitionBuilder.setParameters(AttributeDefinition... parameters) |
SimpleOperationDefinitionBuilder |
SimpleOperationDefinitionBuilder.setReplyParameters(AttributeDefinition... replyParameters) |
Modifier and Type | Method and Description |
---|---|
AbstractAddStepHandler.Parameters |
AbstractAddStepHandler.Parameters.addAttribute(Collection<AttributeDefinition> attributeDefinitions) |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
TargetAttribute.getAttributeDefinition() |
Constructor and Description |
---|
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
DeprecationData deprecationData,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
org.jboss.dmr.ModelType replyType,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
DeprecationData deprecationData,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
List<AccessConstraintDefinition> accessConstraints) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
List<AccessConstraintDefinition> accessConstraints) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
Modifier and Type | Field and Description |
---|---|
protected static AttributeDefinition |
ProcessReloadHandler.ADMIN_ONLY |
static AttributeDefinition |
ProcessEnvironment.NAME
AttributeDefinition for the name attribute for a processes root resource |
Modifier and Type | Method and Description |
---|---|
protected void |
InterfaceAddHandler.validateAndSet(AttributeDefinition definition,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode subModel) |
Constructor and Description |
---|
ObjectTypeValidator(boolean nullable,
AttributeDefinition... attributes) |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
AttributeAccess.getAttributeDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingManagementResourceRegistration.registerMetric(AttributeDefinition definition,
OperationStepHandler metricHandler) |
void |
ManagementResourceRegistration.registerMetric(AttributeDefinition definition,
OperationStepHandler metricHandler)
Records that the given attribute is a metric.
|
void |
DelegatingManagementResourceRegistration.registerReadOnlyAttribute(AttributeDefinition definition,
OperationStepHandler readHandler) |
void |
ManagementResourceRegistration.registerReadOnlyAttribute(AttributeDefinition definition,
OperationStepHandler readHandler)
Records that the given attribute can be read from but not written to, and
optionally provides an operation handler for the read.
|
void |
DelegatingManagementResourceRegistration.registerReadWriteAttribute(AttributeDefinition definition,
OperationStepHandler readHandler,
OperationStepHandler writeHandler) |
void |
ManagementResourceRegistration.registerReadWriteAttribute(AttributeDefinition definition,
OperationStepHandler readHandler,
OperationStepHandler writeHandler)
Records that the given attribute can be both read from and written to, and
provides operation handlers for the read and the write.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
InterfaceDefinition.ANY |
static AttributeDefinition |
InterfaceDefinition.ANY_ADDRESS |
static AttributeDefinition |
AbstractSocketBindingResourceDefinition.CLIENT_MAPPINGS |
static AttributeDefinition |
InterfaceDefinition.INET_ADDRESS
All other attribute names.
|
static AttributeDefinition |
InterfaceDefinition.LINK_LOCAL_ADDRESS |
static AttributeDefinition |
InterfaceDefinition.LOOPBACK |
static AttributeDefinition |
InterfaceDefinition.LOOPBACK_ADDRESS |
static AttributeDefinition |
InterfaceDefinition.MULTICAST |
static AttributeDefinition |
InterfaceDefinition.NAME |
static AttributeDefinition[] |
InterfaceDefinition.NESTED_ATTRIBUTES |
static AttributeDefinition |
InterfaceDefinition.NIC |
static AttributeDefinition |
InterfaceDefinition.NIC_MATCH |
static AttributeDefinition |
InterfaceDefinition.NOT |
static AttributeDefinition |
InterfaceDefinition.POINT_TO_POINT |
static AttributeDefinition |
InterfaceDefinition.PUBLIC_ADDRESS |
static AttributeDefinition[] |
InterfaceDefinition.ROOT_ATTRIBUTES
The root attributes.
|
static AttributeDefinition |
InterfaceDefinition.SITE_LOCAL_ADDRESS |
static AttributeDefinition |
InterfaceDefinition.SUBNET_MATCH |
static AttributeDefinition |
InterfaceDefinition.UP |
static AttributeDefinition |
InterfaceDefinition.VIRTUAL
The any-* alternatives.
|
Modifier and Type | Field and Description |
---|---|
static Set<AttributeDefinition> |
InterfaceDefinition.NESTED_LIST_ATTRIBUTES
The nested attributes for any, not.
|
Modifier and Type | Method and Description |
---|---|
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setParentAttribute(AttributeDefinition parentAttribute)
Sets the parent attribute that the
relative-to and path attributes are children of. |
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setPathAttribute(AttributeDefinition pathAttribute)
Sets the
path attribute. |
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setRelativeToAttribute(AttributeDefinition relativeToAttribute)
Sets the
relative-to attribute. |
Constructor and Description |
---|
DiscardAttributesTransformer(AttributeDefinition... attributes)
Deprecated.
use a variant that takes a
DiscardAttributesTransformer.DiscardApprover |
DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover,
AttributeDefinition... attributes)
Creates a new transformer.
|
DiscardUndefinedAttributesTransformer(AttributeDefinition... attributes) |
RejectExpressionValuesTransformer(AttributeDefinition... attributes) |
Modifier and Type | Method and Description |
---|---|
T |
BaseAttributeTransformationDescriptionBuilder.addRejectCheck(RejectAttributeChecker rejectChecker,
AttributeDefinition... rejectedAttributes)
Adds a RejectAttributeChecker.
|
T |
BaseAttributeTransformationDescriptionBuilder.addRejectChecks(List<RejectAttributeChecker> rejectCheckers,
AttributeDefinition... rejectedAttributes)
Adds a list of RejectAttributeCheckers.
|
T |
BaseAttributeTransformationDescriptionBuilder.addRename(AttributeDefinition attributeName,
String newName)
Rename an attribute.
|
T |
BaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker,
AttributeDefinition... discardedAttributes)
Sets the DiscardChecker to be used to check if an attribute should be discarded.
|
T |
BaseAttributeTransformationDescriptionBuilder.setValueConverter(AttributeConverter attributeConverter,
AttributeDefinition... convertedAttributes)
Use to convert an attribute's value.
|
Modifier and Type | Method and Description |
---|---|
T |
BaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker,
Collection<AttributeDefinition> discardedAttributes)
Sets the DiscardChecker to be used to check if an attribute should be discarded.
|
Constructor and Description |
---|
DefaultValueAttributeConverter(AttributeDefinition attribute) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
ProfileDescribeHandler.SERVER_LAUNCH |
Constructor and Description |
---|
DomainIncludesValidationWriteAttributeHandler(AttributeDefinition... attributeDefinitions) |
Modifier and Type | Field and Description |
---|---|
protected AttributeDefinition |
AbstractDeploymentUploadHandler.attribute |
Constructor and Description |
---|
AbstractDeploymentUploadHandler(ContentRepository contentRepository,
AttributeDefinition attribute) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
HostExcludeResourceDefinition.ACTIVE_SERVER_GROUPS |
static AttributeDefinition |
HostExcludeResourceDefinition.ACTIVE_SOCKET_BINDING_GROUPS |
static AttributeDefinition[] |
ServerGroupResourceDefinition.ADD_ATTRIBUTES |
static AttributeDefinition[] |
ProfileResourceDefinition.ATTRIBUTES |
static AttributeDefinition |
HostExcludeResourceDefinition.EXCLUDED_EXTENSIONS |
static AttributeDefinition |
DomainRootDefinition.NAMESPACES |
static AttributeDefinition |
DomainRootDefinition.SCHEMA_LOCATIONS |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
AccessConstraintAppliesToResourceDefinition.ADDRESS |
static AttributeDefinition |
AccessConstraintAppliesToResourceDefinition.ATTRIBUTES |
static AttributeDefinition |
AccessConstraintAppliesToResourceDefinition.ENTIRE_RESOURCE |
static AttributeDefinition |
AccessConstraintAppliesToResourceDefinition.OPERATIONS |
Modifier and Type | Field and Description |
---|---|
static List<AttributeDefinition> |
AccessAuthorizationResourceDefinition.CONFIG_ATTRIBUTES |
Modifier and Type | Method and Description |
---|---|
static List<AttributeDefinition> |
SensitivityResourceDefinition.getWritableVaultAttributeDefinitions() |
Modifier and Type | Field and Description |
---|---|
protected AttributeDefinition[] |
SyslogAuditLogProtocolResourceDefinition.attributes |
protected static AttributeDefinition[] |
SizeRotatingFileAuditLogHandlerResourceDefinition.ATTRIBUTES |
protected static AttributeDefinition[] |
PeriodicRotatingFileAuditLogHandlerResourceDefinition.ATTRIBUTES |
protected static AttributeDefinition[] |
FileAuditLogHandlerResourceDefinition.ATTRIBUTES |
protected static AttributeDefinition[] |
InMemoryAuditLogHandlerResourceDefinition.ATTRIBUTES |
protected static AttributeDefinition[] |
SizeRotatingFileAuditLogHandlerResourceDefinition.FULL_ATTRIBUTES |
protected static AttributeDefinition[] |
PeriodicRotatingFileAuditLogHandlerResourceDefinition.FULL_ATTRIBUTES |
static AttributeDefinition |
InMemoryAuditLogHandlerResourceDefinition.HISTORY_ELEMENT |
Modifier and Type | Method and Description |
---|---|
protected FileAuditLogHandlerResourceDefinition.HandlerWriteAttributeHandler |
SizeRotatingFileAuditLogHandlerResourceDefinition.getWriteAttributeHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition... attributeDefinitions) |
protected FileAuditLogHandlerResourceDefinition.HandlerWriteAttributeHandler |
PeriodicRotatingFileAuditLogHandlerResourceDefinition.getWriteAttributeHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition... attributeDefinitions) |
protected FileAuditLogHandlerResourceDefinition.HandlerWriteAttributeHandler |
FileAuditLogHandlerResourceDefinition.getWriteAttributeHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition... attributeDefinitions) |
Constructor and Description |
---|
FileAuditLogHandlerAddHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition[] attributes) |
HandlerWriteAttributeHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition... attributeDefinitions) |
PeriodicRotatingFileAuditLogHandlerAddHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition[] attributes) |
PeriodicRotatingHandlerWriteAttributeHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition... attributeDefinitions) |
SizeRotatingFileAuditLogHandlerAddHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition[] attributes) |
SizeRotatingHandlerWriteAttributeHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition... attributeDefinitions) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
LdapConnectionResourceDefinition.ATTRIBUTE_DEFINITIONS |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
PlugInAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
LdapAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
LocalAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
KerberosAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
PropertiesAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
JaasAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
SSLServerIdentityResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
PropertiesAuthorizationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
TruststoreAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
Modifier and Type | Method and Description |
---|---|
protected abstract AttributeDefinition[] |
PropertiesFileResourceDefinition.getAttributeDefinitions() |
AttributeDefinition[] |
UserSearchResourceDefintion.getAttributeDefinitions() |
abstract AttributeDefinition[] |
BaseLdapGroupSearchResource.getAttributeDefinitions() |
protected AttributeDefinition[] |
PropertiesAuthenticationResourceDefinition.getAttributeDefinitions() |
AttributeDefinition[] |
UserIsDnResourceDefintion.getAttributeDefinitions() |
abstract AttributeDefinition[] |
BaseLdapUserSearchResource.getAttributeDefinitions() |
protected AttributeDefinition[] |
PropertiesAuthorizationResourceDefinition.getAttributeDefinitions() |
AttributeDefinition[] |
PrincipalToGroupResourceDefinition.getAttributeDefinitions() |
AttributeDefinition[] |
AdvancedUserSearchResourceDefintion.getAttributeDefinitions() |
AttributeDefinition[] |
GroupToPrincipalResourceDefinition.getAttributeDefinitions() |
Constructor and Description |
---|
SecurityRealmChildAddHandler(boolean validateAuthentication,
boolean validateAuthorization,
AttributeDefinition... attributeDefinitions) |
SecurityRealmChildWriteAttributeHandler(AttributeDefinition... attributes) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
HostEnvironmentResourceDefinition.HOST_ENV_ATTRIBUTES |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
DiscoveryOptionResourceDefinition.DISCOVERY_ATTRIBUTES |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
JvmAttributes.OPTIONS
JVM options are resolved in ManagedServerBootCmdFactory before the JVM is launched.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
HttpManagementResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
NativeManagementResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition |
ServerConfigResourceDefinition.CPU_AFFINITY
Bogus attribute that we accidentally registered in AS 7.1.2/EAP 6 even though it didn't appear in the
resource description.
|
static AttributeDefinition |
ServerConfigResourceDefinition.NAME |
static AttributeDefinition |
ServerConfigResourceDefinition.PRIORITY
Bogus attribute that we accidentally registered in AS 7.1.2/EAP 6 even though it didn't appear in the
resource description.
|
Modifier and Type | Class and Description |
---|---|
class |
LogHandlerListAttributeDefinition
Date: 13.10.2011
|
class |
PropertyAttributeDefinition
Defines an attribute with a property name.
|
class |
PropertyObjectTypeAttributeDefinition
Date: 15.11.2011
|
Modifier and Type | Method and Description |
---|---|
void |
HandlersAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
ElementAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
static PropertyObjectTypeAttributeDefinition.Builder |
PropertyObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition... valueTypes) |
Constructor and Description |
---|
Builder(String name,
AttributeDefinition... valueTypes) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
ManagedDMRContentResourceDefinition.HASH |
static AttributeDefinition |
ManagedDMRContentTypeResourceDefinition.HASH |
Constructor and Description |
---|
ManagedDMRContentAddHandler(AttributeDefinition contentAttribute) |
ManagedDMRContentStoreHandler(AttributeDefinition contentAttribute,
ResourceDescriptionResolver descriptionResolver) |
ManagedDMRContentWriteAttributeHandler(AttributeDefinition contentAttribute) |
Modifier and Type | Method and Description |
---|---|
protected static String[] |
FailedOperationTransformationConfig.AttributesPathAddressConfig.convert(AttributeDefinition... defs) |
static FailedOperationTransformationConfig.ChainedConfig.Builder |
FailedOperationTransformationConfig.ChainedConfig.createBuilder(AttributeDefinition... attributes) |
FailedOperationTransformationConfig.AttributesPathAddressConfig<T> |
FailedOperationTransformationConfig.AttributesPathAddressConfig.setNotExpectedWriteFailure(AttributeDefinition... attributes) |
FailedOperationTransformationConfig.AttributesPathAddressConfig<T> |
FailedOperationTransformationConfig.AttributesPathAddressConfig.setReadOnly(AttributeDefinition... attributes) |
Constructor and Description |
---|
ChainedConfig(List<FailedOperationTransformationConfig.AttributesPathAddressConfig<?>> configs,
AttributeDefinition... attributes)
Constructor
|
NewAttributesConfig(AttributeDefinition... attributes) |
RejectExpressionsConfig(AttributeDefinition... attributes) |
Modifier and Type | Field and Description |
---|---|
protected static Collection<AttributeDefinition> |
RemotingEndpointResource.ATTRIBUTES |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
RemotingEndpointResource.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
WrappedAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
ServerEnvironmentResourceDescription.BASE_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.CONFIG_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.CONFIG_FILE |
static AttributeDefinition |
ServerEnvironmentResourceDescription.CONTENT_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.DATA_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.DEPLOY_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.EXT_DIRS |
static AttributeDefinition |
ServerEnvironmentResourceDescription.HOME_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.HOST_NAME |
static AttributeDefinition |
ServerEnvironmentResourceDescription.INITIAL_RUNNING_MODE |
static AttributeDefinition |
ServerEnvironmentResourceDescription.LAUNCH_TYPE |
static AttributeDefinition |
ServerEnvironmentResourceDescription.LOG_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.MODULES_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.NODE_NAME |
static AttributeDefinition |
ServerEnvironmentResourceDescription.QUALIFIED_HOST_NAME |
static AttributeDefinition[] |
ServerEnvironmentResourceDescription.SERVER_ENV_ATTRIBUTES |
static AttributeDefinition |
ServerEnvironmentResourceDescription.SERVER_NAME |
static AttributeDefinition |
ServerEnvironmentResourceDescription.TEMP_DIR |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
VaultResourceDefinition.ALL_ATTRIBUTES |
static AttributeDefinition |
DeploymentAttributes.BYTES_NOT_NULL |
static AttributeDefinition |
DeploymentAttributes.CONTENT_ARCHIVE |
static AttributeDefinition |
DeploymentAttributes.CONTENT_PATH |
static AttributeDefinition |
DeploymentAttributes.CONTENT_RELATIVE_TO |
static AttributeDefinition[] |
DeploymentAttributes.DOMAIN_ADD_ATTRIBUTES
Attributes for domain deployment add
|
static AttributeDefinition[] |
DeploymentAttributes.DOMAIN_RESOURCE_ATTRIBUTES
Attributes for domain deployment resource
|
static AttributeDefinition |
DeploymentAttributes.INPUT_STREAM_INDEX_NOT_NULL |
static AttributeDefinition |
ServerRootResourceDefinition.NAMESPACES |
static AttributeDefinition |
DeploymentAttributes.OWNER |
static AttributeDefinition |
DeploymentAttributes.PERSISTENT |
static AttributeDefinition |
ServerRootResourceDefinition.RUNNING_MODE |
static AttributeDefinition |
ServerRootResourceDefinition.SCHEMA_LOCATIONS |
static AttributeDefinition[] |
DeploymentAttributes.SERVER_ADD_ATTRIBUTES
Attributes for server deployment add
|
static AttributeDefinition[] |
DeploymentAttributes.SERVER_GROUP_ADD_ATTRIBUTES
Attributes for server group deployment add
|
static AttributeDefinition[] |
DeploymentAttributes.SERVER_GROUP_RESOURCE_ATTRIBUTES
Attributes for server group deployment add
|
static AttributeDefinition[] |
DeploymentAttributes.SERVER_RESOURCE_ATTRIBUTES
Attributes for server deployment resource
|
static AttributeDefinition |
DeploymentAttributes.STATUS |
static AttributeDefinition |
ServerRootResourceDefinition.SUSPEND_STATE |
static AttributeDefinition |
DeploymentAttributes.TO_REPLACE |
static AttributeDefinition |
DeploymentAttributes.URL_NOT_NULL |
Modifier and Type | Field and Description |
---|---|
static Map<String,AttributeDefinition> |
DeploymentAttributes.ALL_CONTENT_ATTRIBUTES
All attributes of the content attribute
|
static Map<String,AttributeDefinition> |
DeploymentAttributes.FULL_REPLACE_DEPLOYMENT_ATTRIBUTES |
static Map<String,AttributeDefinition> |
DeploymentAttributes.MANAGED_CONTENT_ATTRIBUTES
Attributes indicating managed deployments in the content attribute
|
static Map<String,AttributeDefinition> |
DeploymentAttributes.REPLACE_DEPLOYMENT_ATTRIBUTES |
static Map<String,AttributeDefinition> |
DeploymentAttributes.SERVER_GROUP_REPLACE_DEPLOYMENT_ATTRIBUTES |
static Map<String,AttributeDefinition> |
DeploymentAttributes.UNMANAGED_CONTENT_ATTRIBUTES
Attributes indicating unmanaged deployments in the content attribute
|
Modifier and Type | Field and Description |
---|---|
protected AttributeDefinition |
AbstractDeploymentUploadHandler.attribute |
Constructor and Description |
---|
AbstractDeploymentUploadHandler(ContentRepository contentRepository,
AttributeDefinition attribute) |
Modifier and Type | Method and Description |
---|---|
static AttributeDefinition[] |
DeploymentOverlayContentDefinition.attributes() |
static AttributeDefinition[] |
DeploymentOverlayDefinition.attributes() |
static AttributeDefinition[] |
DeploymentOverlayDeploymentDefinition.attributes() |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
HttpManagementResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
NativeManagementResourceDefinition.ATTRIBUTE_DEFINITIONS |
Constructor and Description |
---|
SystemPropertyAddHandler(ProcessEnvironmentSystemPropertyUpdater systemPropertyUpdater,
AttributeDefinition[] attributes)
Create the SystemPropertyAddHandler
|
SystemPropertyValueWriteAttributeHandler(ProcessEnvironmentSystemPropertyUpdater systemPropertyUpdater,
AttributeDefinition valueAttribute) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
BindingMetricHandlers.BoundHandler.ATTRIBUTE_DEFINITION |
static AttributeDefinition |
BindingMetricHandlers.BoundAddressHandler.ATTRIBUTE_DEFINITION |
static AttributeDefinition |
BindingMetricHandlers.BoundPortHandler.ATTRIBUTE_DEFINITION |
Constructor and Description |
---|
VaultWriteAttributeHandler(AttributeDefinition... attributes) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
PoolAttributeDefinitions.ACTIVE_COUNT |
protected AttributeDefinition[] |
ThreadsWriteAttributeOperationHandler.attributes |
static AttributeDefinition |
PoolAttributeDefinitions.COMPLETED_TASK_COUNT |
static AttributeDefinition |
PoolAttributeDefinitions.CURRENT_THREAD_COUNT |
static AttributeDefinition |
PoolAttributeDefinitions.LARGEST_THREAD_COUNT |
static AttributeDefinition |
PoolAttributeDefinitions.QUEUE_SIZE |
static AttributeDefinition |
PoolAttributeDefinitions.REJECTED_COUNT |
static AttributeDefinition |
PoolAttributeDefinitions.TASK_COUNT |
Modifier and Type | Field and Description |
---|---|
static List<AttributeDefinition> |
ScheduledThreadPoolMetricsHandler.METRICS |
static List<AttributeDefinition> |
QueuelessThreadPoolMetricsHandler.METRICS |
static List<AttributeDefinition> |
UnboundedQueueThreadPoolMetricsHandler.METRICS |
static List<AttributeDefinition> |
BoundedQueueThreadPoolMetricsHandler.METRICS |
protected Map<String,AttributeDefinition> |
ThreadsWriteAttributeOperationHandler.runtimeAttributes |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
UnboundedQueueThreadPoolResourceDefinition.getAttributes() |
Collection<AttributeDefinition> |
BoundedQueueThreadPoolResourceDefinition.getAttributes() |
Collection<AttributeDefinition> |
QueuelessThreadPoolResourceDefinition.getAttributes() |
Collection<AttributeDefinition> |
ScheduledThreadPoolResourceDefinition.getAttributes() |
Collection<AttributeDefinition> |
ThreadFactoryResourceDefinition.getAttributes() |
Constructor and Description |
---|
ThreadsWriteAttributeOperationHandler(AttributeDefinition[] attributes,
AttributeDefinition[] runtimeAttributes)
Creates a handler that doesn't validate values.
|
ThreadsWriteAttributeOperationHandler(AttributeDefinition[] attributes,
AttributeDefinition[] runtimeAttributes)
Creates a handler that doesn't validate values.
|
Constructor and Description |
---|
ThreadPoolMetricsHandler(List<AttributeDefinition> metrics,
org.jboss.msc.service.ServiceName serviceNameBase) |
Modifier and Type | Class and Description |
---|---|
class |
OptionAttributeDefinition |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
OptionsResourceDefinition.getAttributes() |
Copyright © 2023 JBoss by Red Hat. All rights reserved.