Uses of Class
org.jboss.as.controller.AttributeDefinition
-
-
Uses of AttributeDefinition in org.jboss.as.controller
Classes in org.jboss.as.controller with type parameters of type AttributeDefinition Modifier and Type Class Description classAbstractAttributeDefinitionBuilder<BUILDER extends AbstractAttributeDefinitionBuilder<BUILDER,ATTRIBUTE>,ATTRIBUTE extends AttributeDefinition>Provides a builder API for creating anAttributeDefinition.Subclasses of AttributeDefinition in org.jboss.as.controller Modifier and Type Class Description classListAttributeDefinitionDefining characteristics of anModelType.LISTattribute in aResource, with utility methods for conversion to and from xml and for validation.classMapAttributeDefinitionDefining characteristics of anModelType.OBJECTattribute in aResource, where all children of the object have values of the same type; i.e.classObjectListAttributeDefinitionAttributeDefinition suitable for managing LISTs of OBJECTs, which takes into account recursive processing of allowed values and their value types.classObjectMapAttributeDefinitionMapAttributeDefinitionfor maps with keys ofModelType.STRINGand values of typeObjectTypeAttributeDefinitionclassObjectTypeAttributeDefinitionAttributeDefinitionfor attributes of typeModelType.OBJECTthat aren't simple maps, but rather a set fixed keys where each key may be associated with a value of a different type.classPrimitiveListAttributeDefinitionDate: 13.10.2011classPropertiesAttributeDefinitionRepresents simple key=value map equivalent of java.util.Map() classSimpleAttributeDefinitionDefining characteristics of an attribute in aResourceor a parameter or reply value type field in anOperationDefinition, with utility methods for conversion to and from xml and for validation.classSimpleListAttributeDefinitionAttributeDefinitionfor attributes that represent lists with simple element types (i.e.classSimpleMapAttributeDefinitionMapAttributeDefinitionfor maps with keys ofModelType.STRINGand values of type ModelTypeclassStringListAttributeDefinitionFields in org.jboss.as.controller declared as AttributeDefinition Modifier and Type Field Description protected AttributeDefinition[]OperationDefinition. parametersprotected AttributeDefinition[]SimpleOperationDefinitionBuilder. parametersprotected AttributeDefinition[]OperationDefinition. replyParametersprotected AttributeDefinition[]SimpleOperationDefinitionBuilder. replyParametersFields in org.jboss.as.controller with type parameters of type AttributeDefinition Modifier and Type Field Description protected Collection<? extends AttributeDefinition>AbstractAddStepHandler. attributesDeprecated, for removal: This API element is subject to removal in a future version.protected Set<AttributeDefinition>AbstractAddStepHandler.Parameters. attributesDeprecated, for removal: This API element is subject to removal in a future version.protected Collection<? extends AttributeDefinition>RestartParentResourceAddHandler. attributesMethods in org.jboss.as.controller that return AttributeDefinition Modifier and Type Method Description protected AttributeDefinition[]SimpleResourceDefinition. getAddOperationParameters(ManagementResourceRegistration registration)Returns the parameters of the "add" resource operation.protected AttributeDefinitionAbstractWriteAttributeHandler. getAttributeDefinition(String attributeName)Deprecated, for removal: This API element is subject to removal in a future version.No longer used.AttributeDefinition[]OperationDefinition. getParameters()AttributeDefinition[]OperationDefinition. getReplyParameters()AttributeDefinitionListAttributeDefinition. getValueAttributeDefinition()Returns an AttributeDefinition describing the content of the list.AttributeDefinitionObjectListAttributeDefinition. getValueAttributeDefinition()AttributeDefinitionPrimitiveListAttributeDefinition. getValueAttributeDefinition()AttributeDefinitionSimpleListAttributeDefinition. getValueAttributeDefinition()AttributeDefinitionSimpleListAttributeDefinition. getValueType()AttributeDefinition[]ObjectTypeAttributeDefinition. getValueTypes()Methods in org.jboss.as.controller that return types with arguments of type AttributeDefinition Modifier and Type Method Description Collection<? extends AttributeDefinition>AbstractAddStepHandler. getAttributes()Deprecated, for removal: This API element is subject to removal in a future version.Use theOperationDefinition.getParameters()method of the operation definition with which this handler was registered instead.Collection<? extends AttributeDefinition>OperationDescriptor. getAttributes()Deprecated, for removal: This API element is subject to removal in a future version.abstract Collection<AttributeDefinition>PersistentResourceDefinition. getAttributes()Collection<? extends AttributeDefinition>RestartParentResourceAddHandler. getAttributes()Methods in org.jboss.as.controller with parameters of type AttributeDefinition Modifier and Type Method Description AbstractAddStepHandler.ParametersAbstractAddStepHandler.Parameters. addAttribute(AttributeDefinition... attributes)Deprecated, for removal: This API element is subject to removal in a future version.PersistentResourceXMLDescription.BuilderPersistentResourceXMLDescription.Builder. addAttribute(AttributeDefinition attribute)PersistentResourceXMLDescription.BuilderPersistentResourceXMLDescription.Builder. addAttribute(AttributeDefinition attribute, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller)PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription.PersistentResourceXMLBuilder. addAttribute(AttributeDefinition attribute)PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription.PersistentResourceXMLBuilder. addAttribute(AttributeDefinition attribute, AttributeParser attributeParser)PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription.PersistentResourceXMLBuilder. addAttribute(AttributeDefinition attribute, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller)PersistentResourceXMLDescription.BuilderPersistentResourceXMLDescription.Builder. addAttributes(AttributeDefinition... attributes)PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription.PersistentResourceXMLBuilder. addAttributes(AttributeDefinition... attributes)ResourceBuilderResourceBuilder. addMetric(AttributeDefinition attributeDefinition, OperationStepHandler handler)ResourceBuilderResourceBuilder. addMetrics(OperationStepHandler metricHandler, AttributeDefinition... attributes)SimpleOperationDefinitionBuilderSimpleOperationDefinitionBuilder. addParameter(AttributeDefinition parameter)ResourceBuilderResourceBuilder. addReadOnlyAttribute(AttributeDefinition attributeDefinition)ResourceBuilderResourceBuilder. addReadWriteAttribute(AttributeDefinition attributeDefinition, OperationStepHandler reader, OperationStepHandler writer)ResourceBuilderResourceBuilder. addReadWriteAttributes(OperationStepHandler reader, OperationStepHandler writer, AttributeDefinition... attributes)static ObjectTypeAttributeDefinition.BuilderObjectTypeAttributeDefinition. create(String name, AttributeDefinition... valueTypes)StringAttributeParser. getXmlName(AttributeDefinition attribute)StringAttributeParsers.AttributeElementParser. getXmlName(AttributeDefinition attribute)StringAttributeParsers.MapParser. getXmlName(AttributeDefinition attribute)StringAttributeParsers.UnWrappedObjectListParser. getXmlName(AttributeDefinition attribute)default booleanOperationContext. hasOptionalCapability(String requested, String[] requestedSegments, RuntimeCapability<?> dependent, AttributeDefinition attribute)Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext. hasOptionalCapability(String requested, RuntimeCapability<?> dependent, AttributeDefinition attribute)Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext. hasOptionalCapability(BinaryServiceDescriptor<?> requested, String parent, String child, RuntimeCapability<?> dependent, AttributeDefinition attribute)Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext. hasOptionalCapability(NullaryServiceDescriptor<?> requested, RuntimeCapability<?> dependent, AttributeDefinition attribute)Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext. hasOptionalCapability(QuaternaryServiceDescriptor<?> requested, String greatGrandparent, String grandparent, String parent, String child, RuntimeCapability<?> dependent, AttributeDefinition attribute)Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext. hasOptionalCapability(TernaryServiceDescriptor<?> requested, String grandparent, String parent, String child, RuntimeCapability<?> dependent, AttributeDefinition attribute)Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext. hasOptionalCapability(UnaryServiceDescriptor<?> requested, String name, RuntimeCapability<?> dependent, AttributeDefinition attribute)Checks whether one of a capability's optional and runtime-only requirements is present.booleanAttributeMarshaller.AttributeElementMarshaller. isMarshallable(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault)booleanAttributeMarshaller. isMarshallable(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel)Gets whether the givenresourceModelhas a value for this attribute that should be marshalled to XML.booleanAttributeMarshaller. isMarshallable(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault)Gets whether the givenresourceModelhas a value for this attribute that should be marshalled to XML.voidAttributeMarshaller. marshall(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)voidAttributeMarshaller. marshallAsAttribute(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)Marshalls the value from the givenresourceModelas an xml element, if itis marshallable.voidAttributeMarshallers.MapAttributeMarshaller. marshallAsAttribute(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)voidDefaultAttributeMarshaller. marshallAsAttribute(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)abstract voidAttributeMarshaller.AttributeElementMarshaller. marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)voidAttributeMarshaller. marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)voidAttributeMarshallers.MapAttributeMarshaller. marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)voidAttributeMarshallers.NamedStringListMarshaller. marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)voidAttributeMarshallers.SimpleListAttributeMarshaller. marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)voidDefaultAttributeMarshaller. marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)abstract voidAttributeMarshallers.MapAttributeMarshaller. marshallSingleElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode property, boolean marshallDefault, XMLStreamWriter writer)voidAttributeMarshallers.ObjectMapAttributeMarshaller. marshallSingleElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode property, boolean marshallDefault, XMLStreamWriter writer)voidAttributeMarshallers.PropertiesAttributeMarshaller. marshallSingleElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode property, boolean marshallDefault, XMLStreamWriter writer)static ObjectTypeAttributeDefinition.BuilderObjectTypeAttributeDefinition.Builder. of(String name, AttributeDefinition... valueTypes)static ObjectTypeAttributeDefinition.BuilderObjectTypeAttributeDefinition.Builder. of(String name, AttributeDefinition[] valueTypes, AttributeDefinition[] moreValueTypes)static SimpleListAttributeDefinition.BuilderSimpleListAttributeDefinition.Builder. of(String name, AttributeDefinition valueType)org.jboss.dmr.ModelNodeAttributeParser.DiscardOldDefaultValueParser. parse(AttributeDefinition attribute, String value, XMLStreamReader reader)org.jboss.dmr.ModelNodeAttributeParser. parse(AttributeDefinition attribute, String value, XMLStreamReader reader)Creates and returns aModelNodeusing the givenvalueafter first validating the node againstthis object's validator.voidAttributeParser. parseAndSetParameter(AttributeDefinition attribute, String value, org.jboss.dmr.ModelNode operation, XMLStreamReader reader)Creates aModelNodeusing the givenvalueafter first validating the node againstthis object's validator., and then stores it in the givenoperationmodel node as a key/value pair whose key is this attribute's getName() name}.voidAttributeParser. parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation)abstract voidAttributeParsers.AttributeElementParser. parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation)voidAttributeParsers.MapParser. parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation)voidAttributeParsers.NamedStringListParser. parseElement(AttributeDefinition ad, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode addPermissionMapper)voidAttributeParsers.ObjectParser. parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation)voidAttributeParsers.UnWrappedObjectListParser. parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation)voidAttributeParsers.WrappedObjectListParser. parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation)protected voidAbstractWriteAttributeHandler. recordCapabilitiesAndRequirements(OperationContext context, AttributeDefinition attributeDefinition, org.jboss.dmr.ModelNode newValue, org.jboss.dmr.ModelNode oldValue)Record any new requirements for othercapabilitiesthat now exist as a result of this operation, or remove any existing requirements that no longer exist.BUILDERAbstractAttributeDefinitionBuilder. setCapabilityReference(String referencedCapability, AttributeDefinition... dependantAttributes)Records that this attribute's value represents a reference to an instance of adynamic capability.BUILDERAbstractAttributeDefinitionBuilder. setCapabilityReference(RuntimeCapability capability, String referencedCapability, AttributeDefinition... dependantAttributes)Records that this attribute's value represents a reference to an instance of adynamic capability.SimpleOperationDefinitionBuilderSimpleOperationDefinitionBuilder. setParameters(AttributeDefinition... parameters)SimpleOperationDefinitionBuilderSimpleOperationDefinitionBuilder. setReplyParameters(AttributeDefinition... replyParameters)Method parameters in org.jboss.as.controller with type arguments of type AttributeDefinition Modifier and Type Method Description AbstractAddStepHandler.ParametersAbstractAddStepHandler.Parameters. addAttribute(Collection<? extends AttributeDefinition> attributes)Deprecated, for removal: This API element is subject to removal in a future version.PersistentResourceXMLDescription.BuilderPersistentResourceXMLDescription.Builder. addAttributes(Stream<? extends AttributeDefinition> attributes)PersistentResourceXMLDescription.BuilderPersistentResourceXMLDescription.Builder. addAttributes(Stream<? extends AttributeDefinition> attributes, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller)PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription.PersistentResourceXMLBuilder. addAttributes(Stream<? extends AttributeDefinition> attributes)PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription.PersistentResourceXMLBuilder. addAttributes(Stream<? extends AttributeDefinition> attributes, AttributeParser parser, AttributeMarshaller attributeMarshaller)Constructors in org.jboss.as.controller with parameters of type AttributeDefinition Constructor Description AbstractAddStepHandler(AttributeDefinition... attributes)Deprecated, for removal: This API element is subject to removal in a future version.Use default constructor instead.AbstractAttributeDefinitionBuilder(String attributeName, AttributeDefinition basis)Creates a builder populated with the values of an existing attribute definition, with an optional change of the attribute's name.AbstractAttributeDefinitionBuilder(AttributeDefinition basis)Creates a builder populated with the values of an existing attribute definition.AbstractBoottimeAddStepHandler(AttributeDefinition... attributes)Deprecated, for removal: This API element is subject to removal in a future version.AbstractWriteAttributeHandler(AttributeDefinition... definitions)Deprecated, for removal: This API element is subject to removal in a future version.Builder(String name, AttributeDefinition... valueTypes)Builder(String name, AttributeDefinition valueType)ModelOnlyAddStepHandler(AttributeDefinition... attributes)Deprecated, for removal: This API element is subject to removal in a future version.UseModelOnlyAddStepHandler.INSTANCEinstead.ModelOnlyResourceDefinition(PathElement pathElement, ResourceDescriptionResolver descriptionResolver, AttributeDefinition... attributes)ModelOnlyResourceDefinition(PathElement pathElement, ResourceDescriptionResolver descriptionResolver, ModelOnlyAddStepHandler addStepHandler, AttributeDefinition... attributes)ModelOnlyResourceDefinition(SimpleResourceDefinition.Parameters parameters, AttributeDefinition... attributes)ModelOnlyWriteAttributeHandler(AttributeDefinition... attributeDefinitions)Deprecated, for removal: This API element is subject to removal in a future version.UseModelOnlyWriteAttributeHandler.INSTANCEinstead.NameAndGroup(AttributeDefinition ad)ObjectTypeAttributeDefinition(AbstractAttributeDefinitionBuilder<?,? extends ObjectTypeAttributeDefinition> builder, String suffix, AttributeDefinition[] valueTypes)ReloadRequiredAddStepHandler(AttributeDefinition... attributes)Deprecated, for removal: This API element is subject to removal in a future version.UseReloadRequiredAddStepHandler.INSTANCEinstead.ReloadRequiredWriteAttributeHandler(AttributeDefinition... definitions)Deprecated, for removal: This API element is subject to removal in a future version.UseReloadRequiredWriteAttributeHandler.INSTANCEinstead.RestartParentWriteAttributeHandler(String parentKeyName, AttributeDefinition... definitions)Deprecated, for removal: This API element is subject to removal in a future version.UseRestartParentWriteAttributeHandler(String)instead.SimpleListAttributeDefinition(ListAttributeDefinition.Builder builder, AttributeDefinition valueType)Constructor parameters in org.jboss.as.controller with type arguments of type AttributeDefinition Constructor Description AbstractAddStepHandler(Collection<? extends AttributeDefinition> attributes)Deprecated, for removal: This API element is subject to removal in a future version.Use default constructor instead.AbstractBoottimeAddStepHandler(Collection<? extends AttributeDefinition> attributes)Deprecated, for removal: This API element is subject to removal in a future version.AbstractWriteAttributeHandler(Collection<AttributeDefinition> definitions)Deprecated, for removal: This API element is subject to removal in a future version.ModelOnlyWriteAttributeHandler(Collection<AttributeDefinition> attributeDefinitions)Deprecated, for removal: This API element is subject to removal in a future version.UseModelOnlyWriteAttributeHandler.INSTANCEinstead.ReloadRequiredAddStepHandler(Collection<AttributeDefinition> attributes)Deprecated, for removal: This API element is subject to removal in a future version.UseReloadRequiredAddStepHandler.INSTANCEinstead.ReloadRequiredWriteAttributeHandler(Collection<AttributeDefinition> definitions)Deprecated, for removal: This API element is subject to removal in a future version.UseReloadRequiredWriteAttributeHandler.INSTANCEinstead.RestartParentResourceAddHandler(String parentKeyName, Collection<? extends AttributeDefinition> attributes)RestartParentResourceAddHandler(String parentKeyName, Set<RuntimeCapability> capabilities, Collection<? extends AttributeDefinition> attributes)Deprecated, for removal: This API element is subject to removal in a future version.RestartParentWriteAttributeHandler(String parentKeyName, Collection<AttributeDefinition> definitions)Deprecated, for removal: This API element is subject to removal in a future version.UseRestartParentWriteAttributeHandler(String)instead. -
Uses of AttributeDefinition in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return AttributeDefinition Modifier and Type Method Description AttributeDefinitionTargetAttribute. getAttributeDefinition() -
Uses of AttributeDefinition in org.jboss.as.controller.descriptions
Fields in org.jboss.as.controller.descriptions declared as AttributeDefinition Modifier and Type Field Description static AttributeDefinitionDefaultResourceAddDescriptionProvider. INDEXConstructors in org.jboss.as.controller.descriptions with parameters of type AttributeDefinition Constructor Description DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, AttributeDefinition... parameters)DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, 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, 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, Stability stability)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, 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) -
Uses of AttributeDefinition in org.jboss.as.controller.management
Fields in org.jboss.as.controller.management declared as AttributeDefinition Modifier and Type Field Description protected static AttributeDefinition[]BaseHttpInterfaceResourceDefinition. COMMON_ATTRIBUTESprotected static AttributeDefinition[]BaseNativeInterfaceResourceDefinition. COMMON_ATTRIBUTESMethods in org.jboss.as.controller.management that return AttributeDefinition Modifier and Type Method Description protected static AttributeDefinition[]BaseHttpInterfaceResourceDefinition. combine(AttributeDefinition[] commonAttributes, AttributeDefinition... additionalAttributes)protected static AttributeDefinition[]BaseNativeInterfaceResourceDefinition. combine(AttributeDefinition[] commonAttributes, AttributeDefinition... additionalAttributes)protected abstract AttributeDefinition[]BaseHttpInterfaceResourceDefinition. getAttributeDefinitions()protected abstract AttributeDefinition[]BaseNativeInterfaceResourceDefinition. getAttributeDefinitions()Methods in org.jboss.as.controller.management with parameters of type AttributeDefinition Modifier and Type Method Description protected StringManagementInterfaceAddStepHandler. asStringIfDefined(OperationContext context, AttributeDefinition attribute, org.jboss.dmr.ModelNode model)protected static AttributeDefinition[]BaseHttpInterfaceResourceDefinition. combine(AttributeDefinition[] commonAttributes, AttributeDefinition... additionalAttributes)protected static AttributeDefinition[]BaseNativeInterfaceResourceDefinition. combine(AttributeDefinition[] commonAttributes, AttributeDefinition... additionalAttributes) -
Uses of AttributeDefinition in org.jboss.as.controller.operations.common
Fields in org.jboss.as.controller.operations.common declared as AttributeDefinition Modifier and Type Field Description protected static AttributeDefinitionProcessReloadHandler. ADMIN_ONLYstatic AttributeDefinitionProcessEnvironment. NAMEAttributeDefinitionfor thenameattribute for a processes root resourceprotected static AttributeDefinitionProcessReloadHandler. STABILITYMethods in org.jboss.as.controller.operations.common with parameters of type AttributeDefinition Modifier and Type Method Description protected voidInterfaceAddHandler. validateAndSet(AttributeDefinition definition, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode subModel) -
Uses of AttributeDefinition in org.jboss.as.controller.operations.validation
Constructors in org.jboss.as.controller.operations.validation with parameters of type AttributeDefinition Constructor Description ObjectTypeValidator(boolean nullable, AttributeDefinition... attributes) -
Uses of AttributeDefinition in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return AttributeDefinition Modifier and Type Method Description AttributeDefinitionAttributeAccess. getAttributeDefinition()Methods in org.jboss.as.controller.registry with parameters of type AttributeDefinition Modifier and Type Method Description voidDelegatingManagementResourceRegistration. registerMetric(AttributeDefinition definition, OperationStepHandler metricHandler)voidManagementResourceRegistration. registerMetric(AttributeDefinition definition, OperationStepHandler metricHandler)Records that the given attribute is a metric.voidDelegatingManagementResourceRegistration. registerReadOnlyAttribute(AttributeDefinition definition, OperationStepHandler readHandler)voidManagementResourceRegistration. 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.voidDelegatingManagementResourceRegistration. registerReadWriteAttribute(AttributeDefinition definition, OperationStepHandler readHandler, OperationStepHandler writeHandler)voidManagementResourceRegistration. 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. -
Uses of AttributeDefinition in org.jboss.as.controller.resource
Fields in org.jboss.as.controller.resource declared as AttributeDefinition Modifier and Type Field Description static AttributeDefinitionInterfaceDefinition. ANYstatic AttributeDefinitionInterfaceDefinition. ANY_ADDRESSstatic AttributeDefinitionAbstractSocketBindingResourceDefinition. CLIENT_MAPPINGSstatic AttributeDefinitionInterfaceDefinition. INET_ADDRESSAll other attribute names.static AttributeDefinitionInterfaceDefinition. LINK_LOCAL_ADDRESSstatic AttributeDefinitionInterfaceDefinition. LOOPBACKstatic AttributeDefinitionInterfaceDefinition. LOOPBACK_ADDRESSstatic AttributeDefinitionInterfaceDefinition. MULTICASTstatic AttributeDefinitionInterfaceDefinition. NAMEstatic AttributeDefinition[]InterfaceDefinition. NESTED_ATTRIBUTESstatic AttributeDefinitionInterfaceDefinition. NICstatic AttributeDefinitionInterfaceDefinition. NIC_MATCHstatic AttributeDefinitionInterfaceDefinition. NOTstatic AttributeDefinitionInterfaceDefinition. POINT_TO_POINTstatic AttributeDefinitionInterfaceDefinition. PUBLIC_ADDRESSstatic AttributeDefinition[]InterfaceDefinition. ROOT_ATTRIBUTESThe root attributes.static AttributeDefinitionInterfaceDefinition. SITE_LOCAL_ADDRESSstatic AttributeDefinitionInterfaceDefinition. SUBNET_MATCHstatic AttributeDefinitionInterfaceDefinition. UPstatic AttributeDefinitionInterfaceDefinition. VIRTUALThe any-* alternatives.Fields in org.jboss.as.controller.resource with type parameters of type AttributeDefinition Modifier and Type Field Description static Set<AttributeDefinition>InterfaceDefinition. NESTED_LIST_ATTRIBUTESThe nested attributes for any, not.Constructors in org.jboss.as.controller.resource with parameters of type AttributeDefinition Constructor Description AbstractSocketBindingGroupResourceDefinition(OperationStepHandler addHandler, OperationStepHandler removeHandler, AttributeDefinition defaultInterface, RuntimeCapability exposedCapability) -
Uses of AttributeDefinition in org.jboss.as.controller.security
Methods in org.jboss.as.controller.security with parameters of type AttributeDefinition Modifier and Type Method Description static ServiceDependency<org.wildfly.security.credential.source.CredentialSource>CredentialReference. getCredentialSourceDependency(OperationContext context, AttributeDefinition attribute, org.jboss.dmr.ModelNode model)Returns a service dependency on aCredentialSourceused to obtain a credential referenced by the specified attribute.static ServiceDependency<org.wildfly.security.credential.source.CredentialSource>CredentialReference. getCredentialSourceDependency(OperationContext context, AttributeDefinition attribute, org.jboss.dmr.ModelNode model, String keySuffix)Returns a service dependency on aCredentialSourceused to obtain a credential referenced by the specified attribute.static voidCredentialReference. rollbackCredentialStoreUpdate(AttributeDefinition credentialReferenceAD, OperationContext context, String store, String alias)static voidCredentialReference. rollbackCredentialStoreUpdate(AttributeDefinition credentialReferenceAD, OperationContext context, Resource resource)static voidCredentialReference. rollbackCredentialStoreUpdate(AttributeDefinition credentialReferenceAD, OperationContext context, org.jboss.dmr.ModelNode resolvedValue)Constructors in org.jboss.as.controller.security with parameters of type AttributeDefinition Constructor Description CredentialReferenceWriteAttributeHandler(AttributeDefinition attribute)Deprecated, for removal: This API element is subject to removal in a future version.UseCredentialReferenceWriteAttributeHandler.INSTANCEinstead.CredentialReferenceWriteAttributeHandler(AttributeDefinition... attributes)Deprecated, for removal: This API element is subject to removal in a future version.UseCredentialReferenceWriteAttributeHandler.INSTANCEinstead. -
Uses of AttributeDefinition in org.jboss.as.controller.services.path
Methods in org.jboss.as.controller.services.path with parameters of type AttributeDefinition Modifier and Type Method Description PathInfoHandler.BuilderPathInfoHandler.Builder. addAttribute(AttributeDefinition pathAttribute, AttributeDefinition relativeToAttribute)PathInfoHandler.BuilderPathInfoHandler.Builder. setParentAttribute(AttributeDefinition parentAttribute)ResolvePathHandler.BuilderResolvePathHandler.Builder. setParentAttribute(AttributeDefinition parentAttribute)Sets the parent attribute that therelative-toandpathattributes are children of.ResolvePathHandler.BuilderResolvePathHandler.Builder. setPathAttribute(AttributeDefinition pathAttribute)Sets thepathattribute.ResolvePathHandler.BuilderResolvePathHandler.Builder. setRelativeToAttribute(AttributeDefinition relativeToAttribute)Sets therelative-toattribute. -
Uses of AttributeDefinition in org.jboss.as.controller.transform
Constructors in org.jboss.as.controller.transform with parameters of type AttributeDefinition Constructor Description DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover, AttributeDefinition... attributes)Creates a new transformer.DiscardUndefinedAttributesTransformer(AttributeDefinition... attributes)RejectExpressionValuesTransformer(AttributeDefinition... attributes) -
Uses of AttributeDefinition in org.jboss.as.controller.transform.description
Methods in org.jboss.as.controller.transform.description with parameters of type AttributeDefinition Modifier and Type Method Description TBaseAttributeTransformationDescriptionBuilder. addRejectCheck(RejectAttributeChecker rejectChecker, AttributeDefinition... rejectedAttributes)Adds a RejectAttributeChecker.TBaseAttributeTransformationDescriptionBuilder. addRejectChecks(List<RejectAttributeChecker> rejectCheckers, AttributeDefinition... rejectedAttributes)Adds a list of RejectAttributeCheckers.TBaseAttributeTransformationDescriptionBuilder. addRename(AttributeDefinition attributeName, String newName)Rename an attribute.TBaseAttributeTransformationDescriptionBuilder. setDiscard(DiscardAttributeChecker discardChecker, AttributeDefinition... discardedAttributes)Sets the DiscardChecker to be used to check if an attribute should be discarded.TBaseAttributeTransformationDescriptionBuilder. setValueConverter(AttributeConverter attributeConverter, AttributeDefinition... convertedAttributes)Use to convert an attribute's value.Method parameters in org.jboss.as.controller.transform.description with type arguments of type AttributeDefinition Modifier and Type Method Description TBaseAttributeTransformationDescriptionBuilder. setDiscard(DiscardAttributeChecker discardChecker, Collection<AttributeDefinition> discardedAttributes)Sets the DiscardChecker to be used to check if an attribute should be discarded.
-