A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages

A

ABSOLUTE_ADDRESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
absolutePathMainFileNotFound(String, File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
absolutePathMainFileNotFound(String, File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
absolutePathMainFileNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
AbsolutePathService - Class in org.jboss.as.controller.services.path
AbstractPathService implementation for paths that are not relative to other paths.
AbstractAddStepHandler - Class in org.jboss.as.controller
Base class for OperationStepHandler implementations that add managed resource.
AbstractAddStepHandler() - Constructor for class org.jboss.as.controller.AbstractAddStepHandler
Constructs an add handler.
AbstractAddStepHandler(Collection<? extends AttributeDefinition>) - Constructor for class org.jboss.as.controller.AbstractAddStepHandler
Constructs an add handler
AbstractAddStepHandler(AbstractAddStepHandler.Parameters) - Constructor for class org.jboss.as.controller.AbstractAddStepHandler
 
AbstractAddStepHandler(AttributeDefinition...) - Constructor for class org.jboss.as.controller.AbstractAddStepHandler
Constructs an add handler
AbstractAddStepHandler.Parameters - Class in org.jboss.as.controller
 
AbstractAttributeDefinitionBuilder<BUILDER extends AbstractAttributeDefinitionBuilder,​ATTRIBUTE extends AttributeDefinition> - Class in org.jboss.as.controller
Provides a builder API for creating an AttributeDefinition.
AbstractAttributeDefinitionBuilder(String, AttributeDefinition) - Constructor for class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Creates a builder populated with the values of an existing attribute definition, with an optional change of the attribute's name.
AbstractAttributeDefinitionBuilder(String, ModelType) - Constructor for class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Creates a builder for an attribute with the give name and type.
AbstractAttributeDefinitionBuilder(String, ModelType, boolean) - Constructor for class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Creates a builder for an attribute with the give name and type and nullability setting.
AbstractAttributeDefinitionBuilder(AttributeDefinition) - Constructor for class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Creates a builder populated with the values of an existing attribute definition.
AbstractBoottimeAddStepHandler - Class in org.jboss.as.controller
Base class for OperationStepHandler implementations that add managed resources and also perform runtime processing that should only occur during server boot.
AbstractBoottimeAddStepHandler() - Constructor for class org.jboss.as.controller.AbstractBoottimeAddStepHandler
AbstractBoottimeAddStepHandler(Collection<? extends AttributeDefinition>) - Constructor for class org.jboss.as.controller.AbstractBoottimeAddStepHandler
AbstractBoottimeAddStepHandler(AbstractAddStepHandler.Parameters) - Constructor for class org.jboss.as.controller.AbstractBoottimeAddStepHandler
 
AbstractBoottimeAddStepHandler(AttributeDefinition...) - Constructor for class org.jboss.as.controller.AbstractBoottimeAddStepHandler
AbstractConfigurationPersister - Class in org.jboss.as.controller.persistence
Abstract superclass for ExtensibleConfigurationPersister implementations.
AbstractConfigurationPersister(XMLElementWriter<ModelMarshallingContext>) - Constructor for class org.jboss.as.controller.persistence.AbstractConfigurationPersister
Construct a new instance.
AbstractConstraint - Class in org.jboss.as.controller.access.constraint
Base class for Constraint implementations.
AbstractConstraint() - Constructor for class org.jboss.as.controller.access.constraint.AbstractConstraint
 
AbstractControllerService - Class in org.jboss.as.controller
A base class for controller services.
AbstractControllerService(Supplier<ExecutorService>, Supplier<AbstractControllerService.ControllerInstabilityListener>, ProcessType, RunningModeControl, ConfigurationPersister, ControlledProcessState, ResourceDefinition, OperationStepHandler, ExpressionResolver, ManagedAuditLogger, DelegatingConfigurableAuthorizer, ManagementSecurityIdentitySupplier, CapabilityRegistry, ConfigurationExtension) - Constructor for class org.jboss.as.controller.AbstractControllerService
Construct a new instance.
AbstractControllerService(ProcessType, RunningModeControl, ConfigurationPersister, ControlledProcessState, ResourceDefinition, OperationStepHandler, ExpressionResolver, ManagedAuditLogger, DelegatingConfigurableAuthorizer, ManagementSecurityIdentitySupplier, CapabilityRegistry) - Constructor for class org.jboss.as.controller.AbstractControllerService
Deprecated.
AbstractControllerService.ControllerInstabilityListener - Interface in org.jboss.as.controller
Listener for notifications that the ModelController is unstable and a process restart is necessary.
AbstractControllerService.ModelControllerServiceInitializationParams - Class in org.jboss.as.controller
Parameters for initializing ModelControllerServiceInitialization instances
AbstractControllerService.PartialModelIndicator - Interface in org.jboss.as.controller
Tracks whether the controller is working with a complete model or just a partial one.
AbstractFileAuditLogHandler - Class in org.jboss.as.controller.audit
All methods on this class should be called with ManagedAuditLoggerImpl's lock taken.
AbstractFileAuditLogHandler(String, String, int, PathManagerService, String, String) - Constructor for class org.jboss.as.controller.audit.AbstractFileAuditLogHandler
 
AbstractFilePersistenceResource - Class in org.jboss.as.controller.persistence
 
AbstractFilePersistenceResource(ModelNode, AbstractConfigurationPersister) - Constructor for class org.jboss.as.controller.persistence.AbstractFilePersistenceResource
 
AbstractInterfaceCriteria - Class in org.jboss.as.controller.interfaces
Abstract superclass for InterfaceCriteria implementations.
AbstractInterfaceCriteria() - Constructor for class org.jboss.as.controller.interfaces.AbstractInterfaceCriteria
 
AbstractLegacyExtension - Class in org.jboss.as.controller.extension
Abstract superclass for Extension implementations where the extension is no longer supported for use on current version servers but is supported on host controllers in order to allow use of the extension on legacy version hosts in a mixed-version domain.
AbstractLegacyExtension(String, String...) - Constructor for class org.jboss.as.controller.extension.AbstractLegacyExtension
 
AbstractModelControllerOperationHandlerFactoryService - Class in org.jboss.as.controller.remote
Service used to create operation handlers per incoming channel
AbstractModelControllerOperationHandlerFactoryService(Consumer<AbstractModelControllerOperationHandlerFactoryService>, Supplier<ModelController>, Supplier<ExecutorService>, Supplier<ScheduledExecutorService>) - Constructor for class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
 
AbstractModelResource - Class in org.jboss.as.controller.registry
Abstract Resource implementation.
AbstractModelResource() - Constructor for class org.jboss.as.controller.registry.AbstractModelResource
 
AbstractModelResource(boolean) - Constructor for class org.jboss.as.controller.registry.AbstractModelResource
 
AbstractModelResource(boolean, String...) - Constructor for class org.jboss.as.controller.registry.AbstractModelResource
 
AbstractModelResource(boolean, Set<String>) - Constructor for class org.jboss.as.controller.registry.AbstractModelResource
 
AbstractModelUpdateHandler - Class in org.jboss.as.controller
Base class for OperationStepHandler implementations for updating an existing managed resource.
AbstractModelUpdateHandler() - Constructor for class org.jboss.as.controller.AbstractModelUpdateHandler
 
AbstractMultiTargetHandler() - Constructor for class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
 
AbstractMultiTargetHandler(boolean) - Constructor for class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
 
AbstractMultiTargetHandler(FilteredData) - Constructor for class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
 
AbstractMultiTargetHandler(FilteredData, boolean) - Constructor for class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
 
AbstractMultiTargetHandler(FilteredData, boolean, GlobalOperationHandlers.FilterPredicate) - Constructor for class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
 
AbstractOperationTransformer - Class in org.jboss.as.controller.transform
Base class for OperationTransformer implementations, which don't need to transform the operation result.
AbstractOperationTransformer() - Constructor for class org.jboss.as.controller.transform.AbstractOperationTransformer
 
AbstractPathService - Class in org.jboss.as.controller.services.path
Abstract superclass for services that return a path.
AbstractRemoveStepHandler - Class in org.jboss.as.controller
Base class for handlers that remove resources.
AbstractRemoveStepHandler() - Constructor for class org.jboss.as.controller.AbstractRemoveStepHandler
 
AbstractReportAttacher(boolean) - Constructor for class org.jboss.as.controller.operations.global.ReportAttacher.AbstractReportAttacher
 
AbstractRuntimeOnlyHandler - Class in org.jboss.as.controller
Base class for operations that do nothing in OperationContext.Stage.MODEL except register a OperationContext.Stage.RUNTIME step.
AbstractRuntimeOnlyHandler() - Constructor for class org.jboss.as.controller.AbstractRuntimeOnlyHandler
 
AbstractSensitivity - Class in org.jboss.as.controller.access.constraint
Configuration of sensitive data.
AbstractSensitivity(boolean, boolean, boolean) - Constructor for class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
AbstractSocketBindingGroupResourceDefinition - Class in org.jboss.as.controller.resource
ResourceDefinition for a resource representing a socket binding group.
AbstractSocketBindingGroupResourceDefinition(OperationStepHandler, OperationStepHandler, AttributeDefinition, RuntimeCapability) - Constructor for class org.jboss.as.controller.resource.AbstractSocketBindingGroupResourceDefinition
 
AbstractSocketBindingResourceDefinition - Class in org.jboss.as.controller.resource
ResourceDefinition for a resource representing a socket binding.
AbstractSocketBindingResourceDefinition(OperationStepHandler, OperationStepHandler, RuntimeCapability<Void>...) - Constructor for class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
AbstractWriteAttributeHandler<T> - Class in org.jboss.as.controller
Abstract handler for the write aspect of a read-write attribute.
AbstractWriteAttributeHandler(Collection<AttributeDefinition>) - Constructor for class org.jboss.as.controller.AbstractWriteAttributeHandler
 
AbstractWriteAttributeHandler(AttributeDefinition...) - Constructor for class org.jboss.as.controller.AbstractWriteAttributeHandler
 
AbstractWriteAttributeHandler.HandbackHolder<T> - Class in org.jboss.as.controller
accepts(PathAddress) - Method in class org.jboss.as.controller.operations.PathAddressFilter
 
accepts(PathAddress, Resource) - Method in interface org.jboss.as.controller.registry.ResourceFilter
Test whether the resource should be included or not.
ACCESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ACCESS_CONSTRAINTS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ACCESS_CONTROL - org.jboss.as.controller.parsing.Element
 
ACCESS_CONTROL - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
ACCESS_CONTROL - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
ACCESS_CONTROL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ACCESS_LOGGER - Static variable in interface org.jboss.as.controller.logging.ControllerLogger
A logger for access control related messages.
ACCESS_MECHANISM - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
ACCESS_MECHANISM - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ACCESS_PERMISSION - Static variable in interface org.jboss.as.controller.ModelController
A ControllerPermission needed to access a ModelController via Value.getValue() or to invoke its methods.
ACCESS_PERMISSION - Static variable in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
A ControllerPermission needed to create a ImmutableManagementResourceRegistration or invoke one of its methods.
ACCESS_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
The key for AttributeAccess.AccessType fields.
AccessAuditContext - Class in org.jboss.as.controller
The context used to store state related to access control and auditing for the current invocation.
AccessConstraintDefinition - Interface in org.jboss.as.controller.access.management
Definition of a constraint that can be associated with a ResourceDefinition, OperationDefinition or AttributeDefinition.
AccessConstraintDescriptionProviderUtil - Class in org.jboss.as.controller.access.management
Utility for adding access constraint descriptive metadata to other metadata.
AccessConstraintDescriptionProviderUtil() - Constructor for class org.jboss.as.controller.access.management.AccessConstraintDescriptionProviderUtil
 
AccessConstraintKey - Class in org.jboss.as.controller.access.management
Unique identifier for an AccessConstraintDefinition.
AccessConstraintKey(String, boolean, String, String) - Constructor for class org.jboss.as.controller.access.management.AccessConstraintKey
 
AccessConstraintKey(AccessConstraintDefinition) - Constructor for class org.jboss.as.controller.access.management.AccessConstraintKey
 
accessConstraints - Variable in class org.jboss.as.controller.OperationDefinition
 
accessConstraints - Variable in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
AccessConstraintUtilization - Interface in org.jboss.as.controller.access.management
Provides information about how an AccessConstraintDefinition is utilized for a particular management resource registration.
AccessConstraintUtilizationRegistry - Interface in org.jboss.as.controller.access.management
Registry for tracking usage of AccessConstraintDefinitions.
acquireControllerLock() - Method in interface org.jboss.as.controller.OperationContext
Acquire the controlling ModelController's exclusive lock.
acquireReadLock(int) - Method in class org.jboss.as.controller.AbstractControllerService
 
Action - Class in org.jboss.as.controller.access
An action for which access control is needed.
Action(ModelNode, OperationEntry) - Constructor for class org.jboss.as.controller.access.Action
 
Action(ModelNode, OperationEntry, Set<Action.ActionEffect>) - Constructor for class org.jboss.as.controller.access.Action
 
Action.ActionEffect - Enum in org.jboss.as.controller.access
 
ACTIVE_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ACTIVE_SERVER_GROUPS - org.jboss.as.controller.parsing.Attribute
 
ACTIVE_SERVER_GROUPS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ACTIVE_SOCKET_BINDING_GROUPS - org.jboss.as.controller.parsing.Attribute
 
ACTIVE_SOCKET_BINDING_GROUPS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
add(Permission) - Method in class org.jboss.as.controller.access.permission.AllPermissionsCollection
 
add(Permission) - Method in class org.jboss.as.controller.access.permission.ManagementPermissionCollection
 
ADD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ADD_CONTENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ADD_INDEX - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
addAccessConstraint(AccessConstraintDefinition) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Adds an access constraint to the set used with the attribute
addAccessConstraint(AccessConstraintDefinition) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
addAccessConstraints(AccessConstraintDefinition...) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Add access constraint definitions for this resource to any that are already set.
addAccessConstraints(ModelNode, List<AccessConstraintDefinition>, Locale) - Static method in class org.jboss.as.controller.access.management.AccessConstraintDescriptionProviderUtil
 
addAccessConstraints(ModelNode, Locale) - Method in class org.jboss.as.controller.AttributeDefinition
 
addAdditionalRuntimePackages(RuntimePackageDependency...) - Method in interface org.jboss.as.controller.ResourceBuilder
Add additional packages to be provisioned.
addAllowedValuesToDescription(ModelNode, ParameterValidator) - Method in class org.jboss.as.controller.AttributeDefinition
Adds the allowed values.
addAllowedValuesToDescription(ModelNode, ParameterValidator) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
addAllowedValuesToDescription(ModelNode, ParameterValidator) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
addAlternatives(String...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Adds names of alternative attributes that should not be defined if this attribute is defined.
addApplicationTypeConfig(ApplicationTypeConfig) - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConstraint.Factory
Stores an ApplicationTypeConfig for use in constraints.
addArbitraryDescriptor(String, ModelNode) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
addAttribute(Collection<AttributeDefinition>) - Method in class org.jboss.as.controller.AbstractAddStepHandler.Parameters
 
addAttribute(AttributeDefinition) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
addAttribute(AttributeDefinition...) - Method in class org.jboss.as.controller.AbstractAddStepHandler.Parameters
 
addAttribute(AttributeDefinition, AttributeDefinition) - Method in class org.jboss.as.controller.services.path.PathInfoHandler.Builder
 
addAttribute(AttributeDefinition, AttributeParser) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
addAttribute(AttributeDefinition, AttributeParser, AttributeMarshaller) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
addAttributes(Stream<? extends AttributeDefinition>) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
addAttributes(AttributeDefinition...) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
addAttributeValueTypeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ListAttributeDefinition
 
addAttributeValueTypeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.MapAttributeDefinition
 
addAttributeValueTypeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
addAttributeValueTypeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ObjectMapAttributeDefinition
 
addAttributeValueTypeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition
 
addAttributeValueTypeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.PropertiesAttributeDefinition
 
addAttributeValueTypeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
addAttributeValueTypeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.SimpleMapAttributeDefinition
 
addCapabilities(Capability...) - Method in interface org.jboss.as.controller.ResourceBuilder
 
addCapabilities(RuntimeCapability...) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Add possible capabilities for this resource to any that are already set.
addCapability(Capability) - Method in interface org.jboss.as.controller.ResourceBuilder
 
addCapability(RuntimeCapability<?>) - Method in interface org.jboss.as.controller.CapabilityServiceTarget
Gets a builder which can be used to add a capability service into this capability target.
addCapabilityRequirement(String, Class<I>, Injector<I>) - Method in interface org.jboss.as.controller.CapabilityServiceBuilder
Deprecated.
Use CapabilityServiceBuilder.requiresCapability(String, Class, String...) instead. This method will be removed in a future release.
addCapabilityRequirement(String, Class<I>, Injector<I>, String...) - Method in interface org.jboss.as.controller.CapabilityServiceBuilder
Deprecated.
Use CapabilityServiceBuilder.requiresCapability(String, Class, String...) instead. This method will be removed in a future release.
addCapabilityRequirements(OperationContext, Resource, String, String...) - Method in interface org.jboss.as.controller.CapabilityReferenceRecorder
Registers capability requirement information to the given context.
addCapabilityRequirements(OperationContext, Resource, String, String...) - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ContextDependencyRecorder
Registers capability requirement information to the given context.
addCapabilityRequirements(OperationContext, Resource, String, String...) - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder
 
addCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Based on the given attribute value, add capability requirements.
addCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
addCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.ObjectMapAttributeDefinition
 
addCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
addCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition
 
addCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
addCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.SimpleMapAttributeDefinition
 
addCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.StringListAttributeDefinition
 
addChild(PersistentResourceXMLDescription) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
addChild(PersistentResourceXMLDescription.PersistentResourceXMLBuilder) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
addChildBuilder(TransformationDescriptionBuilder) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add an already created TransformationDescriptionBuilder as a child of this builder.
addChildOperation(ParsedBootOp) - Method in class org.jboss.as.controller.ParsedBootOp
 
addChildOperation(PathAddress, List<ModelNode>, ModelNode) - Method in class org.jboss.as.controller.operations.global.ReadConfigAsFeaturesOperationHandler
 
addChildRedirection(PathElement, PathElement) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add a child resource, where all operations will get redirected to the legacy address.
addChildRedirection(PathElement, PathElement, DynamicDiscardPolicy) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add a child resource, where all operations will get redirected to the legacy address.
addChildRedirection(PathElement, PathAddressTransformer) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add a child resource, where all operation will get redirected to a different address defined by the path transformation.
addChildRedirection(PathElement, PathAddressTransformer, DynamicDiscardPolicy) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add a child resource, where all operation will get redirected to a different address defined by the path transformation.
addChildResource(PathElement) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add a child resource to this builder.
addChildResource(PathElement, DynamicDiscardPolicy) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add a child resource to this builder.
addChildResource(ResourceDefinition) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add a child resource to this builder.
addChildResource(ResourceDefinition, DynamicDiscardPolicy) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add a child resource to this builder.
addConfigurationChanges(ConfigurationChangesCollector.ConfigurationChange) - Method in interface org.jboss.as.controller.ConfigurationChangesCollector
 
addConfigurationChanges(ConfigurationChangesCollector.ConfigurationChange) - Method in class org.jboss.as.controller.ConfigurationChangesCollector.ConfigurationChangesCollectorImpl
 
addDeprecatedInfo(ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Adds attribute deprecation information, if relevant, to the given attribute description node
ADDED - org.jboss.as.controller.services.path.PathManager.Event
A path entry was added
addExtension(String, XMLMapper) - Method in class org.jboss.as.controller.parsing.DeferredExtensionContext
 
addFlag(AttributeAccess.Flag) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Adds a special purpose flag that is relevant to the attribute
addFormatter(AuditLogItemFormatter) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Add a formatter
addFormatter(AuditLogItemFormatter) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
addHandler(AuditLogHandler) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger.AuditLogHandlerUpdater
Adds a new handler, this handler will be used when logging the current operation
addHandler(AuditLogHandler) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
addHandlerReference(PathAddress) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger.AuditLogHandlerUpdater
Add a handler reference.
addHandlerReference(PathAddress) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
addHardcodedAbsolutePath(ServiceTarget, String, String) - Method in class org.jboss.as.controller.services.path.PathManagerService
Add a PathEntry and install a Service<String> for one of the standard read-only paths that are determined from this process' environment.
addIncorporatingCapabilities(Set<RuntimeCapability>) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Adds incorporating capabilities to any that have already been set.
additionalOperations(PathAddress, ModelNode, List<ModelNode>) - Method in interface org.jboss.as.controller.PersistentResourceXMLDescription.AdditionalOperationsGenerator
Generates any additional operations required by the resource
addListener(AsyncFuture.Listener<? super T, A>, A) - Method in class org.jboss.as.controller.remote.CompletedFuture
 
addMetric(AttributeDefinition, OperationStepHandler) - Method in interface org.jboss.as.controller.ResourceBuilder
 
addMetrics(OperationStepHandler, AttributeDefinition...) - Method in interface org.jboss.as.controller.ResourceBuilder
 
addModelStep(OperationDefinition, OperationStepHandler, boolean) - Method in interface org.jboss.as.controller.OperationContext
Add a OperationContext.Stage.MODEL execution step to this operation process, including descriptive information for the operation.
addModelStep(ModelNode, ModelNode, OperationDefinition, OperationStepHandler, boolean) - Method in interface org.jboss.as.controller.OperationContext
Add a OperationContext.Stage.MODEL execution step to this operation process, including descriptive information for the operation.
AddNameFromAddressResourceTransformer - Class in org.jboss.as.controller.transform
ResourceTransformer that takes the value in the last element of the given address and stores it in a model attribute named name.
addOperation(OperationDefinition, OperationStepHandler) - Method in interface org.jboss.as.controller.ResourceBuilder
 
addOperation(OperationDefinition, OperationStepHandler, boolean) - Method in interface org.jboss.as.controller.ResourceBuilder
 
addOperationParameterDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Creates a returns a basic model node describing a parameter that sets this attribute, after attaching it to the given overall operation description model node.
addOperationParameterDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.ListAttributeDefinition
 
addOperationParameterDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.MapAttributeDefinition
 
addOperationParameterDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
addOperationParameterDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
addOperationParameterDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
addOperationParameterDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.AttributeDefinition
Creates a returns a basic model node describing a parameter that sets this attribute, after attaching it to the given overall operation description model node.
addOperationParameterDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ListAttributeDefinition
 
addOperationParameterDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.MapAttributeDefinition
 
addOperationParameterDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
addOperationParameterValueTypeDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ListAttributeDefinition
 
addOperationParameterValueTypeDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.MapAttributeDefinition
 
addOperationParameterValueTypeDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
addOperationParameterValueTypeDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ObjectMapAttributeDefinition
 
addOperationParameterValueTypeDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition
 
addOperationParameterValueTypeDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.PropertiesAttributeDefinition
 
addOperationParameterValueTypeDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
addOperationParameterValueTypeDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.SimpleMapAttributeDefinition
 
addOperationReplyDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Creates a returns a basic model node describing a parameter that sets this attribute, after attaching it to the given overall operation description model node.
addOperationReplyDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.AttributeDefinition
Creates a returns a basic model node describing a parameter that sets this attribute, after attaching it to the given overall operation description model node.
addOperationReplyDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ListAttributeDefinition
 
addOperationReplyDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.MapAttributeDefinition
 
addOperationReplyDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
addOperationReplyValueTypeDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ListAttributeDefinition
 
addOperationTransformationOverride(String) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add an operation transformation entry for a given operation.
addOrderedChildResourceTypes(PathAddress, Resource) - Method in class org.jboss.as.controller.operations.common.OrderedChildTypesAttachment
If the resource has ordered child types, those child types will be stored in the attachment.
addParameter(AttributeDefinition) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
addParsedOp(ParsedBootOp, ExtensionAddHandler) - Method in class org.jboss.as.controller.extension.ParallelExtensionAddHandler
 
addPathManagerResources(Resource) - Method in class org.jboss.as.controller.services.path.PathManagerService
Add child resources to the given resource, one for each PathEntry currently associated with this path manager.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jboss.as.controller.ControlledProcessStateService
Registers a listener for changes to the process state.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jboss.as.controller.ProcessStateNotifier
Register a listener for changes in the current state.
ADDR_PARAMS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ADDR_PARAMS_MAPPING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
addRawOperationTransformationOverride(String, OperationTransformer) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Add an operation transformer.
addReadOnlyAttribute(AttributeDefinition) - Method in interface org.jboss.as.controller.ResourceBuilder
 
addReadWriteAttribute(AttributeDefinition, OperationStepHandler, OperationStepHandler) - Method in interface org.jboss.as.controller.ResourceBuilder
 
addReadWriteAttributes(OperationStepHandler, OperationStepHandler, AttributeDefinition...) - Method in interface org.jboss.as.controller.ResourceBuilder
 
addRegistrationPoint(RegistrationPoint) - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
 
addRegistrationPoint(RegistrationPoint) - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
 
addReject(PathAddress) - Method in class org.jboss.as.controller.operations.PathAddressFilter
 
addRejectCheck(RejectAttributeChecker, String...) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Adds a RejectAttributeChecker.
addRejectCheck(RejectAttributeChecker, AttributeDefinition...) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Adds a RejectAttributeChecker.
addRejectChecks(List<RejectAttributeChecker>, String...) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Adds a list of RejectAttributeCheckers.
addRejectChecks(List<RejectAttributeChecker>, AttributeDefinition...) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Adds a list of RejectAttributeCheckers.
addRename(String, String) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Rename an attribute.
addRename(AttributeDefinition, String) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Rename an attribute.
addRenames(Map<String, String>) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Rename attributes.
addReport(ModelNode) - Method in interface org.jboss.as.controller.operations.global.ReportAttacher
 
addRequirement(String, Function<PathAddress, String[]>, String, Function<PathAddress, String[]>) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Add a required capability at the resource level, using the resource registration address and the nameMappers to resolve the required and dependant capabilities.
addRequirements(String...) - Method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
Adds the names of other capabilities that this capability requires.
addResolverExtension(ExpressionResolverExtension) - Method in interface org.jboss.as.controller.extension.ResolverExtensionRegistry
Adds an extension to the set used by the ExpressionResolver.
addResource(PathAddress, int, Resource) - Method in interface org.jboss.as.controller.OperationContext
Add a new resource, at to the executed operation address.
addResource(PathAddress, Resource) - Method in interface org.jboss.as.controller.OperationContext
Add a new resource, at the executed operation address.
addResourceAttributeDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Creates a returns a basic model node describing the attribute, after attaching it to the given overall resource description model node.
addResourceAttributeDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.ListAttributeDefinition
 
addResourceAttributeDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.MapAttributeDefinition
 
addResourceAttributeDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
addResourceAttributeDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
addResourceAttributeDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition
 
addResourceAttributeDescription(ResourceBundle, String, ModelNode) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
addResourceAttributeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.AttributeDefinition
Creates a returns a basic model node describing the attribute, after attaching it to the given overall resource description model node.
addResourceAttributeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ListAttributeDefinition
 
addResourceAttributeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.MapAttributeDefinition
 
addResourceAttributeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
addResourceProvider(String, ResourceProvider, Resource) - Static method in class org.jboss.as.controller.registry.ResourceProvider.Tool
 
addResponseWarning(Level, String) - Method in interface org.jboss.as.controller.OperationContext
Add a warning to response.
addResponseWarning(Level, ModelNode) - Method in interface org.jboss.as.controller.OperationContext
address - Variable in class org.jboss.as.controller.operations.validation.MaskedAddressValidator.ParsedResult
 
address - Variable in class org.jboss.as.controller.ParsedBootOp
 
ADDRESS - org.jboss.as.controller.access.Action.ActionEffect
"Address" a resource, thus confirming the address is valid.
ADDRESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
addRoleMapping(String) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
Adds a new role to the list of defined roles.
addRoleMappingImmediate(String) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
addRoleMappingPrincipal(String, AuthorizerConfiguration.PrincipalType, WritableAuthorizerConfiguration.MatchType, String, String, boolean) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
addScopedRole(AuthorizerConfiguration.ScopedRole) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
addSensitivity(SensitivityClassification) - Method in class org.jboss.as.controller.access.constraint.SensitiveTargetConstraint.Factory
Stores a sensitivity classification for use in constraints.
addService(String, String, String, ServiceTarget) - Static method in class org.jboss.as.controller.services.path.RelativePathService
 
addService(String, String, ServiceTarget) - Static method in class org.jboss.as.controller.services.path.AbsolutePathService
 
addService(ServiceName, String, boolean, String, ServiceTarget) - Static method in class org.jboss.as.controller.services.path.RelativePathService
Installs a path service.
addService(ServiceName, String, String, ServiceTarget) - Static method in class org.jboss.as.controller.services.path.RelativePathService
 
addService(ServiceName, String, ServiceTarget) - Static method in class org.jboss.as.controller.services.path.AbsolutePathService
 
addService(ServiceName, ModelNode, ServiceTarget) - Static method in class org.jboss.as.controller.services.path.AbsolutePathService
 
addService(ServiceName, ModelNode, ServiceTarget) - Static method in class org.jboss.as.controller.services.path.RelativePathService
 
addService(ServiceTarget, ControlledProcessState) - Static method in class org.jboss.as.controller.ControlledProcessStateService
 
addStep(OperationStepHandler, OperationContext.Stage) - Method in interface org.jboss.as.controller.OperationContext
Add an execution step to this operation process.
addStep(OperationStepHandler, OperationContext.Stage, boolean) - Method in interface org.jboss.as.controller.OperationContext
Add an execution step to this operation process.
addStep(ModelNode, OperationStepHandler, OperationContext.Stage) - Method in interface org.jboss.as.controller.OperationContext
Add an execution step to this operation process, writing any output to the response object associated with the current step.
addStep(ModelNode, OperationStepHandler, OperationContext.Stage, boolean) - Method in interface org.jboss.as.controller.OperationContext
Add an execution step to this operation process, writing any output to the response object associated with the current step.
addStep(ModelNode, ModelNode, OperationStepHandler, OperationContext.Stage) - Method in interface org.jboss.as.controller.OperationContext
Add an execution step to this operation process.
addStep(ModelNode, ModelNode, OperationStepHandler, OperationContext.Stage, boolean) - Method in interface org.jboss.as.controller.OperationContext
Add an execution step to this operation process.
addSubsystemVersion(String, int, int) - Method in interface org.jboss.as.controller.transform.TransformationTarget
Add version information for a subsystem.
addSubsystemVersion(String, int, int) - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
addSubsystemVersion(String, ModelVersion) - Method in interface org.jboss.as.controller.transform.TransformationTarget
Add version information for a subsystem.
addSubsystemVersion(String, ModelVersion) - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
addToExistingModel(ModelNode) - Method in class org.jboss.as.controller.ModelVersion
 
addTransformedRecursiveResource(PathAddress, Resource) - Method in interface org.jboss.as.controller.transform.ResourceTransformationContext
Add a resource recursively including it's children.
addTransformedResource(PathAddress, Resource) - Method in interface org.jboss.as.controller.transform.ResourceTransformationContext
Add a resource.
addTransformedResourceFromRoot(PathAddress, Resource) - Method in interface org.jboss.as.controller.transform.ResourceTransformationContext
Add a resource from the root of the model.
addUnderlyingPermission(String, ManagementPermission) - Method in class org.jboss.as.controller.access.permission.CombinationManagementPermission
Adds a permission.
addValueTypeDescription(ModelNode) - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition
 
addValueTypeDescription(ModelNode, String, ResourceBundle) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
addValueTypeDescription(ModelNode, String, ResourceBundle, boolean, ResourceDescriptionResolver, Locale) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
addValueTypeDescription(ModelNode, String, ResourceBundle, boolean, ResourceDescriptionResolver, Locale) - Method in class org.jboss.as.controller.ObjectMapAttributeDefinition
 
addValueTypeDescription(ModelNode, String, ResourceBundle, boolean, ResourceDescriptionResolver, Locale) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
addValueTypeDescription(ModelNode, ResourceBundle) - Method in class org.jboss.as.controller.ListAttributeDefinition
 
addValueTypeDescription(ModelNode, ResourceBundle) - Method in class org.jboss.as.controller.MapAttributeDefinition
 
addValueTypeDescription(ModelNode, ResourceBundle) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
addValueTypeDescription(ModelNode, ResourceBundle) - Method in class org.jboss.as.controller.ObjectMapAttributeDefinition
 
addValueTypeDescription(ModelNode, ResourceBundle) - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition
 
addValueTypeDescription(ModelNode, ResourceBundle) - Method in class org.jboss.as.controller.PropertiesAttributeDefinition
 
addValueTypeDescription(ModelNode, ResourceBundle) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
addValueTypeDescription(ModelNode, ResourceBundle) - Method in class org.jboss.as.controller.SimpleMapAttributeDefinition
 
addVerifyInstallationStep(OperationContext, List<ServiceName>) - Method in class org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
 
ADMIN_ONLY - org.jboss.as.controller.RunningMode
The server has only started services necessary to accept and handle administrative requests.
ADMIN_ONLY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ADMIN_ONLY - Static variable in class org.jboss.as.controller.operations.common.ProcessReloadHandler
 
ADMIN_ONLY_POLICY - org.jboss.as.controller.parsing.Attribute
 
ADMIN_ONLY_POLICY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ADMINISTRATOR - org.jboss.as.controller.access.rbac.StandardRole
 
adminOnlyPolicyDeprecatedValue() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
adminOnlyPolicyDeprecatedValue() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
adminOnlyPolicyDeprecatedValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ADVANCED_FILTER - org.jboss.as.controller.parsing.Element
 
ADVANCED_FILTER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
AGENT_LIB - org.jboss.as.controller.parsing.Element
 
AGENT_PATH - org.jboss.as.controller.parsing.Element
 
ALIAS - org.jboss.as.controller.parsing.Attribute
 
ALIAS - org.jboss.as.controller.registry.AttributeAccess.Flag
The attribute is an alias to something else
ALIAS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ALIAS - Static variable in class org.jboss.as.controller.security.CredentialReference
Name of a field in the complex credential reference attribute.
aliasAlreadyRegistered(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
aliasAlreadyRegistered(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
aliasAlreadyRegistered$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
AliasEntry - Class in org.jboss.as.controller.registry
 
AliasEntry(ManagementResourceRegistration) - Constructor for class org.jboss.as.controller.registry.AliasEntry
 
AliasEntry.AliasContext - Class in org.jboss.as.controller.registry
A wrapper around OperationContext for the requested alias address, allowing extra contextual information when converting alias addresses.
AliasOperationTransformer - Class in org.jboss.as.controller.transform
Deprecated.
AliasOperationTransformer(AliasOperationTransformer.AddressTransformer) - Constructor for class org.jboss.as.controller.transform.AliasOperationTransformer
Deprecated.
 
AliasOperationTransformer.AddressTransformer - Interface in org.jboss.as.controller.transform
Deprecated.
 
AliasStepHandler - Class in org.jboss.as.controller.registry
A handler that simply maps an alias onto a target part of the model.
aliasStepHandlerOperationNotFound(String, PathAddress, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
aliasStepHandlerOperationNotFound(String, PathAddress, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
aliasStepHandlerOperationNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
aliasTargetResourceRegistrationNotFound(PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
aliasTargetResourceRegistrationNotFound(PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
aliasTargetResourceRegistrationNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ALL - Static variable in interface org.jboss.as.controller.notification.NotificationFilter
 
ALL - Static variable in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
 
ALL_BUT_RUNTIME_AND_PROXIES_FILTER - Static variable in class org.jboss.as.controller.registry.Resource.Tools
A ResourceFilter that returns false for runtime and proxy resources.
ALL_DEFAULTS - Static variable in interface org.jboss.as.controller.transform.TransformerEntry
 
ALL_NAMESPACES - Static variable in enum org.jboss.as.controller.parsing.Namespace
 
ALL_ROLE_NAMES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ALL_SERVICES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ALLOW_EMPTY_PASSWORDS - org.jboss.as.controller.parsing.Attribute
 
ALLOW_EMPTY_PASSWORDS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ALLOW_RESOURCE_SERVICE_RESTART - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
AllowAllowNotConstraint - Class in org.jboss.as.controller.access.constraint
A constraint meant for use in situations where the Action or Target "is" or "is not" something and the user "allows" or "allowsNot".
AllowAllowNotConstraint(boolean) - Constructor for class org.jboss.as.controller.access.constraint.AllowAllowNotConstraint
 
AllowAllowNotConstraint(boolean, boolean) - Constructor for class org.jboss.as.controller.access.constraint.AllowAllowNotConstraint
 
ALLOWED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ALLOWED_ORIGINS - org.jboss.as.controller.parsing.Attribute
 
ALLOWED_ORIGINS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ALLOWED_ORIGINS - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
ALLOWED_USERS - org.jboss.as.controller.parsing.Attribute
 
AllowedValuesValidator - Interface in org.jboss.as.controller.operations.validation
A validator that requires that values match one of the items in a defined list.
allowReturnNull() - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
AllPermissionsCollection - Class in org.jboss.as.controller.access.permission
PermissionCollection that implies all permissions.
alreadyDeclared(String, String, String, String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
alreadyDeclared(String, String, String, String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the value has already been declared.
alreadyDeclared(String, String, String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
alreadyDeclared(String, String, String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the value has already been declared.
alreadyDeclared4$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
alreadyDeclared5$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
alreadyDefined(String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
alreadyDefined(String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the name is already defined.
alreadyDefined$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
alreadyDefinedAttribute(String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
alreadyDefinedAttribute(String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
alreadyDefinedAttribute$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
alreadyRegistered(String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
alreadyRegistered(String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the type with the name is already registered at the location.
alreadyRegistered$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ALTERNATIVES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ALWAYS - Static variable in interface org.jboss.as.controller.transform.description.DiscardAttributeChecker
A standard checker which will discard the attribute always.
ALWAYS_SEND_CLIENT_CERT - org.jboss.as.controller.parsing.Attribute
 
ambiguousConfigurationFiles(String, File, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ambiguousConfigurationFiles(String, File, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an ambiguous file name was found as there are multiple files ending in the suffix were found in the directory.
ambiguousConfigurationFiles$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ambiguousName(String, String, Collection<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ambiguousName(String, String, Collection<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an ambiguous name, represented by the prefix parameter, was found in the directory, represented by the dir parameter.
ambiguousName$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
AND - org.jboss.as.controller.operations.global.QueryOperationHandler.Operator
 
andNMore(int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
andNMore(int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating that there are more services than would be practical to display
andNMore$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ANNOTATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ANY - org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria.Version
 
ANY - org.jboss.as.controller.parsing.Element
 
ANY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ANY - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
ANY_ADDRESS - org.jboss.as.controller.parsing.Element
 
ANY_ADDRESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ANY_ADDRESS - Static variable in interface org.jboss.as.controller.notification.NotificationHandlerRegistry
Special path address to register a notification handler for any source.
ANY_ADDRESS - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
ANY_IPV4_ADDRESS - org.jboss.as.controller.parsing.Element
 
ANY_IPV4_ADDRESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ANY_IPV6_ADDRESS - org.jboss.as.controller.parsing.Element
 
ANY_IPV6_ADDRESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ANY_OPTIONAL - Static variable in class org.jboss.as.controller.operations.validation.TimeUnitValidator
TimeUnitValidator where any TimeUnit is valid, as is an undefined value
ANY_REQUIRED - Static variable in class org.jboss.as.controller.operations.validation.TimeUnitValidator
TimeUnitValidator where any TimeUnit is valid, but an undefined value is not
AnyInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given network interface and address satisfy any of a contained set of InterfaceCriteria.
AnyInterfaceCriteria(Set<InterfaceCriteria>) - Constructor for class org.jboss.as.controller.interfaces.AnyInterfaceCriteria
Creates a new AnyInterfaceCriteria
APP_NAME - org.jboss.as.controller.parsing.Attribute
 
APP_NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
APPCLIENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
append(String) - Method in class org.jboss.as.controller.PathAddress
 
append(String, String) - Method in class org.jboss.as.controller.PathAddress
 
append(List<PathElement>) - Method in class org.jboss.as.controller.PathAddress
Create a new path address by appending more elements to the end of this address.
append(PathAddress) - Method in class org.jboss.as.controller.PathAddress
Create a new path address by appending more elements to the end of this address.
append(PathElement...) - Method in class org.jboss.as.controller.PathAddress
Create a new path address by appending more elements to the end of this address.
appendDate(StringBuilder, AuditLogItem) - Method in class org.jboss.as.controller.audit.AuditLogItemFormatter
 
APPLICATION - org.jboss.as.controller.parsing.Attribute
 
APPLICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
APPLICATION_CLASSIFICATION - org.jboss.as.controller.parsing.Element
 
APPLICATION_CLASSIFICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
APPLICATION_CLASSIFICATIONS - org.jboss.as.controller.parsing.Element
 
APPLICATION_CLIENT - org.jboss.as.controller.ProcessType
 
ApplicationTypeAccessConstraintDefinition - Class in org.jboss.as.controller.access.management
ApplicationTypeAccessConstraintDefinition(ApplicationTypeConfig) - Constructor for class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
ApplicationTypeConfig - Class in org.jboss.as.controller.access.constraint
Classification to apply to resources, attributes or operation to allow configuration of whether they are related to "applications".
ApplicationTypeConfig(String, String) - Constructor for class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
ApplicationTypeConfig(String, String, boolean) - Constructor for class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
ApplicationTypeConstraint - Class in org.jboss.as.controller.access.constraint
 
ApplicationTypeConstraint.Factory - Class in org.jboss.as.controller.access.constraint
 
APPLIES_TO - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
apply(PersistentResourceXMLDescription) - Method in class org.jboss.as.controller.PersistentResourceXMLParser
 
APPLY_REMOTE_DOMAIN_MODEL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
applyChanges() - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger.AuditLogHandlerUpdater
Apply the changes.
applyChanges() - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
applyCredentialReferenceUpdateToRuntime(OperationContext, ModelNode, ModelNode, ModelNode, String) - Static method in class org.jboss.as.controller.security.CredentialReference
 
applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, AbstractWriteAttributeHandler.HandbackHolder<Void>) - Method in class org.jboss.as.controller.ModelOnlyWriteAttributeHandler
 
applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, AbstractWriteAttributeHandler.HandbackHolder<Void>) - Method in class org.jboss.as.controller.ReloadRequiredWriteAttributeHandler
 
applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, AbstractWriteAttributeHandler.HandbackHolder<Void>) - Method in class org.jboss.as.controller.security.CredentialReferenceWriteAttributeHandler
 
applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, AbstractWriteAttributeHandler.HandbackHolder<ModelNode>) - Method in class org.jboss.as.controller.RestartParentWriteAttributeHandler
 
applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, AbstractWriteAttributeHandler.HandbackHolder<T>) - Method in class org.jboss.as.controller.AbstractWriteAttributeHandler
Hook to allow subclasses to make runtime changes to effect the attribute value change.
ARCH - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
ARCHIVE - org.jboss.as.controller.parsing.Attribute
 
ARCHIVE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
argYaml() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
argYaml() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Instructions for the YamlConfigurationExtension#YAML_CONFIG command line argument.
argYaml$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
AS_VERSION - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
asModel() - Method in class org.jboss.as.controller.ConfigurationChangesCollector.ConfigurationChange
 
ASSIGN_GROUPS - org.jboss.as.controller.parsing.Attribute
 
asString(ModelNode) - Method in class org.jboss.as.controller.DefaultAttributeMarshaller
 
asStringIfDefined(OperationContext, AttributeDefinition, ModelNode) - Method in class org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
 
asyncCancel(boolean) - Method in class org.jboss.as.controller.remote.CompletedFuture
 
attach(CapabilityResolutionContext.AttachmentKey<V>, V) - Method in class org.jboss.as.controller.capability.registry.CapabilityResolutionContext
Attaches an arbitrary object to this context.
attach(OperationContext.AttachmentKey<T>, T) - Method in interface org.jboss.as.controller.OperationContext
Attaches an arbitrary object to this context.
attach(OperationContext.AttachmentKey<T>, T) - Method in interface org.jboss.as.controller.transform.TransformationContext
Attaches an arbitrary object to this context.
attach(OperationContext.AttachmentKey<V>, V) - Method in class org.jboss.as.controller.transform.ContextAttachments
 
attach(OperationContext.AttachmentKey<V>, V) - Method in class org.jboss.as.controller.transform.TransformerOperationAttachment
 
ATTACHED_STREAMS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
attachIfAbsent(CapabilityResolutionContext.AttachmentKey<V>, V) - Method in class org.jboss.as.controller.capability.registry.CapabilityResolutionContext
Attaches an arbitrary object to this context only if the object was not already attached.
attachIfAbsent(OperationContext.AttachmentKey<T>, T) - Method in interface org.jboss.as.controller.OperationContext
Attaches an arbitrary object to this context only if the object was not already attached.
attachIfAbsent(OperationContext.AttachmentKey<T>, T) - Method in interface org.jboss.as.controller.transform.TransformationContext
Attaches an arbitrary object to this context only if the object was not already attached.
attachIfAbsent(OperationContext.AttachmentKey<V>, V) - Method in class org.jboss.as.controller.transform.ContextAttachments
 
attachIfAbsent(OperationContext.AttachmentKey<V>, V) - Method in class org.jboss.as.controller.transform.TransformerOperationAttachment
 
ATTACHMENT_KEY - Static variable in interface org.jboss.as.controller.remote.EarlyResponseSendListener
Key under which a listener would be attached to an operation context if notification that it's safe
attachResult(OperationContext) - Method in class org.jboss.as.controller.operations.global.ReportAttacher.AbstractReportAttacher
 
attachResult(OperationContext) - Method in interface org.jboss.as.controller.operations.global.ReportAttacher
 
attachResultStream(String, InputStream) - Method in interface org.jboss.as.controller.OperationContext
Attach a stream to be included as part of the response.
attachResultStream(String, String, InputStream) - Method in interface org.jboss.as.controller.OperationContext
Attach a stream to be included as part of the response, with a predetermined UUID.
attemptingReconnectToSyslog(String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attemptingReconnectToSyslog(String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attemptingReconnectToSyslog$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attemptToBothAddAndRemoveAndHandlerFromCompositeOperation() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attemptToBothAddAndRemoveAndHandlerFromCompositeOperation() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attemptToBothAddAndRemoveAndHandlerFromCompositeOperation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attemptToBothRemoveAndAddHandlerReferenceFromCompositeOperation() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attemptToBothRemoveAndAddHandlerReferenceFromCompositeOperation() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attemptToBothRemoveAndAddHandlerReferenceFromCompositeOperation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attemptToBothRemoveAndAddHandlerUpdateInstead() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attemptToBothRemoveAndAddHandlerUpdateInstead() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attemptToBothRemoveAndAddHandlerUpdateInstead$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attemptToBothUpdateAndRemoveHandlerFromCompositeOperation() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attemptToBothUpdateAndRemoveHandlerFromCompositeOperation() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attemptToBothUpdateAndRemoveHandlerFromCompositeOperation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
Attribute - Enum in org.jboss.as.controller.parsing
An enumeration of all the recognized core configuration XML attributes, by local name.
ATTRIBUTE - org.jboss.as.controller.parsing.Attribute
 
ATTRIBUTE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ATTRIBUTE_GROUP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ATTRIBUTE_OBJECT - Static variable in class org.jboss.as.controller.AttributeMarshaller
Marshaller for ObjectTypeAttributeDefinition.
ATTRIBUTE_VALUE_WRITTEN_NOTIFICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
AttributeAccess - Class in org.jboss.as.controller.registry
Information about handling an attribute in a sub-model.
AttributeAccess.AccessType - Enum in org.jboss.as.controller.registry
Indicates how an attributed is accessed.
AttributeAccess.Flag - Enum in org.jboss.as.controller.registry
Flags to indicate special characteristics of an attribute
AttributeAccess.Storage - Enum in org.jboss.as.controller.registry
Indicates whether an attribute is derived from the persistent configuration or is a purely runtime attribute.
AttributeConverter - Interface in org.jboss.as.controller.transform.description
Used to convert an individual attribute/operation parameter value during transformation.
AttributeConverter.DefaultAttributeConverter - Class in org.jboss.as.controller.transform.description
A default implementation of AttributeConverter
AttributeConverter.Factory - Class in org.jboss.as.controller.transform.description
Factory for common types of AttributeConverters
AttributeDefinition - Class in org.jboss.as.controller
Defining characteristics of an attribute in a Resource or a parameter or reply value type field in an OperationDefinition, with utility methods for validation.
AttributeDefinition(AbstractAttributeDefinitionBuilder<?, ?>) - Constructor for class org.jboss.as.controller.AttributeDefinition
 
AttributeDefinition.NameAndGroup - Class in org.jboss.as.controller
Simple Comparable that encapsulates the name of an attribute and any attribute group, ordering first one group (null group first) and then one attribute name.
attributeDeprecated(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeDeprecated(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributeDeprecated$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
AttributeElementMarshaller() - Constructor for class org.jboss.as.controller.AttributeMarshaller.AttributeElementMarshaller
 
AttributeElementParser() - Constructor for class org.jboss.as.controller.AttributeParsers.AttributeElementParser
 
AttributeElementParser(String) - Constructor for class org.jboss.as.controller.AttributeParsers.AttributeElementParser
 
attributeExpressionDeprecated(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeExpressionDeprecated(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributeExpressionDeprecated$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeIsWrongType(String, ModelType, ModelType) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeIsWrongType(String, ModelType, ModelType) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributeIsWrongType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
AttributeMarshaller - Class in org.jboss.as.controller
 
AttributeMarshaller() - Constructor for class org.jboss.as.controller.AttributeMarshaller
 
AttributeMarshaller.AttributeElementMarshaller - Class in org.jboss.as.controller
Version of marshaller that by default marshalls to element
AttributeMarshallers - Interface in org.jboss.as.controller
 
AttributeMarshallers.MapAttributeMarshaller - Class in org.jboss.as.controller
 
AttributeMarshallers.NamedStringListMarshaller - Class in org.jboss.as.controller
 
AttributeMarshallers.ObjectMapAttributeMarshaller - Class in org.jboss.as.controller
 
AttributeMarshallers.PropertiesAttributeMarshaller - Class in org.jboss.as.controller
 
AttributeMarshallers.SimpleListAttributeMarshaller - Class in org.jboss.as.controller
 
attributeNames(Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeNames(Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
The attribute name list fragment to include in the transformation logging messages
attributeNames$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeNotWritable(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeNotWritable(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the attribute, represented by the attributeName parameter, is not writable.
attributeNotWritable$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
AttributeParser - Class in org.jboss.as.controller
 
AttributeParser() - Constructor for class org.jboss.as.controller.AttributeParser
 
AttributeParser.DiscardOldDefaultValueParser - Class in org.jboss.as.controller
 
AttributeParsers - Interface in org.jboss.as.controller
 
AttributeParsers.AttributeElementParser - Class in org.jboss.as.controller
 
AttributeParsers.MapParser - Class in org.jboss.as.controller
 
AttributeParsers.NamedStringListParser - Class in org.jboss.as.controller
 
AttributeParsers.ObjectMapParser - Class in org.jboss.as.controller
 
AttributeParsers.ObjectParser - Class in org.jboss.as.controller
 
AttributeParsers.PropertiesParser - Class in org.jboss.as.controller
 
AttributeParsers.UnWrappedObjectListParser - Class in org.jboss.as.controller
 
AttributeParsers.WrappedObjectListParser - Class in org.jboss.as.controller
 
attributes - Variable in class org.jboss.as.controller.AbstractAddStepHandler
 
attributes - Variable in class org.jboss.as.controller.AbstractAddStepHandler.Parameters
 
attributes - Variable in class org.jboss.as.controller.RestartParentResourceAddHandler
 
ATTRIBUTES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ATTRIBUTES_ONLY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
attributesAreNotUnderstoodAndMustBeIgnored() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesAreNotUnderstoodAndMustBeIgnored() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributesAreNotUnderstoodAndMustBeIgnored(Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesAreNotUnderstoodAndMustBeIgnored(Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributesAreNotUnderstoodAndMustBeIgnored0$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesAreNotUnderstoodAndMustBeIgnored1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesDoNotSupportExpressions(Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesDoNotSupportExpressions(Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributesDoNotSupportExpressions$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesDontSupportExpressions() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesDontSupportExpressions() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributesDontSupportExpressions$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesMustBeDefined(Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesMustBeDefined(Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributesMustBeDefined$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesMustBeDefinedAs(ModelNode, Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesMustBeDefinedAs(ModelNode, Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributesMustBeDefinedAs$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesMustNotBeDefinedAs(ModelNode, Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributesMustNotBeDefinedAs(ModelNode, Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributesMustNotBeDefinedAs$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
AttributeTransformationDescriptionBuilder - Interface in org.jboss.as.controller.transform.description
A builder for resource and default operation transformations.
AttributeTransformationRequirementChecker - Interface in org.jboss.as.controller.transform
Handler that OperationTransformer and ResourceTransformer implementations can accept to delegate decisions about whether a given attribute requires transformation.
AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker - Class in org.jboss.as.controller.transform
 
AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker - Class in org.jboss.as.controller.transform
 
attributeUnresolvableUsingSimpleResolution(String, String, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeUnresolvableUsingSimpleResolution(String, String, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributeUnresolvableUsingSimpleResolution$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
AttributeValueDiscardApprover(String, ModelNode, boolean) - Constructor for class org.jboss.as.controller.transform.DiscardAttributesTransformer.AttributeValueDiscardApprover
Creates a new transformer.
attributeValueWritten(String, ModelNode, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeValueWritten(String, ModelNode, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributeValueWritten$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeWasNotMarkedAsReloadRequired(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
attributeWasNotMarkedAsReloadRequired(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
attributeWasNotMarkedAsReloadRequired$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
AUDIT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
AUDIT_LOG - org.jboss.as.controller.parsing.Element
 
AUDIT_LOG - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
AuditConstraint - Class in org.jboss.as.controller.access.constraint
Constraint related to whether a resource, attribute or operation is related to administrative audit logging.
AuditLogAddressUtil - Class in org.jboss.as.controller.access.constraint
 
AuditLogAddressUtil() - Constructor for class org.jboss.as.controller.access.constraint.AuditLogAddressUtil
 
AuditLogger - Interface in org.jboss.as.controller.audit
 
AuditLogger.Status - Enum in org.jboss.as.controller.audit
 
AuditLogItemFormatter - Class in org.jboss.as.controller.audit
All methods on this class should be called with ManagedAuditLoggerImpl's lock taken.
AuditLogItemFormatter(String, boolean, String, String) - Constructor for class org.jboss.as.controller.audit.AuditLogItemFormatter
 
AUDITOR - org.jboss.as.controller.access.rbac.StandardRole
 
AUTHENTICATION - org.jboss.as.controller.parsing.Element
 
AUTHENTICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
AUTHENTICATION_CLIENT_REF - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
AUTHENTICATION_CLIENT_REF - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
AUTHENTICATION_CONTEXT - org.jboss.as.controller.parsing.Attribute
 
AUTHENTICATION_CONTEXT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
AUTHENTICATION_FACTORY_REF - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
AUTHENTICATION_FACTORY_REF - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
AUTHORIZATION - org.jboss.as.controller.parsing.Element
 
AUTHORIZATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
AuthorizationResult - Class in org.jboss.as.controller.access
The result of an access control decision.
AuthorizationResult(AuthorizationResult.Decision) - Constructor for class org.jboss.as.controller.access.AuthorizationResult
Creates an authorization result with no explanation.
AuthorizationResult(AuthorizationResult.Decision, ModelNode) - Constructor for class org.jboss.as.controller.access.AuthorizationResult
Creates an authorization result with an optional explanation.
AuthorizationResult.Decision - Enum in org.jboss.as.controller.access
 
authorize(ModelNode) - Method in interface org.jboss.as.controller.OperationContext
Check for authorization of the given operation.
authorize(ModelNode, String, ModelNode) - Method in interface org.jboss.as.controller.OperationContext
Check for authorization to read or modify an attribute, checking all effects of the given operation
authorize(ModelNode, String, ModelNode, Set<Action.ActionEffect>) - Method in interface org.jboss.as.controller.OperationContext
Check for authorization to read or modify an attribute, limiting the check to the given effects of the operation
authorize(ModelNode, Set<Action.ActionEffect>) - Method in interface org.jboss.as.controller.OperationContext
Check for authorization of the given effects for the given operation.
authorize(SecurityIdentity, Environment, Action, TargetAttribute) - Method in interface org.jboss.as.controller.access.Authorizer
Authorize a management operation affecting an individual attribute.
authorize(SecurityIdentity, Environment, Action, TargetAttribute) - Method in class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
authorize(SecurityIdentity, Environment, Action, TargetAttribute) - Method in class org.jboss.as.controller.access.permission.ManagementPermissionAuthorizer
 
authorize(SecurityIdentity, Environment, Action, TargetResource) - Method in interface org.jboss.as.controller.access.Authorizer
Authorize a management operation affecting an entire resource.
authorize(SecurityIdentity, Environment, Action, TargetResource) - Method in class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
authorize(SecurityIdentity, Environment, Action, TargetResource) - Method in class org.jboss.as.controller.access.permission.ManagementPermissionAuthorizer
 
authorizeAddress(OperationContext, ModelNode) - Static method in class org.jboss.as.controller.access.management.AuthorizedAddress
 
AuthorizedAddress - Class in org.jboss.as.controller.access.management
 
authorizeJmxOperation(SecurityIdentity, Environment, JmxAction, JmxTarget) - Method in interface org.jboss.as.controller.access.Authorizer
Authorize a JMX operation.
authorizeJmxOperation(SecurityIdentity, Environment, JmxAction, JmxTarget) - Method in class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
authorizeJmxOperation(SecurityIdentity, Environment, JmxAction, JmxTarget) - Method in class org.jboss.as.controller.access.permission.ManagementPermissionAuthorizer
 
authorizeOperation(ModelNode) - Method in interface org.jboss.as.controller.OperationContext
Check for authorization to execute an operation.
authorizer - Variable in class org.jboss.as.controller.AbstractControllerService
 
Authorizer - Interface in org.jboss.as.controller.access
Interface exposed by the enforcement point in a WildFly access control system.
AUTHORIZER_DESCRIPTION - Static variable in class org.jboss.as.controller.access.rbac.StandardRBACAuthorizer
 
Authorizer.AuthorizerDescription - Interface in org.jboss.as.controller.access
Description of standard information about the custom authorizer.
AuthorizerConfiguration - Interface in org.jboss.as.controller.access
Encapsulates the current configuration of all aspects of the access control system that are available to Authorizer implementations.
AuthorizerConfiguration.MappingPrincipal - Interface in org.jboss.as.controller.access
Encapsulates the notion of a principal used in Caller to AuthorizerConfiguration.RoleMapping mapping.
AuthorizerConfiguration.PrincipalType - Enum in org.jboss.as.controller.access
AuthorizerConfiguration.RoleMapping - Interface in org.jboss.as.controller.access
Encapsulates the notion of a role to which a caller can be mapped.
AuthorizerConfiguration.ScopedRole - Class in org.jboss.as.controller.access
Encapsulates configuration information for a scoped role.
AuthorizerConfiguration.ScopedRoleListener - Interface in org.jboss.as.controller.access
Listener for changes to the configured scoped roles.
authorizeResource(boolean, boolean) - Method in interface org.jboss.as.controller.OperationContext
Check for authorization for the resource associated with the currently executing operation step and, optionally, its individual attributes
AUTO_START - org.jboss.as.controller.parsing.Attribute
 
AUTO_START - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
AVAILABLE_PROCESSORS - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
await() - Method in class org.jboss.as.controller.remote.CompletedFuture
 
await(long, TimeUnit) - Method in class org.jboss.as.controller.remote.CompletedFuture
 
AWAITING_OTHER_OPERATION - org.jboss.as.controller.OperationContext.ExecutionStatus
 
AWAITING_STABILITY - org.jboss.as.controller.OperationContext.ExecutionStatus
 
awaitUninterruptibly() - Method in class org.jboss.as.controller.remote.CompletedFuture
 
awaitUninterruptibly() - Method in class org.jboss.as.controller.UninterruptibleCountDownLatch
Behaves the same way as CountDownLatch.await() except it never throws InterruptedException.
awaitUninterruptibly(long, TimeUnit) - Method in class org.jboss.as.controller.remote.CompletedFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class org.jboss.as.controller.UninterruptibleCountDownLatch
Behaves the same way as CountDownLatch.await(long,TimeUnit) except it never throws InterruptedException.

B

BackupXmlConfigurationPersister - Class in org.jboss.as.controller.persistence
An XML configuration persister which backs up the old file before overwriting it.
BackupXmlConfigurationPersister(ConfigurationFile, QName, XMLElementReader<List<ModelNode>>, XMLElementWriter<ModelMarshallingContext>, boolean) - Constructor for class org.jboss.as.controller.persistence.BackupXmlConfigurationPersister
Construct a new instance.
BackupXmlConfigurationPersister(ConfigurationFile, QName, XMLElementReader<List<ModelNode>>, XMLElementWriter<ModelMarshallingContext>, boolean, boolean) - Constructor for class org.jboss.as.controller.persistence.BackupXmlConfigurationPersister
Construct a new instance.
badUriSyntax(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
badUriSyntax(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
badUriSyntax$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
BASE_DN - org.jboss.as.controller.parsing.Attribute
 
BASE_DN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
BASE_ROLE - org.jboss.as.controller.parsing.Attribute
 
BASE_ROLE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
BaseAttributeTransformationDescriptionBuilder<T extends BaseAttributeTransformationDescriptionBuilder<?>> - Interface in org.jboss.as.controller.transform.description
Builder for the attribute transformer for a resource/operation.
BaseHttpInterfaceAddStepHandler - Class in org.jboss.as.controller.management
The base add handler for the HTTP Management Interface.
BaseHttpInterfaceAddStepHandler(AttributeDefinition[]) - Constructor for class org.jboss.as.controller.management.BaseHttpInterfaceAddStepHandler
 
BaseHttpInterfaceResourceDefinition - Class in org.jboss.as.controller.management
Base class for the ResourceDefinition instances to extend from.
BaseHttpInterfaceResourceDefinition(SimpleResourceDefinition.Parameters) - Constructor for class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
BaseHttpInterfaceResourceDefinition.HttpUpgradeAttributeHandler - Class in org.jboss.as.controller.management
 
BaseNativeInterfaceAddStepHandler - Class in org.jboss.as.controller.management
The base add handler for the native management interface.
BaseNativeInterfaceAddStepHandler(AttributeDefinition[]) - Constructor for class org.jboss.as.controller.management.BaseNativeInterfaceAddStepHandler
 
BaseNativeInterfaceResourceDefinition - Class in org.jboss.as.controller.management
Base class for the ResourceDefinition instances to extend from.
BaseNativeInterfaceResourceDefinition(SimpleResourceDefinition.Parameters) - Constructor for class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
BasicPathAddressTransformer(PathElement) - Constructor for class org.jboss.as.controller.transform.PathAddressTransformer.BasicPathAddressTransformer
 
BIGDECIMAL_MAX - Static variable in class org.jboss.as.controller.operations.validation.ModelTypeValidator
 
BIGDECIMAL_MIN - Static variable in class org.jboss.as.controller.operations.validation.ModelTypeValidator
 
BIGINTEGER_MAX - Static variable in class org.jboss.as.controller.operations.validation.ModelTypeValidator
 
BIGINTEGER_MIN - Static variable in class org.jboss.as.controller.operations.validation.ModelTypeValidator
 
BLOCKING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
BLOCKING_TIMEOUT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
BlockingQueueOperationListener<T extends TransactionalProtocolClient.Operation> - Class in org.jboss.as.controller.remote
Basic operation listener backed by a blocking queue.
BlockingQueueOperationListener() - Constructor for class org.jboss.as.controller.remote.BlockingQueueOperationListener
 
BlockingQueueOperationListener(int) - Constructor for class org.jboss.as.controller.remote.BlockingQueueOperationListener
 
BlockingQueueOperationListener(BlockingQueue<TransactionalProtocolClient.PreparedOperation<T>>) - Constructor for class org.jboss.as.controller.remote.BlockingQueueOperationListener
 
BlockingQueueOperationListener.FailedOperation<T extends TransactionalProtocolClient.Operation> - Class in org.jboss.as.controller.remote
 
BlockingQueueOperationListener.SucceededOperation<T extends TransactionalProtocolClient.Operation> - Class in org.jboss.as.controller.remote
 
BlockingTimeout - Interface in org.jboss.as.controller
Encapsulates information about how long management operation execution should block before timing out.
BlockingTimeout.Factory - Class in org.jboss.as.controller
 
boot(List<ModelNode>, boolean) - Method in class org.jboss.as.controller.AbstractControllerService
Boot with the given operations, performing full model and capability registry validation.
boot(List<ModelNode>, boolean, boolean) - Method in class org.jboss.as.controller.AbstractControllerService
Boot with the given operations, optionally disabling model and capability registry validation.
boot(List<ModelNode>, boolean, boolean, MutableRootResourceRegistrationProvider) - Method in class org.jboss.as.controller.AbstractControllerService
Boot, optionally disabling model and capability registry validation, using the given provider for the root ManagementResourceRegistration.
boot(BootContext) - Method in class org.jboss.as.controller.AbstractControllerService
Boot the controller.
BOOT_COMPLETE_NOTIFICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
BOOT_ERROR - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
BOOT_ERRORS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
BOOT_STACK_SIZE_PROPERTY - Static variable in class org.jboss.as.controller.AbstractControllerService
Name of the system property to set to control the stack size for the thread used to process boot operations.
BOOT_TIME - org.jboss.as.controller.parsing.Attribute
 
BOOT_TIME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
bootComplete() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
bootComplete() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
bootComplete$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
BootContext - Interface in org.jboss.as.controller
Context used to boot a controller service.
bootDone() - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Callback for the controller to call when the controller has been booted
bootDone() - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
BootErrorCollector - Class in org.jboss.as.controller
Collects boot errors.
BootErrorCollector() - Constructor for class org.jboss.as.controller.BootErrorCollector
 
BootErrorCollector.ListBootErrorsHandler - Class in org.jboss.as.controller
 
BOOTING - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
bootThreadDone() - Method in class org.jboss.as.controller.AbstractControllerService
 
BROWSE_CONTENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
build() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
build() - Method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
Builds the capability.
build() - Method in class org.jboss.as.controller.extension.ExtensionRegistry.Builder
Constructs an extension registry.
build() - Method in class org.jboss.as.controller.NotificationDefinition.Builder
 
build() - Method in class org.jboss.as.controller.ObjectListAttributeDefinition.Builder
 
build() - Method in class org.jboss.as.controller.ObjectMapAttributeDefinition.Builder
 
build() - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition.Builder
 
build() - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
build() - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition.Builder
 
build() - Method in class org.jboss.as.controller.PropertiesAttributeDefinition.Builder
 
build() - Method in interface org.jboss.as.controller.ResourceBuilder
 
build() - Method in class org.jboss.as.controller.services.path.PathInfoHandler.Builder
 
build() - Method in class org.jboss.as.controller.services.path.ResolvePathHandler.Builder
Builds the resolve path handler.
build() - Method in class org.jboss.as.controller.SimpleAttributeDefinitionBuilder
 
build() - Method in class org.jboss.as.controller.SimpleListAttributeDefinition.Builder
 
build() - Method in class org.jboss.as.controller.SimpleMapAttributeDefinition.Builder
 
build() - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
build() - Method in class org.jboss.as.controller.StringListAttributeDefinition.Builder
 
build() - Method in class org.jboss.as.controller.transform.description.DiscardTransformationDescriptionBuilder
 
build() - Method in class org.jboss.as.controller.transform.description.RejectTransformationDescriptionBuilder
 
build() - Method in interface org.jboss.as.controller.transform.description.TransformationDescriptionBuilder
Build the transformation description.
build(ModelVersion...) - Method in interface org.jboss.as.controller.transform.description.ChainedTransformationDescriptionBuilder
Build the transformer chains for chain of versions.
buildAndRegister(SubsystemTransformerRegistration, ModelVersion[]...) - Method in interface org.jboss.as.controller.transform.description.ChainedTransformationDescriptionBuilder
Builds and registers the transformer chains for this builder against a subsystem
buildDynamicCapabilityName(String, String) - Static method in class org.jboss.as.controller.capability.RuntimeCapability
 
buildDynamicCapabilityName(String, String...) - Static method in class org.jboss.as.controller.capability.RuntimeCapability
Constructs a full capability name from a static base name and a dynamic element.
builder(PathElement) - Static method in class org.jboss.as.controller.PersistentResourceXMLDescription
Creates builder for passed path element
builder(PathElement, String) - Static method in class org.jboss.as.controller.PersistentResourceXMLDescription
Creates builder for passed path element
builder(PathElement, Namespace) - Static method in class org.jboss.as.controller.PersistentResourceXMLDescription
Creates builder for the given subsystem path and namespace.
builder(ProcessType) - Static method in class org.jboss.as.controller.extension.ExtensionRegistry
Returns a builder for creating an ExtensionRegistry.
Builder(String) - Constructor for class org.jboss.as.controller.ListAttributeDefinition.Builder
 
Builder(String) - Constructor for class org.jboss.as.controller.MapAttributeDefinition.Builder
 
Builder(String) - Constructor for class org.jboss.as.controller.StringListAttributeDefinition.Builder
 
Builder(String, boolean) - Constructor for class org.jboss.as.controller.ListAttributeDefinition.Builder
 
Builder(String, boolean) - Constructor for class org.jboss.as.controller.MapAttributeDefinition.Builder
 
Builder(String, boolean) - Constructor for class org.jboss.as.controller.PropertiesAttributeDefinition.Builder
 
Builder(String, boolean) - Constructor for class org.jboss.as.controller.SimpleMapAttributeDefinition.Builder
 
Builder(String, AttributeDefinition) - Constructor for class org.jboss.as.controller.SimpleListAttributeDefinition.Builder
 
Builder(String, AttributeDefinition...) - Constructor for class org.jboss.as.controller.ObjectTypeAttributeDefinition.Builder
 
Builder(String, ObjectTypeAttributeDefinition) - Constructor for class org.jboss.as.controller.ObjectListAttributeDefinition.Builder
 
Builder(String, ObjectTypeAttributeDefinition) - Constructor for class org.jboss.as.controller.ObjectMapAttributeDefinition.Builder
 
Builder(String, ModelType) - Constructor for class org.jboss.as.controller.PrimitiveListAttributeDefinition.Builder
 
Builder(String, ModelType, boolean) - Constructor for class org.jboss.as.controller.SimpleMapAttributeDefinition.Builder
 
Builder(ListAttributeDefinition) - Constructor for class org.jboss.as.controller.ListAttributeDefinition.Builder
 
Builder(MapAttributeDefinition) - Constructor for class org.jboss.as.controller.MapAttributeDefinition.Builder
 
Builder(MapAttributeDefinition) - Constructor for class org.jboss.as.controller.PropertiesAttributeDefinition.Builder
 
Builder(ObjectListAttributeDefinition) - Constructor for class org.jboss.as.controller.ObjectListAttributeDefinition.Builder
 
Builder(PrimitiveListAttributeDefinition) - Constructor for class org.jboss.as.controller.PrimitiveListAttributeDefinition.Builder
 
Builder(PropertiesAttributeDefinition) - Constructor for class org.jboss.as.controller.PropertiesAttributeDefinition.Builder
 
Builder(PropertiesAttributeDefinition) - Constructor for class org.jboss.as.controller.SimpleMapAttributeDefinition.Builder
 
Builder(SimpleListAttributeDefinition) - Constructor for class org.jboss.as.controller.SimpleListAttributeDefinition.Builder
 
Builder(SimpleMapAttributeDefinition) - Constructor for class org.jboss.as.controller.SimpleMapAttributeDefinition.Builder
 
Builder(StringListAttributeDefinition) - Constructor for class org.jboss.as.controller.StringListAttributeDefinition.Builder
 
BuilderImpl(Iterator<PathAddressTransformer>, PathAddress) - Constructor for class org.jboss.as.controller.transform.PathAddressTransformer.BuilderImpl
 
BYTES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
bytesToHexString(byte[]) - Static method in class org.jboss.as.controller.HashUtil
Convert a byte array into a hex string.
BytesValidator - Class in org.jboss.as.controller.operations.validation
Validates that a parameter is a byte[] of an acceptable length.
BytesValidator(int, int, boolean) - Constructor for class org.jboss.as.controller.operations.validation.BytesValidator
Creates a BytesValidator that allows potentially more than one type.
BytesValidator(int, int, ModelType...) - Constructor for class org.jboss.as.controller.operations.validation.BytesValidator
Creates a BytesValidator

C

CACHE - org.jboss.as.controller.parsing.Element
 
CACHE_FAILURES - org.jboss.as.controller.parsing.Attribute
 
cacheXMLDescription() - Method in class org.jboss.as.controller.PersistentResourceXMLParser
Deprecated.
Experimental; for internal use only. May be removed at any time.
CALLER_THREAD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CALLER_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CAN_ACCESS_IMMUTABLE_MANAGEMENT_RESOURCE_REGISTRATION - Static variable in class org.jboss.as.controller.security.ControllerPermission
The Controller Permission named canAccessImmutableManagementResourceRegistration, which should be used to create a ImmutableManagementResourceRegistration, or invoke one of its methods
CAN_ACCESS_IMMUTABLE_MANAGEMENT_RESOURCE_REGISTRATION_NAME - Static variable in class org.jboss.as.controller.security.ControllerPermission
 
CAN_ACCESS_MODEL_CONTROLLER - Static variable in class org.jboss.as.controller.security.ControllerPermission
The Controller Permission named canAccessModelController, which should be used to access a ModelController, or to invoke its methods.
CAN_ACCESS_MODEL_CONTROLLER_NAME - Static variable in class org.jboss.as.controller.security.ControllerPermission
 
cancel() - Method in interface org.jboss.as.controller.Cancellable
Attempt to cancel this operation.
cancel(boolean) - Method in class org.jboss.as.controller.remote.CompletedFuture
 
Cancellable - Interface in org.jboss.as.controller
A handle for a specific cancellable running operation.
CANCELLED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
cancellingOperation(String, int, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cancellingOperation(String, int, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cancellingOperation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotAddMoreThanOneJvmForServerOrHost(PathAddress, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotAddMoreThanOneJvmForServerOrHost(PathAddress, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotAddMoreThanOneJvmForServerOrHost$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotCreate(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotCreate(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the file could not be created.
cannotCreate$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotCreateEmptyConfig(String, IOException) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotCreateEmptyConfig(String, IOException) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotCreateEmptyConfig$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotDelete(File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotDelete(File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the file could not be deleted.
cannotDelete$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotDeleteFileOrDirectory(File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotDeleteFileOrDirectory(File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotDeleteFileOrDirectory$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotDeleteTempFile(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotDeleteTempFile(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning message indicating a temp file could not be deleted.
cannotDeleteTempFile$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotDetermineDefaultName(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotDetermineDefaultName(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the inability to determine a default name based on the local host name.
cannotDetermineDefaultName$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotGetControllerLock() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotGetControllerLock() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotGetControllerLock$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotHaveBothParameters(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotHaveBothParameters(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotHaveBothParameters$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotModifyReadOnlyPath(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotModifyReadOnlyPath(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotModifyReadOnlyPath$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotOverrideNonWildCardRegistration(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotOverrideNonWildCardRegistration(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an attempt was made to register an override model for a non-wildcard registration.
cannotOverrideNonWildCardRegistration$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotOverrideRootRegistration() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotOverrideRootRegistration() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an attempt was made to register an override model for the root model registration.
cannotOverrideRootRegistration$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotReadTargetDefinition(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotReadTargetDefinition(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating the target definition could not be read.
cannotReadTargetDefinition$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRegisterSubmodelWithNullPath() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRegisterSubmodelWithNullPath() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a submodel cannot be registered with a null path.
cannotRegisterSubmodelWithNullPath$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemove(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemove(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the inability to remove the name.
cannotRemove$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemovePathWithDependencies(String, Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemovePathWithDependencies(String, Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotRemovePathWithDependencies$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemoveReadOnlyPath(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemoveReadOnlyPath(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotRemoveReadOnlyPath$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemoveRequiredCapability(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemoveRequiredCapability(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotRemoveRequiredCapability$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemoveRequiredCapabilityInContext(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemoveRequiredCapabilityInContext(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotRemoveRequiredCapabilityInContext$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemoveStandardRole(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRemoveStandardRole(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotRemoveStandardRole$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRename(IOException, Path, Path) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotRename(IOException, Path, Path) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the file could not be renamed.
cannotRename$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotResolveAddress(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotResolveAddress(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning message indicating the address, represented by the address parameter, could not be resolved, so cannot match it to any InetAddress.
cannotResolveAddress$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotResolveExpression(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotResolveExpression(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception message indicating an expression could not be resolved due to no corresponding system property or environment variable.
cannotResolveExpression$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotResolveProcessUUID(UnknownHostException) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotResolveProcessUUID(UnknownHostException) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cannotResolveProcessUUID$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotWriteTo(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cannotWriteTo(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the inability to write the name.
cannotWriteTo$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
canonicalBootFileNotFound(Throwable, File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
canonicalBootFileNotFound(Throwable, File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the canonical file for the boot file could not be found.
canonicalBootFileNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
canonicalMainFileNotFound(Throwable, File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
canonicalMainFileNotFound(Throwable, File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the canonical file for the main file could not be found.
canonicalMainFileNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
canonize(String) - Static method in class org.jboss.as.controller.interfaces.InetAddressUtil
Convert IPv6 adress into RFC 5952 form.
canOnlyCreateChildAuditLoggerForMainAuditLogger() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
canOnlyCreateChildAuditLoggerForMainAuditLogger() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
canOnlyCreateChildAuditLoggerForMainAuditLogger$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
canRunAs(Set<String>, String) - Method in interface org.jboss.as.controller.access.rbac.RoleMapper
Gets whether the given set of mapped roles provides a caller with the privilege to run as the given "runAsRole".
canRunAs(Set<String>, String) - Method in class org.jboss.as.controller.access.rbac.RunAsRoleMapper
 
canRunAs(Set<String>, String) - Method in class org.jboss.as.controller.access.rbac.StandardRoleMapper
 
canRunAs(Set<String>, String) - Method in class org.jboss.as.controller.access.rbac.SuperUserRoleMapper
 
canSatisfyRequirement(String, CapabilityScope, CapabilityResolutionContext) - Method in interface org.jboss.as.controller.capability.registry.CapabilityScope
Gets whether a given capability associated with this scope can satisfy the given requirement.
cantHaveBothLoopbackAndInetAddressCriteria() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cantHaveBothLoopbackAndInetAddressCriteria() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cantHaveBothLoopbackAndInetAddressCriteria$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cantHaveSameCriteriaForBothNotAndInclusion(InterfaceCriteria) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cantHaveSameCriteriaForBothNotAndInclusion(InterfaceCriteria) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cantHaveSameCriteriaForBothNotAndInclusion$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
Capabilities - Class in org.jboss.as.controller.management
Class to hold capabilities provided by and required by resources within this package.
Capabilities() - Constructor for class org.jboss.as.controller.management.Capabilities
 
CAPABILITIES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
capabilitiesNotAvailable(OperationContext.Stage, OperationContext.Stage) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
capabilitiesNotAvailable(OperationContext.Stage, OperationContext.Stage) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
capabilitiesNotAvailable$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
Capability - Interface in org.jboss.as.controller.capability
Basic description of a capability.
CAPABILITY_REFERENCE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CAPABILITY_REFERENCE_PATTERN_ELEMENTS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CAPABILITY_REGISTRY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
capabilityAlreadyRegisteredInContext(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
capabilityAlreadyRegisteredInContext(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
capabilityAlreadyRegisteredInContext(String, RegistrationPoint, String, Set<RegistrationPoint>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
capabilityAlreadyRegisteredInContext(String, RegistrationPoint, String, Set<RegistrationPoint>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
capabilityAlreadyRegisteredInContext2$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
capabilityAlreadyRegisteredInContext4$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
capabilityDoesNotExposeRuntimeAPI(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
capabilityDoesNotExposeRuntimeAPI(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
capabilityDoesNotExposeRuntimeAPI$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
CapabilityId - Class in org.jboss.as.controller.capability.registry
Unique identifier for a capability, encapsulating its name and the scope in which it exists.
CapabilityId(String, CapabilityScope) - Constructor for class org.jboss.as.controller.capability.registry.CapabilityId
 
CapabilityReferenceRecorder - Interface in org.jboss.as.controller
Records information about capability reference information encoded in an attribute's value.
CapabilityReferenceRecorder.CompositeAttributeDependencyRecorder - Class in org.jboss.as.controller
CapabilityReferenceRecorder that determines the dependent capability from the OperationContext and any additional attributes on same resource.
CapabilityReferenceRecorder.ContextDependencyRecorder - Class in org.jboss.as.controller
CapabilityReferenceRecorder that determines the dependent capability from the OperationContext.
CapabilityReferenceRecorder.DefaultCapabilityReferenceRecorder - Class in org.jboss.as.controller
Default implementation of CapabilityReferenceRecorder.
CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder - Class in org.jboss.as.controller
CapabilityReferenceRecorder that determines the dependent and required capability from the PathAddress of the resource registration.
CapabilityRegistration<C extends Capability> - Class in org.jboss.as.controller.capability.registry
Encapsulates the registration information for a capability.
CapabilityRegistration(C, CapabilityScope) - Constructor for class org.jboss.as.controller.capability.registry.CapabilityRegistration
 
CapabilityRegistration(C, CapabilityScope, RegistrationPoint) - Constructor for class org.jboss.as.controller.capability.registry.CapabilityRegistration
 
CapabilityRegistration(CapabilityRegistration<C>) - Constructor for class org.jboss.as.controller.capability.registry.CapabilityRegistration
Copy constructor.
CapabilityRegistry - Class in org.jboss.as.controller
Registry of capabilities available in the system.
CapabilityRegistry(boolean) - Constructor for class org.jboss.as.controller.CapabilityRegistry
 
capabilityReloadRequired(PathAddress, ImmutableManagementResourceRegistration) - Method in interface org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry
Notification that any capabilities associated with the given address require reload in order to bring their runtime services into sync with their persistent configuration.
capabilityReloadRequired(PathAddress, ImmutableManagementResourceRegistration) - Method in class org.jboss.as.controller.CapabilityRegistry
 
CapabilityResolutionContext - Class in org.jboss.as.controller.capability.registry
Contextual object that the ModelController and CapabilityScope implementations can use to temporarily store data during the course of a capability resolution.
CapabilityResolutionContext() - Constructor for class org.jboss.as.controller.capability.registry.CapabilityResolutionContext
 
CapabilityResolutionContext.AttachmentKey<T> - Class in org.jboss.as.controller.capability.registry
An attachment key instance.
capabilityRestartRequired(PathAddress, ImmutableManagementResourceRegistration) - Method in interface org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry
Notification that any capabilities associated with the given address require restart in order to bring their runtime services into sync with their persistent configuration.
capabilityRestartRequired(PathAddress, ImmutableManagementResourceRegistration) - Method in class org.jboss.as.controller.CapabilityRegistry
 
CapabilityScope - Interface in org.jboss.as.controller.capability.registry
Scope in which a capability is available.
CapabilityScope.Factory - Class in org.jboss.as.controller.capability.registry
Factory for creating a CapabilityScope
CapabilityServiceBuilder<T> - Interface in org.jboss.as.controller
A builder for an individual service in a CapabilityServiceTarget.
CapabilityServiceSupport - Interface in org.jboss.as.controller.capability
Provides support for capability integration outside the management layer, in service implementations.
CapabilityServiceSupport.NoSuchCapabilityException - Exception in org.jboss.as.controller.capability
Exception thrown when support for an unregistered capability is requested.
CapabilityServiceTarget - Interface in org.jboss.as.controller
The target of ServiceBuilder for capability installations.
CaseParameterCorrector - Class in org.jboss.as.controller
Parameter correctors that can be used to change the case of a model node that is of type string.
CaseParameterCorrector() - Constructor for class org.jboss.as.controller.CaseParameterCorrector
 
cast(Object) - Method in class org.jboss.as.controller.capability.registry.CapabilityResolutionContext.AttachmentKey
Cast the value to the type of this attachment key.
cast(Object) - Method in class org.jboss.as.controller.OperationContext.AttachmentKey
Cast the value to the type of this attachment key.
chain(ParameterValidator...) - Static method in class org.jboss.as.controller.operations.validation.ChainedParameterValidator
 
ChainedParameterValidator - Class in org.jboss.as.controller.operations.validation
 
ChainedParameterValidator(ParameterValidator...) - Constructor for class org.jboss.as.controller.operations.validation.ChainedParameterValidator
 
ChainedTransformationDescriptionBuilder - Interface in org.jboss.as.controller.transform.description
A builder used to create chained transformers.
ChainedTransformationTools - Class in org.jboss.as.controller.transform
Tools to interact with the package protected ResourceTransformationContext implementation classes.
ChainedTransformationTools() - Constructor for class org.jboss.as.controller.transform.ChainedTransformationTools
 
CharsetValidator - Class in org.jboss.as.controller.operations.validation
Validates whether the provided string represents a valid character set.
CharsetValidator() - Constructor for class org.jboss.as.controller.operations.validation.CharsetValidator
 
CHECK_DEFAULT_RESOURCE_ACCESS - Static variable in class org.jboss.as.controller.operations.global.GlobalOperationHandlers
 
CHECK_RESOURCE_ACCESS - Static variable in class org.jboss.as.controller.operations.global.GlobalOperationHandlers
 
checkCanFindNewBootFile(String) - Method in class org.jboss.as.controller.persistence.ConfigurationFile
 
checkForExpression(ModelNode) - Method in class org.jboss.as.controller.transform.description.DefaultCheckersAndConverter
 
checkingForPresenceOfRestartMarkerFile() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
checkingForPresenceOfRestartMarkerFile() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
checkingForPresenceOfRestartMarkerFile$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
checkResource(TransformationContext, PathAddress) - Method in interface org.jboss.as.controller.transform.description.DynamicDiscardPolicy
Checks whether the child should be added
CHILD_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
childAlreadyDeclared(String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
childAlreadyDeclared(String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a child, represented by the childName parameter, of the parent element, represented by the parentName parameter, has already been declared.
childAlreadyDeclared$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
children() - Method in interface org.jboss.as.controller.registry.ResourceProvider
 
CHILDREN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ChildResourceDescriptionResolver - Class in org.jboss.as.controller.descriptions
Generates resource descriptions for a child resource of a subsystem.
childResourceNotFound(PathElement) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
childResourceNotFound(PathElement) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception message indicating a child resource cannot be found.
childResourceNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
CLASSIFICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CLASSLOADING - org.jboss.as.controller.access.JmxAction.Impact
The call involves the MBeanServer methods that involve accessing classloaders and or using them to deserialize bytes or instantiate objects.
clear() - Method in class org.jboss.as.controller.extension.ExtensionRegistry
Clears the registry to prepare for re-registration (e.g.
CLEAR_TEXT - Static variable in class org.jboss.as.controller.security.CredentialReference
Name of a field in the complex credential reference attribute.
clearBootingReadOnlyFlag() - Method in class org.jboss.as.controller.AbstractControllerService
 
CLIENT_CERT_STORE - org.jboss.as.controller.parsing.Element
 
CLIENT_CERT_STORE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CLIENT_FACTORY_CAPABILITY - Static variable in class org.jboss.as.controller.AbstractControllerService
Capability in-vm users of the controller use to create clients
CLIENT_MAPPING - org.jboss.as.controller.parsing.Element
 
CLIENT_MAPPING_DESTINATION_ADDRESS - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
CLIENT_MAPPING_DESTINATION_PORT - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
CLIENT_MAPPING_SOURCE_NETWORK - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
CLIENT_MAPPINGS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CLIENT_MAPPINGS - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
cliScriptPropertyDefinedWithoutMarkerDirectoryWhenNotSkippingReload(String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
cliScriptPropertyDefinedWithoutMarkerDirectoryWhenNotSkippingReload(String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
cliScriptPropertyDefinedWithoutMarkerDirectoryWhenNotSkippingReload$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
CLOCK_DAEMON - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
CLOCK_DAEMON2 - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
clone() - Method in class org.jboss.as.controller.extension.ExtensionResource
 
clone() - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
clone() - Method in class org.jboss.as.controller.registry.DelegatingResource
 
clone() - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
clone() - Method in class org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
 
clone() - Method in interface org.jboss.as.controller.registry.Resource
Creates and returns a copy of this resource.
clone() - Method in interface org.jboss.as.controller.registry.ResourceProvider
 
clone() - Method in class org.jboss.as.controller.security.InetAddressPrincipal
Create a clone of this instance.
CLONE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
cloneCandidates(Map<NetworkInterface, Set<InetAddress>>) - Static method in class org.jboss.as.controller.interfaces.AbstractInterfaceCriteria
 
cloneProviders(AbstractModelResource) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
close() - Method in interface org.jboss.as.controller.LocalModelControllerClient
 
close() - Method in class org.jboss.as.controller.transform.ContextAttachments
 
CODE - org.jboss.as.controller.parsing.Attribute
 
CODE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CombinationManagementPermission - Class in org.jboss.as.controller.access.permission
A ManagementPermission that combines multiple underlying permissions according to a CombinationPolicy.
CombinationManagementPermission(CombinationPolicy, Action.ActionEffect) - Constructor for class org.jboss.as.controller.access.permission.CombinationManagementPermission
 
CombinationPolicy - Enum in org.jboss.as.controller.access
Policy for combining multiple permissions.
combine(AttributeDefinition[], AttributeDefinition...) - Static method in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
combine(AttributeDefinition[], AttributeDefinition...) - Static method in class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
COMBINED_DESCRIPTIONS - org.jboss.as.controller.operations.global.ReadResourceDescriptionHandler.AccessControl
Access control information should be included alongside the resource descriptions
CombinedTransformer - Interface in org.jboss.as.controller.transform
A combination of ResourceTransformer and OperationTransformer.
COMMA_DELIMITED_STRING_LIST - Static variable in class org.jboss.as.controller.AttributeParser
 
COMMA_STRING_LIST - Static variable in class org.jboss.as.controller.AttributeMarshaller
comma delimited list marshaller
commandLineContainsArgument(String) - Method in interface org.jboss.as.controller.persistence.ConfigurationExtension
Checks if the argument is one of those required for this configuration extension.
commandLineContainsArgument(String) - Static method in class org.jboss.as.controller.persistence.ConfigurationExtensionFactory
Checks if the the argument is is one of those required by this configuration extension.
commandLineContainsArgument(String) - Method in class org.jboss.as.controller.persistence.yaml.YamlConfigurationExtension
 
commit() - Method in interface org.jboss.as.controller.ModelController.OperationTransaction
Commit the operation.
commit() - Method in class org.jboss.as.controller.persistence.AbstractFilePersistenceResource
 
commit() - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister.PersistenceResource
Flush the stored model to permanent storage.
commit() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
 
commit() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.SucceededOperation
 
COMMIT - Static variable in interface org.jboss.as.controller.ModelController.OperationTransactionControl
An operation transaction control implementation which always commits the operation.
COMMON_ATTRIBUTES - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
COMMON_ATTRIBUTES - Static variable in class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
COMMON_OPERATIONS - Static variable in interface org.jboss.as.controller.transform.TransformersSubRegistration
 
COMPACT - org.jboss.as.controller.parsing.Attribute
 
COMPACT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
compare(ModelVersion, ModelVersion) - Static method in class org.jboss.as.controller.ModelVersion
Compares two model versions
compareTo(AttributeDefinition.NameAndGroup) - Method in class org.jboss.as.controller.AttributeDefinition.NameAndGroup
 
compareTo(CapabilityId) - Method in class org.jboss.as.controller.capability.registry.CapabilityId
 
compareTo(CapabilityRegistration) - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
 
compareTo(InterfaceCriteria) - Method in class org.jboss.as.controller.interfaces.AbstractInterfaceCriteria
 
compareTo(InterfaceCriteria) - Method in class org.jboss.as.controller.interfaces.AnyInterfaceCriteria
 
compareTo(InterfaceCriteria) - Method in class org.jboss.as.controller.interfaces.InetAddressMatchInterfaceCriteria
 
compareTo(InterfaceCriteria) - Method in class org.jboss.as.controller.interfaces.NotInterfaceCriteria
 
compareTo(InterfaceCriteria) - Method in class org.jboss.as.controller.interfaces.OverallInterfaceCriteria
 
compareTo(InterfaceCriteria) - Method in class org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria
 
compareTo(ModelVersion) - Method in class org.jboss.as.controller.ModelVersion
 
CompletedFuture<T> - Class in org.jboss.as.controller.remote
An AsyncFuture that is in AsyncFuture.Status.COMPLETE as soon as it is instantiated.
CompletedFuture(T) - Constructor for class org.jboss.as.controller.remote.CompletedFuture
Creates a future that will provide the given value
completedRunningBootCliScript() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
completedRunningBootCliScript() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
completedRunningBootCliScript$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
completeStep(OperationContext.ResultHandler) - Method in interface org.jboss.as.controller.OperationContext
Complete a step, while registering for a notification when the overall result of the operation is known.
completeStep(OperationContext.RollbackHandler) - Method in interface org.jboss.as.controller.OperationContext
Complete a step, while registering for a notification if the work done by the caller needs to be rolled back}.
COMPLETING - org.jboss.as.controller.OperationContext.ExecutionStatus
 
COMPLEX_ATTRIBUTE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
COMPLEX_TYPES - Static variable in class org.jboss.as.controller.AttributeDefinition
The ModelType types that reflect complex DMR structures -- LIST, OBJECT, PROPERTY}
COMPOSITE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CompositeOperationAwareTransmuter - Class in org.jboss.as.controller.operations
 
CompositeOperationAwareTransmuter(ModelNode) - Constructor for class org.jboss.as.controller.operations.CompositeOperationAwareTransmuter
 
compositeOperationFailed() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
compositeOperationFailed() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the composite operation failed and was rolled back.
compositeOperationFailed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
CompositeOperationHandler - Class in org.jboss.as.controller
Handler for the "composite" operation; i.e.
CompositeOperationHandler() - Constructor for class org.jboss.as.controller.CompositeOperationHandler
 
compositeOperationRolledBack() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
compositeOperationRolledBack() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the composite operation was rolled back.
compositeOperationRolledBack$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
CONCURRENT_GROUPS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONFIG_ONLY - Static variable in class org.jboss.as.controller.operations.common.InterfaceCriteriaWriteHandler
 
CONFIGURATION - org.jboss.as.controller.registry.AttributeAccess.Storage
An attribute whose value is stored in the persistent configuration.
CONFIGURATION_CHANGES - org.jboss.as.controller.parsing.Element
 
CONFIGURATION_CHANGES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ConfigurationChange(OperationContext.ResultAction, String, String, AccessMechanism, InetAddress, List<ModelNode>) - Constructor for class org.jboss.as.controller.ConfigurationChangesCollector.ConfigurationChange
 
ConfigurationChangesCollector - Interface in org.jboss.as.controller
Collects configuration changes.
ConfigurationChangesCollector.ConfigurationChange - Class in org.jboss.as.controller
 
ConfigurationChangesCollector.ConfigurationChangesCollectorImpl - Class in org.jboss.as.controller
 
ConfigurationExtension - Interface in org.jboss.as.controller.persistence
Interface for extensions of the XML boot configuration.
ConfigurationExtensionFactory - Class in org.jboss.as.controller.persistence
The factory in charge with loading the first ConfigurationExtension found.
ConfigurationExtensionFactory() - Constructor for class org.jboss.as.controller.persistence.ConfigurationExtensionFactory
 
ConfigurationFile - Class in org.jboss.as.controller.persistence
Encapsulates the configuration file and manages its history
ConfigurationFile(File, String, String, boolean) - Constructor for class org.jboss.as.controller.persistence.ConfigurationFile
Creates a new ConfigurationFile.
ConfigurationFile(File, String, String, ConfigurationFile.InteractionPolicy, boolean, File, ConfigurationExtension) - Constructor for class org.jboss.as.controller.persistence.ConfigurationFile
Creates a new ConfigurationFile.
ConfigurationFile(File, String, String, ConfigurationFile.InteractionPolicy, boolean, ConfigurationExtension) - Constructor for class org.jboss.as.controller.persistence.ConfigurationFile
Creates a new ConfigurationFile.
ConfigurationFile.InteractionPolicy - Enum in org.jboss.as.controller.persistence
Policy controlling how to deal with the configuration file
configurationFileNameNotAllowed(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
configurationFileNameNotAllowed(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a configuration file whose complete name is the same as the backupType is not allowed.
configurationFileNameNotAllowed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
configurationFileNotFound(String, File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
configurationFileNotFound(String, File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating no configuration file ending in the suffix was found in the directory, represented by the dir parameter.
configurationFileNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ConfigurationFilePersistenceResource - Class in org.jboss.as.controller.persistence
ConfigurationPersister.PersistenceResource that persists to a configuration file upon commit, also ensuring proper backup copies are made.
ConfigurationPersistenceException - Exception in org.jboss.as.controller.persistence
An exception relating to a configuration persistence problem.
ConfigurationPersistenceException() - Constructor for exception org.jboss.as.controller.persistence.ConfigurationPersistenceException
Constructs a ConfigurationPersistenceException with no detail message.
ConfigurationPersistenceException(String) - Constructor for exception org.jboss.as.controller.persistence.ConfigurationPersistenceException
Constructs a ConfigurationPersistenceException with the specified detail message.
ConfigurationPersistenceException(String, Throwable) - Constructor for exception org.jboss.as.controller.persistence.ConfigurationPersistenceException
Constructs a ConfigurationPersistenceException with the specified detail message and cause.
ConfigurationPersistenceException(Throwable) - Constructor for exception org.jboss.as.controller.persistence.ConfigurationPersistenceException
Constructs a ConfigurationPersistenceException with the specified cause.
ConfigurationPersister - Interface in org.jboss.as.controller.persistence
The configuration persister for a model.
ConfigurationPersister.PersistenceResource - Interface in org.jboss.as.controller.persistence
Callback for use by callers to ConfigurationPersister.store(org.jboss.dmr.ModelNode, java.util.Set) to control whether the stored model should be flushed to permanent storage.
ConfigurationPersister.SnapshotInfo - Interface in org.jboss.as.controller.persistence
Contains the info about the configuration snapshots
ConfigurationPersisterProvider - Interface in org.jboss.as.controller.persistence
Provider of a ConfigurationPersister.
ConfigurationPublishHandler - Class in org.jboss.as.controller.operations.common
Handler to publish configuration.
ConfigurationPublishHandler(ConfigurationPersister) - Constructor for class org.jboss.as.controller.operations.common.ConfigurationPublishHandler
 
CONFIGURED_APPLICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONFIGURED_REQUIRES_ADDRESSABLE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONFIGURED_REQUIRES_READ - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONFIGURED_REQUIRES_WRITE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONNECTION - org.jboss.as.controller.parsing.Attribute
 
CONNECTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONNECTIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONNECTOR - org.jboss.as.controller.parsing.Attribute
 
CONSOLE_ENABLED - org.jboss.as.controller.parsing.Attribute
 
CONSOLE_ENABLED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONSOLE_ENABLED - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
CONSTANT_HEADERS - org.jboss.as.controller.parsing.Element
 
CONSTANT_HEADERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONSTANT_HEADERS - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
Constraint - Interface in org.jboss.as.controller.access.constraint
A constraint that can help govern whether access is allowed.
CONSTRAINT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ConstraintFactory - Interface in org.jboss.as.controller.access.constraint
A factory for constraints.
CONSTRAINTS - org.jboss.as.controller.parsing.Element
 
CONTENT - org.jboss.as.controller.parsing.Attribute
 
CONTENT - org.jboss.as.controller.parsing.Element
 
CONTENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONTENT_LENGTH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CONTENT_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ContextAttachments - Class in org.jboss.as.controller.transform
Internal class for providing attachments.
ContextAttachments() - Constructor for class org.jboss.as.controller.transform.ContextAttachments
 
ControlledProcessState - Class in org.jboss.as.controller
The overall state of a process that is being managed by a ModelController.
ControlledProcessState(boolean) - Constructor for class org.jboss.as.controller.ControlledProcessState
 
ControlledProcessState.State - Enum in org.jboss.as.controller
 
ControlledProcessStateService - Class in org.jboss.as.controller
Exposes the current ControlledProcessState.State and allows services to register a listener for changes to it.
ControllerLogger - Interface in org.jboss.as.controller.logging
 
ControllerLogger_$logger - Class in org.jboss.as.controller.logging
Warning this class consists of generated code.
ControllerLogger_$logger(Logger) - Constructor for class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ControllerPermission - Class in org.jboss.as.controller.security
This class is for WildFly Controller's permissions.
ControllerPermission(String) - Constructor for class org.jboss.as.controller.security.ControllerPermission
Creates a new permission with the specified name.
ControllerPermission(String, String) - Constructor for class org.jboss.as.controller.security.ControllerPermission
Creates a new permission object with the specified name.
ControllerResolver - Class in org.jboss.as.controller.descriptions.common
 
ControllerResolver() - Constructor for class org.jboss.as.controller.descriptions.common.ControllerResolver
 
controllerUnstable() - Method in interface org.jboss.as.controller.AbstractControllerService.ControllerInstabilityListener
Notification that the ModelController should be considered to be unstable, e.g.
convert() - Method in enum org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
convertAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.AttributeConverter.DefaultAttributeConverter
convertAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.DefaultCheckersAndConverter
convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in interface org.jboss.as.controller.transform.description.AttributeConverter
Converts an operation parameter
convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.AttributeConverter.DefaultAttributeConverter
Converts an operation parameter
convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.DefaultCheckersAndConverter
Converts an operation parameter
convertParameterElementExpressions(ModelNode) - Method in class org.jboss.as.controller.ListAttributeDefinition
Examine the given element of a parameter list for any expression syntax, converting the relevant node to ModelType.EXPRESSION if such is supported.
convertParameterElementExpressions(ModelNode) - Method in class org.jboss.as.controller.MapAttributeDefinition
Examine the given value item of a parameter map for any expression syntax, converting the relevant node to ModelType.EXPRESSION if such is supported.
convertParameterElementExpressions(ModelNode) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
convertParameterElementExpressions(ModelNode) - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition
 
convertParameterElementExpressions(ModelNode) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
Overrides the superclass to check that expressions are supported yet the valueType passed to the constructor is one of the complex DMR types.
convertParameterExpressions(ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Examine the given operation parameter value for any expression syntax, converting the relevant node to ModelType.EXPRESSION if such is supported.
convertParameterExpressions(ModelNode) - Method in class org.jboss.as.controller.ListAttributeDefinition
Iterates through the elements in the parameter list, calling ListAttributeDefinition.convertParameterElementExpressions(ModelNode) for each.
convertParameterExpressions(ModelNode) - Method in class org.jboss.as.controller.MapAttributeDefinition
Iterates through the items in the parameter map, calling MapAttributeDefinition.convertParameterElementExpressions(ModelNode) for each value.
convertParameterExpressions(ModelNode) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
convertPath(String) - Static method in class org.jboss.as.controller.services.path.AbsolutePathService
 
convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in interface org.jboss.as.controller.transform.description.AttributeConverter
Converts a resource attribute
convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.AttributeConverter.DefaultAttributeConverter
Converts a resource attribute
convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.DefaultCheckersAndConverter
Converts a resource attribute
convertStringExpression(ModelNode) - Static method in class org.jboss.as.controller.AttributeDefinition
Checks if the given node is of ModelType.STRING with a string value that includes expression syntax.
convertToTargetAddress(PathAddress, AliasEntry.AliasContext) - Method in class org.jboss.as.controller.registry.AliasEntry
Convert the alias address to the target address.
copy(CapabilityResolutionContext) - Method in class org.jboss.as.controller.capability.registry.CapabilityResolutionContext
Update this context content with the source context.
copyFile(File, File) - Method in class org.jboss.as.controller.audit.AbstractFileAuditLogHandler
 
CORE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CORE_SERVICE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
correct(ModelNode, ModelNode) - Method in interface org.jboss.as.controller.ParameterCorrector
Adjusts the value to be set on the attribute.
correct(ModelNode, ModelNode) - Method in class org.jboss.as.controller.PropagatingCorrector
 
correctValue(ModelNode, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Corrects the value if the value corrector is not null.
couldNotBackUp(IOException, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotBackUp(IOException, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotBackUp$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotCreateHistoricalBackup(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotCreateHistoricalBackup(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotCreateHistoricalBackup$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotDeleteFile(File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotDeleteFile(File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotDeleteFile$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotFindDirectorySpecifiedByProperty(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotFindDirectorySpecifiedByProperty(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotFindDirectorySpecifiedByProperty$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotFindTransformerRegistryFallingBack(ModelVersion, ModelVersion) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotFindTransformerRegistryFallingBack(ModelVersion, ModelVersion) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotFindTransformerRegistryFallingBack$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotLoadModuleForTransformers(String, ModuleLoadException) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotLoadModuleForTransformers(String, ModuleLoadException) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotLoadModuleForTransformers$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotMarshalAttributeAsAttribute(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotMarshalAttributeAsAttribute(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotMarshalAttributeAsAttribute$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotMarshalAttributeAsElement(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotMarshalAttributeAsElement(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotMarshalAttributeAsElement$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotResolveExpression(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotResolveExpression(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotResolveExpression$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotResolveExpressionIndex(String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotResolveExpressionIndex(String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotResolveExpressionIndex$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotResolveExpressionList(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldNotResolveExpressionList(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldNotResolveExpressionList$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldntConvertWarningLevel(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
couldntConvertWarningLevel(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
couldntConvertWarningLevel$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
COUNTER_METRIC - org.jboss.as.controller.registry.AttributeAccess.Flag
The attribute represents a Counter metric, a cumulative metric that represents a single monotonically increasing counter whose value can only increase or be reset to zero on restart.
CPU - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
CPU_AFFINITY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CPU_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
create() - Static method in class org.jboss.as.controller.registry.NotificationHandlerRegistration.Factory
 
create() - Static method in class org.jboss.as.controller.registry.Resource.Factory
Create a default resource implementation.
create() - Static method in class org.jboss.as.controller.services.path.PathManager.ReloadServerCallback
 
create() - Static method in class org.jboss.as.controller.transform.TransformerRegistry.Factory
Create a new Transformer registry.
create(boolean) - Static method in class org.jboss.as.controller.registry.Resource.Factory
Create a default resource implementation.
create(boolean, Set<String>) - Static method in class org.jboss.as.controller.registry.Resource.Factory
Create a default resource implementation.
create(int) - Static method in class org.jboss.as.controller.ModelVersion
 
create(int, int) - Static method in class org.jboss.as.controller.ModelVersion
 
create(int, int, int) - Static method in class org.jboss.as.controller.ModelVersion
 
create(Class<? super T>) - Static method in class org.jboss.as.controller.capability.registry.CapabilityResolutionContext.AttachmentKey
Construct a new simple attachment key.
create(Class<? super T>) - Static method in class org.jboss.as.controller.OperationContext.AttachmentKey
Construct a new simple attachment key.
create(Class<E>) - Static method in class org.jboss.as.controller.operations.validation.EnumValidator
Creates a new validator for the enum type that accepts all enum values.
create(Class<E>, E...) - Static method in class org.jboss.as.controller.operations.validation.EnumValidator
Creates a new validator for the enum type with the allowed values defined in the allowed parameter.
create(Class<E>, EnumSet<E>) - Static method in class org.jboss.as.controller.operations.validation.EnumValidator
Creates a new validator for the enum type with the allowed values defined in the allowed parameter.
create(String, AttributeDefinition...) - Static method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
create(String, ResourceDescriptionResolver) - Static method in class org.jboss.as.controller.NotificationDefinition.Builder
 
create(String, ObjectTypeAttributeDefinition) - Static method in class org.jboss.as.controller.ObjectMapAttributeDefinition
 
create(String, SimpleAttributeDefinition) - Static method in class org.jboss.as.controller.SimpleAttributeDefinitionBuilder
 
create(String, TransformerRegistry, ModelVersion, Map<PathAddress, ModelVersion>, TransformationTarget.TransformationTargetType) - Static method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
create(String, ModelNode) - Static method in class org.jboss.as.controller.SimpleAttributeDefinitionBuilder
 
create(String, ModelType) - Static method in class org.jboss.as.controller.SimpleAttributeDefinitionBuilder
 
create(String, ModelType, boolean) - Static method in class org.jboss.as.controller.SimpleAttributeDefinitionBuilder
 
create(Comparator<PathElement>) - Static method in class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
Creates a new describe handler.
create(ExecutorService) - Static method in class org.jboss.as.controller.notification.NotificationSupport.Factory
If the executorService parameter is null, the notifications will be emitted synchronously and may be subject to handlers blocking the execution.
create(AuthorizerConfiguration, RoleMapper) - Static method in class org.jboss.as.controller.access.rbac.StandardRBACAuthorizer
 
create(ModelVersion, Map<PathAddress, ModelVersion>) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
 
create(PathAddress, OperationContext) - Static method in class org.jboss.as.controller.registry.AliasEntry.AliasContext
 
create(PathElement, StandardResourceDescriptionResolver) - Static method in class org.jboss.as.controller.ResourceBuilder.Factory
 
create(ProcessType, PathAddress) - Static method in class org.jboss.as.controller.capability.registry.CapabilityScope.Factory
Create a CapabilityScope appropriate for the given process type and address
create(TransactionalProtocolClient, PathAddress, ProxyOperationAddressTranslator, ModelVersion) - Static method in class org.jboss.as.controller.remote.RemoteProxyController
Create a new remote proxy controller.
create(TransactionalProtocolClient, Transformers, PathAddress, ProxyOperationAddressTranslator) - Static method in class org.jboss.as.controller.TransformingProxyController.Factory
create(SimpleAttributeDefinition) - Static method in class org.jboss.as.controller.SimpleAttributeDefinitionBuilder
 
create(AliasOperationTransformer.AddressTransformer) - Static method in class org.jboss.as.controller.transform.AliasOperationTransformer
Deprecated.
 
create(TransformationTarget) - Static method in class org.jboss.as.controller.transform.Transformers.Factory
Returns a transformers object appropriate for the given target process.
create(TransformationTarget, Resource, ImmutableManagementResourceRegistration, ExpressionResolver, RunningMode, ProcessType, TransformerOperationAttachment) - Static method in class org.jboss.as.controller.transform.Transformers.Factory
Creates a ResourceTransformationContext
create(TransformationTarget, Resource, ImmutableManagementResourceRegistration, ExpressionResolver, RunningMode, ProcessType, TransformerOperationAttachment, Transformers.ResourceIgnoredTransformationRegistry) - Static method in class org.jboss.as.controller.transform.Transformers.Factory
Creates a ResourceTransformationContext
create(ManagementChannelHandler, PathAddress, ProxyOperationAddressTranslator) - Static method in class org.jboss.as.controller.remote.RemoteProxyController
Deprecated.
only present for test case use
create(ManagementChannelHandler, Transformers, PathAddress, ProxyOperationAddressTranslator) - Static method in class org.jboss.as.controller.TransformingProxyController.Factory
Creates a TransactionalProtocolClient based on the given channelAssociation and then uses that to create a TransformingProxyController.
create(ModelNode, TransformationContext) - Static method in class org.jboss.as.controller.registry.AliasEntry.AliasContext
 
create(ModelNode, Transformers.TransformationInputs) - Static method in class org.jboss.as.controller.registry.AliasEntry.AliasContext
 
create(T) - Static method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.SucceededOperation
Create a succeeded operation.
create(T, String) - Static method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
Create a failed operation.
create(T, Throwable) - Static method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
Create a failed operation.
CREATE_CALLER - Static variable in class org.jboss.as.controller.security.ControllerPermission
The Controller Permission named createCaller, which should be used to create a org.jboss.as.controller.access.Caller, with respect to access control decision.
CREATE_CALLER_NAME - Static variable in class org.jboss.as.controller.security.ControllerPermission
 
CREATE_REPORT_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
createAddOperation() - Static method in class org.jboss.as.controller.operations.common.Util
 
createAddOperation(OrderedChildTypesAttachment, ModelNode, Resource, Set<PathElement>) - Method in class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
 
createAddOperation(PathAddress) - Static method in class org.jboss.as.controller.operations.common.Util
 
createAddOperation(PathAddress, int) - Static method in class org.jboss.as.controller.operations.common.Util
 
createAddOperation(PathAddress, int, Map<String, ModelNode>) - Static method in class org.jboss.as.controller.operations.common.Util
 
createAddOperation(PathAddress, Map<String, ModelNode>) - Static method in class org.jboss.as.controller.operations.common.Util
 
createAddOperation(ModelNode, ModelNode, Set<PathElement>) - Method in class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
 
createBuilder(ModelVersion, ModelVersion) - Method in interface org.jboss.as.controller.transform.description.ChainedTransformationDescriptionBuilder
Add a transformer for a version delta
createChainedInstance(PathElement, ModelVersion) - Static method in class org.jboss.as.controller.transform.description.TransformationDescriptionBuilder.Factory
Create a chained builder instance
createChainedSubystemInstance(ModelVersion) - Static method in class org.jboss.as.controller.transform.description.TransformationDescriptionBuilder.Factory
Create a chained builder instance for a subsystem
createChildRegistry(PathAddress, ModelVersion, OperationTransformer) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
 
createChildRegistry(PathAddress, ModelVersion, PathAddressTransformer, ResourceTransformer, OperationTransformer, boolean) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
 
createChildRegistry(PathAddress, ModelVersion, PathAddressTransformer, ResourceTransformer, OperationTransformer, boolean, boolean) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
Register an operation transformer.
createChildRegistry(PathAddress, ModelVersion, ResourceTransformer, boolean) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
 
createChildRegistry(PathAddress, ModelVersion, ResourceTransformer, OperationTransformer, boolean) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
 
createChildResolver(String) - Method in interface org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver
Creates a ResourceDescriptionResolver whose descriptions are located via the specified key.
createChildResolver(PathElement) - Method in interface org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver
Creates a ResourceDescriptionResolver whose descriptions are located via keys generated from the specified path.
createChildResolver(PathElement, List<PathElement>) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
createChildResolver(PathElement, List<PathElement>) - Method in interface org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver
Creates a ResourceDescriptionResolver whose descriptions are located via keys generated from the specified path, or the alternate path if no description was found.
createChildResolver(PathElement, List<PathElement>) - Method in class org.jboss.as.controller.descriptions.SubsystemResourceDescriptionResolver
 
createChildResolver(PathElement, PathElement) - Method in interface org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver
Creates a ResourceDescriptionResolver whose descriptions are located via keys generated from the specified path, or the alternate path if no description was found.
createChildResolver(PathElement, PathElement...) - Method in interface org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver
Creates a ResourceDescriptionResolver whose descriptions are located via keys generated from the specified path, or the alternate paths if no description was found.
createChildResolver(PathElement, PathElement, PathElement) - Method in interface org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver
Creates a ResourceDescriptionResolver whose descriptions are located via keys generated from the specified path, or the alternate paths if no description was found.
createClient(Executor) - Method in interface org.jboss.as.controller.ModelControllerClientFactory
Create an in-VM client whose operations are executed with authorization checks performed based on the security identity that is associated with the calling thread when the client is invoked.
createClient(ManagementChannelHandler) - Static method in class org.jboss.as.controller.remote.TransactionalProtocolHandlers
Create a transactional protocol client.
createCompositeOperation(List<ModelNode>) - Static method in class org.jboss.as.controller.operations.common.Util
 
createConfigurationExtension(Path...) - Static method in class org.jboss.as.controller.persistence.ConfigurationExtensionFactory
Create the instance of ConfigurationExtension built from the supplemental configuration files.
createDefaultInterface(RuntimeCapability) - Static method in class org.jboss.as.controller.resource.AbstractSocketBindingGroupResourceDefinition
 
createDiscardingChildRegistry(PathAddress, ModelVersion) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
 
createDiscardInstance(PathElement) - Static method in class org.jboss.as.controller.transform.description.TransformationDescriptionBuilder.Factory
Create a builder instance discarding a child.
createDomainOperation() - Static method in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
createEmptyOperation(String, PathAddress) - Static method in class org.jboss.as.controller.operations.common.Util
 
createExtraValidationStepHandler() - Method in class org.jboss.as.controller.AbstractControllerService
 
createForHost(String, TransformerRegistry, ModelVersion, Map<PathAddress, ModelVersion>, Transformers.OperationExcludedTransformationRegistry) - Static method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
createHardCoded(ModelNode) - Static method in class org.jboss.as.controller.transform.description.AttributeConverter.Factory
Creates an AttributeConverter where the conversion is to a hard-coded value
createHardCoded(ModelNode, boolean) - Static method in class org.jboss.as.controller.transform.description.AttributeConverter.Factory
Creates an AttributeConverter where the conversion is to a hard-coded value, with the ability to restrict the conversion to cases where the value being converted is ModelType.UNDEFINED.
createInstance(PathElement) - Static method in class org.jboss.as.controller.transform.description.TransformationDescriptionBuilder.Factory
Create a resource builder instance.
createListAddOperation(PathAddress, String, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
createListClearOperation(PathAddress, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
createListGetOperation(PathAddress, String, int) - Static method in class org.jboss.as.controller.operations.common.Util
 
createListRemoveOperation(PathAddress, String, int) - Static method in class org.jboss.as.controller.operations.common.Util
 
createListRemoveOperation(PathAddress, String, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
createLocal() - Static method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
createLocal() - Static method in class org.jboss.as.controller.transform.Transformers.Factory
Create a local transformer, which will use the default transformation rules, however still respect the ignored resource transformation.
createMapClearOperation(PathAddress, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
createMapGetOperation(PathAddress, String, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
createMapPutOperation(PathAddress, String, String, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
createMapRemoveOperation(PathAddress, String, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
createNamed() - Static method in class org.jboss.as.controller.services.path.PathResourceDefinition
Creates a resource definition for a path resource that does not require that the path details be specified.
createNewConfiguration(boolean) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Create another audit logger configuration, e.g.
createNewConfiguration(boolean) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
createNewFile(File) - Method in class org.jboss.as.controller.audit.AbstractFileAuditLogHandler
This creates a new audit log file with default permissions.
createOperation(String, PathAddress) - Static method in class org.jboss.as.controller.operations.common.Util
 
createOperation(OperationDefinition, PathAddress) - Static method in class org.jboss.as.controller.operations.common.Util
 
createPrincipal(AuthorizerConfiguration.PrincipalType, String, String) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
createRegistration(ResourceDefinition) - Method in class org.jboss.as.controller.registry.ManagementResourceRegistration.Factory
Create a new root model node registration.
createRegistration(ResourceDefinition, AccessConstraintUtilizationRegistry, CapabilityRegistry) - Method in class org.jboss.as.controller.registry.ManagementResourceRegistration.Factory
Create a new root model node registration.
createRejectInstance(PathElement) - Static method in class org.jboss.as.controller.transform.description.TransformationDescriptionBuilder.Factory
Create a builder instance rejecting a child.
createRemoveOperation(PathAddress) - Static method in class org.jboss.as.controller.operations.common.Util
 
createResolvableSpecified(PathManagerService) - Static method in class org.jboss.as.controller.services.path.PathResourceDefinition
Creates a resource definition for a path resource that must have the path specified, but for which the read-resource management operation should support the resolve-expresssions parameter.
createResource(OperationContext) - Method in class org.jboss.as.controller.AbstractAddStepHandler
createResource(OperationContext, ModelNode) - Method in class org.jboss.as.controller.AbstractAddStepHandler
createResource(PathAddress) - Method in interface org.jboss.as.controller.OperationContext
Create a new resource, relative to the executed operation address.
createScopedPermission(Constraint, int) - Method in class org.jboss.as.controller.access.permission.SimpleManagementPermission
 
createServiceName(String, String) - Static method in class org.jboss.as.controller.security.CredentialStoreUpdateService
 
createSha1(boolean) - Static method in class org.jboss.as.controller.operations.validation.BytesValidator
 
createSpecified(PathManagerService) - Static method in class org.jboss.as.controller.services.path.PathResourceDefinition
Creates a resource definition for a path resource that must have the path specified, but for which the read-resource management operation should not support the resolve-expresssions parameter.
createSpecifiedNoServices() - Static method in class org.jboss.as.controller.services.path.PathResourceDefinition
Creates a resource definition for a path resource that must have the path specified, but for which interaction with the path manager should not be part of the execution of management operations.
createSubsystemInstance() - Static method in class org.jboss.as.controller.transform.description.TransformationDescriptionBuilder.Factory
Create a resource builder instance.
createSubsystemRoot(PathElement, StandardResourceDescriptionResolver, OperationStepHandler, OperationStepHandler) - Static method in class org.jboss.as.controller.ResourceBuilder.Factory
 
createSubsystemRoot(PathElement, StandardResourceDescriptionResolver, OperationStepHandler, OperationStepHandler, OperationStepHandler) - Static method in class org.jboss.as.controller.ResourceBuilder.Factory
 
createSubsystemTransformerRegistration(String, ModelVersion) - Method in class org.jboss.as.controller.transform.TransformerRegistry
 
createSuperUserClient(Executor) - Method in interface org.jboss.as.controller.ModelControllerClientFactory
Create an in-VM client whose operations are executed as if they were invoked by a user in the RBAC SuperUser role, regardless of any security identity that is or isn't associated with the calling thread when the client is invoked.
createSuperUserClient(Executor, boolean) - Method in interface org.jboss.as.controller.ModelControllerClientFactory
Create an in-VM client whose operations are executed as if they were invoked by a user in the RBAC SuperUser role, regardless of any security identity that is or isn't associated with the calling thread when the client is invoked.
createXMLMapper(Set<S>) - Static method in interface org.jboss.as.controller.xml.XMLAttributeSchema
Creates a StAX mapper from a set of schemas.
createXMLMapper(Set<S>) - Static method in interface org.jboss.as.controller.xml.XMLElementSchema
Creates a StAX mapper from a set of schemas.
CREDENTIAL - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
CREDENTIAL - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
CREDENTIAL_REFERENCE - org.jboss.as.controller.parsing.Element
 
CREDENTIAL_REFERENCE - Static variable in class org.jboss.as.controller.security.CredentialReference
Standard name of a credential reference attribute.
CREDENTIAL_STORE_CAPABILITY - Static variable in class org.jboss.as.controller.security.CredentialReference
Capability required by a credential-reference attribute if its store field is configured.
CREDENTIAL_STORE_UPDATE - Static variable in class org.jboss.as.controller.security.CredentialReference
 
CredentialReference - Class in org.jboss.as.controller.security
Utility class holding attribute definitions for credential-reference attribute in the model.
credentialReferencePartAsStringIfDefined(ModelNode, String) - Static method in class org.jboss.as.controller.security.CredentialReference
Utility method to return part of ObjectTypeAttributeDefinition for credential reference attribute.
CredentialReferenceWriteAttributeHandler - Class in org.jboss.as.controller.security
A write attribute handler that is capable of handling automatic updates of credential stores via credential reference attributes.
CredentialReferenceWriteAttributeHandler(AttributeDefinition) - Constructor for class org.jboss.as.controller.security.CredentialReferenceWriteAttributeHandler
 
CredentialReferenceWriteAttributeHandler(AttributeDefinition...) - Constructor for class org.jboss.as.controller.security.CredentialReferenceWriteAttributeHandler
 
CredentialStoreUpdateInfo - Class in org.jboss.as.controller.security
Information related to an automatic credential store update.
CredentialStoreUpdateService - Class in org.jboss.as.controller.security
A Service responsible for automatic updates of CredentialStores.
CRITERIA - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CURRENT - Static variable in class org.jboss.as.controller.ModelVersion
 
CURRENT - Static variable in enum org.jboss.as.controller.parsing.Namespace
The current namespace version.
currentAccessAuditContext() - Static method in class org.jboss.as.controller.AccessAuditContext
Deprecated.
Internal use, will be changed without warning at any time.
CurrentOperationIdHolder - Class in org.jboss.as.controller
Deprecated.
internal usage only
CurrentOperationIdHolder() - Constructor for class org.jboss.as.controller.CurrentOperationIdHolder
Deprecated.
 
CUSTOM_DISCOVERY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
CustomAuthorizer - Interface in org.jboss.as.controller.access
Interface for non-standard implementations of the Authorizer super-interface.

D

DATA - Static variable in class org.jboss.as.controller.notification.Notification
 
DATE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DATE_FORMAT - org.jboss.as.controller.parsing.Attribute
 
DATE_FORMAT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DATE_SEPARATOR - org.jboss.as.controller.parsing.Attribute
 
DATE_SEPARATOR - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DAY - org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler.Period
 
deactivate() - Method in class org.jboss.as.controller.ConfigurationChangesCollector.ConfigurationChangesCollectorImpl
 
deactivate() - Method in interface org.jboss.as.controller.ConfigurationChangesCollector
 
deadLock(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
deadLock(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
deadLock$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
DEBUG - org.jboss.as.controller.parsing.Attribute
 
DEBUG_ENABLED - org.jboss.as.controller.parsing.Attribute
 
DEBUG_OPTIONS - org.jboss.as.controller.parsing.Attribute
 
decorator(String) - Static method in class org.jboss.as.controller.PersistentResourceXMLDescription
Creates builder for passed path element
DEFAULT - Static variable in interface org.jboss.as.controller.AbstractControllerService.PartialModelIndicator
 
DEFAULT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEFAULT - Static variable in interface org.jboss.as.controller.operations.MultistepUtil.OperationHandlerResolver
 
DEFAULT - Static variable in interface org.jboss.as.controller.transform.OperationTransformer
 
DEFAULT - Static variable in interface org.jboss.as.controller.transform.PathAddressTransformer
 
DEFAULT - Static variable in interface org.jboss.as.controller.transform.ResourceTransformer
 
DEFAULT - Static variable in interface org.jboss.as.controller.transform.Transformers
A default Transformers.ResourceIgnoredTransformationRegistry that says that no addresses are being ignored.
DEFAULT - Static variable in interface org.jboss.as.controller.transform.Transformers.OperationExcludedTransformationRegistry
A default Transformers.OperationExcludedTransformationRegistry that says that no addresses are being excluded.
DEFAULT_APPLICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEFAULT_BOOT_STACK_SIZE - Static variable in class org.jboss.as.controller.AbstractControllerService
The default stack size for the thread used to process boot operations.
DEFAULT_INTERFACE - org.jboss.as.controller.parsing.Attribute
 
DEFAULT_INTERFACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEFAULT_REJECTION_POLICY - Static variable in interface org.jboss.as.controller.transform.OperationTransformer
 
DEFAULT_REQUIRES_ADDRESSABLE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEFAULT_REQUIRES_READ - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEFAULT_REQUIRES_WRITE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEFAULT_USER - org.jboss.as.controller.parsing.Attribute
 
DEFAULT_VALUE - Static variable in interface org.jboss.as.controller.transform.description.AttributeConverter
Converter for an existing attribute whose default value has changed.
DEFAULT_VALUE - Static variable in interface org.jboss.as.controller.transform.description.DiscardAttributeChecker
A standard checker which will discard the attribute if set to its default value.
DefaultAttributeConverter() - Constructor for class org.jboss.as.controller.transform.description.AttributeConverter.DefaultAttributeConverter
 
DefaultAttributeMarshaller - Class in org.jboss.as.controller
 
DefaultAttributeMarshaller() - Constructor for class org.jboss.as.controller.DefaultAttributeMarshaller
 
DefaultCheckersAndConverter - Class in org.jboss.as.controller.transform.description
DefaultCheckersAndConverter() - Constructor for class org.jboss.as.controller.transform.description.DefaultCheckersAndConverter
Constructor.
DefaultCheckersAndConverter(boolean, boolean) - Constructor for class org.jboss.as.controller.transform.description.DefaultCheckersAndConverter
Constructor
DefaultDiscardAttributeChecker() - Constructor for class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DefaultDiscardAttributeChecker
Constructor.
DefaultDiscardAttributeChecker(boolean, boolean) - Constructor for class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DefaultDiscardAttributeChecker
Constructor
DefaultNotificationDescriptionProvider - Class in org.jboss.as.controller.descriptions
Provides a default description of a notification.
DefaultNotificationDescriptionProvider(String, ResourceDescriptionResolver, NotificationDefinition.DataValueDescriptor) - Constructor for class org.jboss.as.controller.descriptions.DefaultNotificationDescriptionProvider
 
DefaultOperationDescriptionProvider - Class in org.jboss.as.controller.descriptions
Provides a default description of an operation.
DefaultOperationDescriptionProvider(String, ResourceDescriptionResolver, AttributeDefinition...) - Constructor for class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
 
DefaultOperationDescriptionProvider(String, ResourceDescriptionResolver, DeprecationData, AttributeDefinition...) - Constructor for class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
 
DefaultOperationDescriptionProvider(String, ResourceDescriptionResolver, ResourceDescriptionResolver, ModelType, ModelType, boolean, DeprecationData, AttributeDefinition[], AttributeDefinition...) - Constructor for class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
 
DefaultOperationDescriptionProvider(String, ResourceDescriptionResolver, ResourceDescriptionResolver, ModelType, ModelType, boolean, DeprecationData, AttributeDefinition[], AttributeDefinition[], List<AccessConstraintDefinition>) - Constructor for class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
 
DefaultOperationDescriptionProvider(String, ResourceDescriptionResolver, ResourceDescriptionResolver, ModelType, ModelType, DeprecationData, AttributeDefinition[], AttributeDefinition...) - Constructor for class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
 
DefaultOperationDescriptionProvider(String, ResourceDescriptionResolver, ModelType, AttributeDefinition...) - Constructor for class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
 
DefaultOperationDescriptionProvider(String, ResourceDescriptionResolver, ModelType, ModelType, AttributeDefinition...) - Constructor for class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
 
DefaultOperationDescriptionProvider(String, ResourceDescriptionResolver, ModelType, ModelType, DeprecationData, AttributeDefinition...) - Constructor for class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
 
DefaultPermissionFactory - Class in org.jboss.as.controller.access.rbac
Default PermissionFactory implementation that supports the WildFly default role-based access control permission scheme.
DefaultPermissionFactory(RoleMapper, AuthorizerConfiguration) - Constructor for class org.jboss.as.controller.access.rbac.DefaultPermissionFactory
Creates a new DefaultPermissionFactory
DefaultRejectAttributeChecker() - Constructor for class org.jboss.as.controller.transform.description.RejectAttributeChecker.DefaultRejectAttributeChecker
Constructor
DefaultResourceAddDescriptionProvider - Class in org.jboss.as.controller.descriptions
Uses an analysis of registry metadata to provide a default description of an operation that adds a resource.
DefaultResourceAddDescriptionProvider(ImmutableManagementResourceRegistration, ResourceDescriptionResolver) - Constructor for class org.jboss.as.controller.descriptions.DefaultResourceAddDescriptionProvider
 
DefaultResourceAddDescriptionProvider(ImmutableManagementResourceRegistration, ResourceDescriptionResolver, boolean) - Constructor for class org.jboss.as.controller.descriptions.DefaultResourceAddDescriptionProvider
 
DefaultResourceDescriptionProvider - Class in org.jboss.as.controller.descriptions
Provides a default description of a resource by analyzing the registry metadata.
DefaultResourceDescriptionProvider(ImmutableManagementResourceRegistration, ResourceDescriptionResolver) - Constructor for class org.jboss.as.controller.descriptions.DefaultResourceDescriptionProvider
 
DefaultResourceDescriptionProvider(ImmutableManagementResourceRegistration, ResourceDescriptionResolver, DeprecationData) - Constructor for class org.jboss.as.controller.descriptions.DefaultResourceDescriptionProvider
 
DefaultResourceRemoveDescriptionProvider - Class in org.jboss.as.controller.descriptions
Default provider for a resource "remove" operation.
DefaultResourceRemoveDescriptionProvider(ResourceDescriptionResolver) - Constructor for class org.jboss.as.controller.descriptions.DefaultResourceRemoveDescriptionProvider
 
DefaultResourceRemoveDescriptionProvider(ResourceDescriptionResolver, DeprecationData) - Constructor for class org.jboss.as.controller.descriptions.DefaultResourceRemoveDescriptionProvider
 
DeferredExtensionContext - Class in org.jboss.as.controller.parsing
Class that defers loading parsed extension data until a later time, this allows parse-time system properties to be evaluated before any extensions are loaded
DeferredExtensionContext(ModuleLoader, ExtensionRegistry, ExecutorService) - Constructor for class org.jboss.as.controller.parsing.DeferredExtensionContext
 
DEFINED - Static variable in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
 
DEFINITION - Static variable in class org.jboss.as.controller.BootErrorCollector.ListBootErrorsHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.CompositeOperationHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.ConfigurationPublishHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.NamespaceAddHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.NamespaceRemoveHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.ResolveExpressionHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.SchemaLocationAddHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.SchemaLocationRemoveHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.SnapshotDeleteHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.SnapshotListHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.SnapshotTakeHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.ValidateAddressOperationHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.ValidateOperationHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.common.XmlMarshallingHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.global.QueryOperationHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ReadAttributeHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ReadConfigAsFeaturesOperationHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ReadFeatureDescriptionHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ReadResourceHandler
 
DEFINITION - Static variable in class org.jboss.as.controller.operations.global.WriteAttributeHandler
 
DEFINITION_HIDDEN - Static variable in class org.jboss.as.controller.operations.common.ValidateOperationHandler
 
delegate - Variable in class org.jboss.as.controller.DelegatingResourceDefinition
 
DelegatingConfigurableAuthorizer - Class in org.jboss.as.controller.access.management
A Authorizer that delegates to another.
DelegatingConfigurableAuthorizer() - Constructor for class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
DelegatingImmutableManagementResourceRegistration - Class in org.jboss.as.controller.registry
ImmutableManagementResourceRegistration implementation that simply delegates to another ImmutableManagementResourceRegistration (typically a mutable implementation of sub-interface ManagementResourceRegistration).
DelegatingImmutableManagementResourceRegistration(ImmutableManagementResourceRegistration) - Constructor for class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
Creates a new ImmutableManagementResourceRegistration.
DelegatingManagementResourceRegistration - Class in org.jboss.as.controller.registry
ManagementResourceRegistration implementation that simply delegates to another ManagementResourceRegistration.
DelegatingManagementResourceRegistration(DelegatingManagementResourceRegistration.RegistrationDelegateProvider) - Constructor for class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
Creates a new DelegatingManagementResourceRegistration with a possibly changing delegate.
DelegatingManagementResourceRegistration(ManagementResourceRegistration) - Constructor for class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
Creates a new DelegatingManagementResourceRegistration with a fixed delegate.
DelegatingManagementResourceRegistration.RegistrationDelegateProvider - Interface in org.jboss.as.controller.registry
Provides a delegate for use by a DelegatingManagementResourceRegistration.
DelegatingResource - Class in org.jboss.as.controller.registry
Resource implementation that simply delegates to another Resource.
DelegatingResource(DelegatingResource.ResourceDelegateProvider) - Constructor for class org.jboss.as.controller.registry.DelegatingResource
Creates a new DelegatingResource with a possibly changing delegate.
DelegatingResource(Resource) - Constructor for class org.jboss.as.controller.registry.DelegatingResource
Creates a new DelegatingResource with a fixed delegate.
DelegatingResource.ResourceDelegateProvider - Interface in org.jboss.as.controller.registry
Provides a delegate for use by a DelegatingResource.
DelegatingResourceDefinition - Class in org.jboss.as.controller
 
DelegatingResourceDefinition() - Constructor for class org.jboss.as.controller.DelegatingResourceDefinition
 
deleteSnapshot(String) - Method in class org.jboss.as.controller.persistence.AbstractConfigurationPersister
 
deleteSnapshot(String) - Method in class org.jboss.as.controller.persistence.BackupXmlConfigurationPersister
 
deleteSnapshot(String) - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister
Deletes a snapshot using its name.
DENY - org.jboss.as.controller.access.AuthorizationResult.Decision
 
DEPLOY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEPLOYER - org.jboss.as.controller.access.rbac.StandardRole
 
DEPLOYMENT - org.jboss.as.controller.parsing.Attribute
 
DEPLOYMENT - org.jboss.as.controller.parsing.Element
 
DEPLOYMENT - Static variable in class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
DEPLOYMENT - Static variable in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
DEPLOYMENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEPLOYMENT_AS_LIST - Static variable in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
DEPLOYMENT_DEPLOYED_NOTIFICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEPLOYMENT_OVERLAY - org.jboss.as.controller.parsing.Attribute
 
DEPLOYMENT_OVERLAY - org.jboss.as.controller.parsing.Element
 
DEPLOYMENT_OVERLAY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEPLOYMENT_OVERLAY_LINK_REMOVAL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEPLOYMENT_OVERLAYS - org.jboss.as.controller.parsing.Element
 
DEPLOYMENT_UNDEPLOYED_NOTIFICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
deploymentResourceMustBeRuntimeOnly() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
deploymentResourceMustBeRuntimeOnly() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
deploymentResourceMustBeRuntimeOnly$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
DEPLOYMENTS - org.jboss.as.controller.parsing.Element
 
DEPLOYMENTS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
deprecated(ModelVersion) - Method in interface org.jboss.as.controller.ResourceBuilder
 
DEPRECATED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DEPRECATED_LOGGER - Static variable in interface org.jboss.as.controller.logging.ControllerLogger
A logger for logging deprecated resources usage
deprecatedAndCurrentParameterMismatch(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
deprecatedAndCurrentParameterMismatch(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
deprecatedAndCurrentParameterMismatch$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
DeprecatedResourceDescriptionResolver - Class in org.jboss.as.controller.descriptions
Resource resolver that in case that doesn't find deprecated description uses subsystem-name.deprecated key.
DeprecatedResourceDescriptionResolver(String, String, String, ClassLoader) - Constructor for class org.jboss.as.controller.descriptions.DeprecatedResourceDescriptionResolver
 
DeprecatedResourceDescriptionResolver(String, String, String, ClassLoader, boolean, boolean) - Constructor for class org.jboss.as.controller.descriptions.DeprecatedResourceDescriptionResolver
 
deprecationData - Variable in class org.jboss.as.controller.OperationDefinition
 
deprecationData - Variable in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
DeprecationData - Class in org.jboss.as.controller
Encapsulates information about the deprecation of a management resource, attribute or operation.
DeprecationData(ModelVersion) - Constructor for class org.jboss.as.controller.DeprecationData
Creates a new DeprecationData which will return false from DeprecationData.isNotificationUseful().
DeprecationData(ModelVersion, boolean) - Constructor for class org.jboss.as.controller.DeprecationData
Creates a new DeprecationData, with an option to disable notifications to users when the use the deprecated item.
DEPTH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
deregisterCapability(String) - Method in interface org.jboss.as.controller.OperationContext
Record that a previously registered capability will no longer be available.
deregisterCapabilityRequirement(String, String) - Method in interface org.jboss.as.controller.OperationContext
Record that a previously registered requirement for a capability will no longer exist.
deregisterCapabilityRequirement(String, String, String) - Method in interface org.jboss.as.controller.OperationContext
Record that a previously registered requirement for a capability will no longer exist.
describe(ResourceBundle) - Method in interface org.jboss.as.controller.NotificationDefinition.DataValueDescriptor
 
describe(OrderedChildTypesAttachment, Resource, ModelNode, ModelNode, ImmutableManagementResourceRegistration) - Method in class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
 
DESCRIBE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DESCRIBE_EFFECTS - Static variable in class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
 
DESCRIPTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
descriptionProvider - Variable in class org.jboss.as.controller.OperationDefinition
 
DescriptionProvider - Interface in org.jboss.as.controller.descriptions
Provides information (description, list of attributes, list of children) describing the structure of an addressable model node or operation.
DESTINATION_ADDRESS - org.jboss.as.controller.parsing.Attribute
 
DESTINATION_ADDRESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DESTINATION_PORT - org.jboss.as.controller.parsing.Attribute
 
DESTINATION_PORT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DESTROY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DESTROY_SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
detach(CapabilityResolutionContext.AttachmentKey<V>) - Method in class org.jboss.as.controller.capability.registry.CapabilityResolutionContext
Detaches or removes the value from this context.
detach(OperationContext.AttachmentKey<T>) - Method in interface org.jboss.as.controller.OperationContext
Detaches or removes the value from this context.
detach(OperationContext.AttachmentKey<T>) - Method in interface org.jboss.as.controller.transform.TransformationContext
Detaches or removes the value from this context.
detach(OperationContext.AttachmentKey<V>) - Method in class org.jboss.as.controller.transform.ContextAttachments
 
detach(OperationContext.AttachmentKey<V>) - Method in class org.jboss.as.controller.transform.TransformerOperationAttachment
 
detachAliasAddress(OperationContext, ModelNode) - Static method in class org.jboss.as.controller.registry.WildcardReadResourceDescriptionAddressHack
 
DETAILS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DIRECTORY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DIRECTORY_GROUPING - org.jboss.as.controller.parsing.Attribute
 
DIRECTORY_GROUPING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
directoryNotFound(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
directoryNotFound(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the directory.
directoryNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
DISABLE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DISABLE_NEXT - org.jboss.as.controller.audit.AuditLogger.Status
The logger will log one more record, after which it will switch to status AuditLogger.Status.DISABLED.
DISABLED - org.jboss.as.controller.audit.AuditLogger.Status
The logger is discarding any log requests, and any queued requests have been discarded
DISABLED_DUE_TO_FAILURE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DISABLED_TIME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DISABLED_TIMESTAMP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
disablingLoggingDueToFailures(short) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
disablingLoggingDueToFailures(short) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating that audit logging is being disabled due to logging failures.
disablingLoggingDueToFailures$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
disablingLogHandlerDueToFailures(int, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
disablingLogHandlerDueToFailures(int, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating that audit logging is being disabled due to logging failures.
disablingLogHandlerDueToFailures$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
disallowedHeaderName(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
disallowedHeaderName(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
disallowedHeaderName$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
DISCARD - org.jboss.as.controller.persistence.ConfigurationFile.InteractionPolicy
Delete the existing file if it exists and create a new empty file
DISCARD - Static variable in class org.jboss.as.controller.registry.OperationTransformerRegistry
 
DISCARD - Static variable in interface org.jboss.as.controller.transform.OperationTransformer
 
DISCARD - Static variable in interface org.jboss.as.controller.transform.ResourceTransformer
 
DISCARD - Static variable in interface org.jboss.as.controller.transform.TransformerEntry
 
DISCARD_AND_WARN - org.jboss.as.controller.transform.description.DiscardPolicy
Discard operations silently, but warn for resource transformations.
DISCARD_OPERATION - Static variable in class org.jboss.as.controller.transform.TransformerRegistry
 
DiscardAttributeChecker - Interface in org.jboss.as.controller.transform.description
Checks whether an attribute should be discarded or not
DiscardAttributeChecker.DefaultDiscardAttributeChecker - Class in org.jboss.as.controller.transform.description
A default implementation of DiscardAttributeChecker
DiscardAttributeChecker.DiscardAttributeValueChecker - Class in org.jboss.as.controller.transform.description
An attribute checker that discards attributes if they are one or more allowed values
DiscardAttributesTransformer - Class in org.jboss.as.controller.transform
Discards attributes silently.
DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover, String...) - Constructor for class org.jboss.as.controller.transform.DiscardAttributesTransformer
Creates a new transformer.
DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover, Set<String>) - Constructor for class org.jboss.as.controller.transform.DiscardAttributesTransformer
Creates a new transformer.
DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover, AttributeDefinition...) - Constructor for class org.jboss.as.controller.transform.DiscardAttributesTransformer
Creates a new transformer.
DiscardAttributesTransformer.AttributeValueDiscardApprover - Class in org.jboss.as.controller.transform
A DiscardApprover that checks the value of a provided attribute in order to decide whether transformation is allowed.
DiscardAttributesTransformer.DiscardApprover - Interface in org.jboss.as.controller.transform
Approves the transformation of the resource or operation.
DiscardAttributeValueChecker(boolean, boolean, ModelNode...) - Constructor for class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DiscardAttributeValueChecker
Constructor.
DiscardAttributeValueChecker(ModelNode...) - Constructor for class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DiscardAttributeValueChecker
Constructor.
discardChildResource(PathElement) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Recursively discards all child resources and its operations.
discardedResourceTransformation(PathAddress, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
discardedResourceTransformation(PathAddress, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
discardedResourceTransformation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
discardExpressions - Variable in class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DefaultDiscardAttributeChecker
 
DiscardOldDefaultValueParser(String) - Constructor for class org.jboss.as.controller.AttributeParser.DiscardOldDefaultValueParser
 
discardOperation(PathAddress, int, int, String) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
Discard an operation.
discardOperation(PathAddress, ModelVersion, String) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
Discard an operation.
discardOperations(String...) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Don't forward and just discard the operation.
discardOperations(String...) - Method in class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
discardOperations(String...) - Method in interface org.jboss.as.controller.transform.TransformersSubRegistration
Don't forward and just discard the operation.
DiscardPolicy - Enum in org.jboss.as.controller.transform.description
Policy defining whether resource or operation transformations should be rejected.
DiscardTransformationDescriptionBuilder - Class in org.jboss.as.controller.transform.description
Transformation builder discarding all operations to this resource.
DiscardTransformationDescriptionBuilder(PathElement) - Constructor for class org.jboss.as.controller.transform.description.DiscardTransformationDescriptionBuilder
 
discardUndefined - Variable in class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DefaultDiscardAttributeChecker
 
DiscardUndefinedAttributesTransformer - Class in org.jboss.as.controller.transform
Transformer that hides new attributes from legacy slaves if the attribute value is undefined.
DiscardUndefinedAttributesTransformer(String...) - Constructor for class org.jboss.as.controller.transform.DiscardUndefinedAttributesTransformer
 
DiscardUndefinedAttributesTransformer(Set<String>) - Constructor for class org.jboss.as.controller.transform.DiscardUndefinedAttributesTransformer
 
DiscardUndefinedAttributesTransformer(AttributeDefinition...) - Constructor for class org.jboss.as.controller.transform.DiscardUndefinedAttributesTransformer
 
DISCOVERY_OPTION - org.jboss.as.controller.parsing.Element
 
DISCOVERY_OPTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DISCOVERY_OPTIONS - org.jboss.as.controller.parsing.Element
 
DISCOVERY_OPTIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
discoveryOptionsMustBeDeclared(String, String, String, String, String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
discoveryOptionsMustBeDeclared(String, String, String, String, String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that discoveryOptionsName must be declared or the hostName and portName need to be provided.
discoveryOptionsMustBeDeclared$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
doAs(boolean, SecurityIdentity, InetAddress, PrivilegedAction<T>) - Static method in class org.jboss.as.controller.AccessAuditContext
Perform work with a new AccessAuditContext as a particular SecurityIdentity
doAs(boolean, SecurityIdentity, InetAddress, PrivilegedExceptionAction<T>) - Static method in class org.jboss.as.controller.AccessAuditContext
Perform work with a new AccessAuditContext as a particular SecurityIdentity
doAs(SecurityIdentity, InetAddress, PrivilegedAction<T>) - Static method in class org.jboss.as.controller.AccessAuditContext
Perform work with a new AccessAuditContext as a particular SecurityIdentity
doAs(SecurityIdentity, InetAddress, PrivilegedExceptionAction<T>) - Static method in class org.jboss.as.controller.AccessAuditContext
Perform work with a new AccessAuditContext as a particular SecurityIdentity
doCommit(InputStream) - Method in class org.jboss.as.controller.persistence.AbstractFilePersistenceResource
 
doCommit(InputStream) - Method in class org.jboss.as.controller.persistence.ConfigurationFilePersistenceResource
 
doCommit(InputStream) - Method in class org.jboss.as.controller.persistence.FilePersistenceResource
 
DOMAIN - org.jboss.as.controller.ExtensionContext.ContextType
The Extension will be for use in domain-wide profiles managed by a Host Controller.
DOMAIN - org.jboss.as.controller.OperationContext.Stage
The step performs any actions needed to cause the operation to take effect on the relevant servers in the domain.
DOMAIN - org.jboss.as.controller.parsing.Element
 
DOMAIN - org.jboss.as.controller.transform.TransformationTarget.TransformationTargetType
 
DOMAIN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DOMAIN_1_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_1_1 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_1_2 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_1_3 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_1_4 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_1_5 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_1_6 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_1_7 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_1_8 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_10_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_11_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_12_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_13_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_14_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_15_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_16_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_17_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_18_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_19_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_2_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_2_1 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_2_2 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_20_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_3_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_4_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_4_1 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_4_2 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_5_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_6_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_7_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_8_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_9_0 - org.jboss.as.controller.parsing.Namespace
 
DOMAIN_CONFIG - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DOMAIN_CONTROLLER - org.jboss.as.controller.parsing.Element
 
DOMAIN_CONTROLLER - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
DOMAIN_CONTROLLER - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
DOMAIN_CONTROLLER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DOMAIN_EXECUTION_KEY - Static variable in class org.jboss.as.controller.CompositeOperationHandler
Deprecated.
DOMAIN_FAILURE_DESCRIPTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DOMAIN_MODEL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DOMAIN_NAMES - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
DOMAIN_NAMES - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
DOMAIN_ORGANIZATION - org.jboss.as.controller.parsing.Attribute
 
DOMAIN_ORGANIZATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DOMAIN_PUSH_TO_SERVERS - org.jboss.as.controller.registry.OperationEntry.Flag
A domain or host-level operation that should be pushed to the servers even if the default behavior would indicate otherwise
DOMAIN_RESULTS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DOMAIN_ROLLOUT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DOMAIN_SERVER - org.jboss.as.controller.ProcessType
 
DOMAIN_UUID - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
DOMAIN_UUID - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
domainControllerMustBeDeclared(String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
domainControllerMustBeDeclared(String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating either the remoteName or the localName domain controller configuration must be declared.
domainControllerMustBeDeclared$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
DomainOperationTransmuter - Interface in org.jboss.as.controller.operations
Class that is used to transform an operation before it is send to other servers in the domain.
domainValues() - Static method in enum org.jboss.as.controller.parsing.Namespace
 
DONE - org.jboss.as.controller.OperationContext.Stage
The operation has completed execution.
doReload(T) - Method in interface org.jboss.as.controller.operations.common.ProcessReloadHandler.ReloadContext
 
drainTo(Collection<TransactionalProtocolClient.PreparedOperation<T>>) - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener
 
DUMP_SERVICES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
duplicateAttribute(String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateAttribute(String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an attribute, represented by the name parameter, has already been declared.
duplicateAttribute(XMLExtendedStreamReader, String) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting that an attribute of a given name has already been declared in this scope.
duplicateAttribute$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateDeclaration(String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateDeclaration(String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a duplicate declaration.
duplicateDeclaration(String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateDeclaration(String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a duplicate declaration.
duplicateDeclaration1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateDeclaration2$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateElement(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateElement(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating ad duplicate path element, represented by the name parameter, was found.
duplicateElement$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateElementsInList(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateElementsInList(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
duplicateElementsInList$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateExtensionElement(String, String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateExtensionElement(String, String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the parser has found more than one extension element with the same 'module' attribute value.
duplicateExtensionElement$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateInterfaceDeclaration(Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateInterfaceDeclaration(Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a duplicate interface declaration.
duplicateInterfaceDeclaration$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateNamedElement(String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateNamedElement(String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an element, represented by the name parameter, has already been declared.
duplicateNamedElement(XMLExtendedStreamReader, String) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting that an element of a given type and name has already been declared in this scope.
duplicateNamedElement$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateResource(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateResource(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the resource is a duplicate.
duplicateResource$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateResourceAddress(PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateResourceAddress(PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the resource is a duplicate.
duplicateResourceAddress$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateResourceType(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateResourceType(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the resource type is a duplicate.
duplicateResourceType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateSubsystem(String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
duplicateSubsystem(String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an IllegalStateException indicating a subsystem with the given name has already been registered by a different extension.
duplicateSubsystem$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
DYNAMIC - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DYNAMIC_ELEMENTS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
DynamicDiscardPolicy - Interface in org.jboss.as.controller.transform.description
 
DynamicNameMappers - Class in org.jboss.as.controller.capability
Utility class defining name mappers.
DynamicNameMappers() - Constructor for class org.jboss.as.controller.capability.DynamicNameMappers
 

E

EarlyResponseSendListener - Interface in org.jboss.as.controller.remote
Callback that can be provided to operation step handlers for operations like 'reload' and 'shutdown' where the response needs to be sent to the caller before the operation completes.
Element - Enum in org.jboss.as.controller.parsing
An enumeration of all the recognized core configuration XML element local names, by name.
ELEMENT_ONLY_OBJECT - Static variable in class org.jboss.as.controller.AttributeMarshaller
Marshaller for ObjectTypeAttributeDefinition.
elementName - Variable in class org.jboss.as.controller.AttributeMarshallers.MapAttributeMarshaller
 
elementName - Variable in class org.jboss.as.controller.AttributeParsers.MapParser
 
elements() - Method in class org.jboss.as.controller.access.permission.AllPermissionsCollection
 
elements() - Method in class org.jboss.as.controller.access.permission.ManagementPermissionCollection
 
elementValidator - Variable in class org.jboss.as.controller.MapAttributeDefinition.Builder
 
ELYTRON_SECURITY_DOMAIN_REF - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
ELYTRON_SECURITY_DOMAIN_REF - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
EMBEDDED_HOST_CONTROLLER - org.jboss.as.controller.ProcessType
 
EMBEDDED_SERVER - org.jboss.as.controller.ProcessType
 
emit(Notification) - Method in interface org.jboss.as.controller.OperationContext
Emit a Notification.
emit(Notification...) - Method in interface org.jboss.as.controller.notification.NotificationSupport
Emit Notification(s).
EMPTY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
EMPTY - Static variable in class org.jboss.as.controller.operations.global.ReportAttacher.AbstractReportAttacher
 
EMPTY_ADDRESS - Static variable in class org.jboss.as.controller.PathAddress
An empty address.
ENABLE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ENABLE_AUTO_START - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ENABLED - org.jboss.as.controller.parsing.Attribute
 
ENABLED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ENABLED - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
ENABLED_CIPHER_SUITES - org.jboss.as.controller.parsing.Attribute
 
ENABLED_CIPHER_SUITES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ENABLED_PROTOCOLS - org.jboss.as.controller.parsing.Attribute
 
ENABLED_PROTOCOLS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ENABLED_TIME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ENABLED_TIMESTAMP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
end() - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Finish with this attribute builder and return control to the parent resource transformation builder
ENGINE - org.jboss.as.controller.parsing.Element
 
ENTIRE_RESOURCE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
entryType - Variable in class org.jboss.as.controller.OperationDefinition
 
entryType - Variable in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
EnumValidator<E extends Enum<E>> - Class in org.jboss.as.controller.operations.validation
ParameterValidator that validates the value is a string matching one of the Enum types.
EnumValidator(Class<E>, E...) - Constructor for class org.jboss.as.controller.operations.validation.EnumValidator
Creates a validator where the specified enum values are allowed
EnumValidator(Class<E>, EnumSet<E>) - Constructor for class org.jboss.as.controller.operations.validation.EnumValidator
Creates a validator where the specified enum values are allowed
ENV_CLASSPATH_IGNORED - org.jboss.as.controller.parsing.Attribute
 
Environment - Class in org.jboss.as.controller.access
Miscellaneous information describing the environment in which an access control decision is being made.
Environment(ControlledProcessState, ProcessType) - Constructor for class org.jboss.as.controller.access.Environment
 
ENVIRONMENT_VARIABLES - org.jboss.as.controller.parsing.Element
 
EnvVarAttributeOverrider - Class in org.jboss.as.controller
Utility class to override the value of an attribute by setting an env var corresponding to the address of the resource and the name of the attribute to override.
EnvVarAttributeOverrider() - Constructor for class org.jboss.as.controller.EnvVarAttributeOverrider
 
equals(Object) - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
equals(Object) - Method in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
equals(Object) - Method in class org.jboss.as.controller.access.management.AccessConstraintKey
 
equals(Object) - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
equals(Object) - Method in class org.jboss.as.controller.access.management.AuthorizedAddress
 
equals(Object) - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
equals(Object) - Method in class org.jboss.as.controller.access.permission.CombinationManagementPermission
 
equals(Object) - Method in class org.jboss.as.controller.access.permission.ManagementPermission
 
equals(Object) - Method in class org.jboss.as.controller.access.permission.SimpleManagementPermission
 
equals(Object) - Method in class org.jboss.as.controller.AttributeDefinition.NameAndGroup
 
equals(Object) - Method in class org.jboss.as.controller.capability.registry.CapabilityId
 
equals(Object) - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
 
equals(Object) - Method in class org.jboss.as.controller.capability.registry.RegistrationPoint
 
equals(Object) - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
 
equals(Object) - Method in class org.jboss.as.controller.capability.RuntimeCapability
 
equals(Object) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
equals(Object) - Method in class org.jboss.as.controller.interfaces.AnyInterfaceCriteria
 
equals(Object) - Method in class org.jboss.as.controller.interfaces.InetAddressMatchInterfaceCriteria
 
equals(Object) - Method in class org.jboss.as.controller.interfaces.LoopbackAddressInterfaceCriteria
 
equals(Object) - Method in class org.jboss.as.controller.interfaces.NicInterfaceCriteria
 
equals(Object) - Method in class org.jboss.as.controller.interfaces.NicMatchInterfaceCriteria
 
equals(Object) - Method in class org.jboss.as.controller.interfaces.NotInterfaceCriteria
 
equals(Object) - Method in class org.jboss.as.controller.interfaces.SubnetMatchInterfaceCriteria
 
equals(Object) - Method in class org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria
 
equals(Object) - Method in class org.jboss.as.controller.ModelVersion
 
equals(Object) - Method in class org.jboss.as.controller.PathAddress
Determine whether this object is equal to another.
equals(Object) - Method in class org.jboss.as.controller.PathElement
Determine whether this object is equal to another.
equals(Object) - Method in class org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
 
equals(Object) - Method in class org.jboss.as.controller.registry.RuntimePackageDependency
 
equals(Object) - Method in class org.jboss.as.controller.security.InetAddressPrincipal
Determine whether this instance is equal to another.
equals(Object) - Method in class org.jboss.as.controller.xml.SimpleNamespace
 
equals(PathAddress) - Method in class org.jboss.as.controller.PathAddress
Determine whether this object is equal to another.
equals(PathElement) - Method in class org.jboss.as.controller.PathElement
Determine whether this object is equal to another.
equals(InetAddressPrincipal) - Method in class org.jboss.as.controller.security.InetAddressPrincipal
Determine whether this instance is equal to another.
ERROR - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
errorBootingContainer(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorBootingContainer(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating there was an error booting the container.
errorBootingContainer(Throwable, long, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorBootingContainer(Throwable, long, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating there was an error booting the container.
errorBootingContainer0$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorBootingContainer2$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorConstructingYAMLMapping(Mark, NodeId) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorConstructingYAMLMapping(Mark, NodeId) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
errorConstructingYAMLMapping$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorObtainingPassword(Exception, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorObtainingPassword(Exception, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
errorObtainingPassword$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorRevertingOperation(Throwable, String, String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorRevertingOperation(Throwable, String, String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating the class, represented by the className parameter, caught exception attempting to revert the operation, represented by the op parameter, at the address, represented by the address parameter.
errorRevertingOperation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorStoppingServer(Exception) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
errorStoppingServer(Exception) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
errorStoppingServer$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ESCAPE_CONTROL_CHARACTERS - org.jboss.as.controller.parsing.Attribute
 
ESCAPE_CONTROL_CHARACTERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ESCAPE_NEW_LINE - org.jboss.as.controller.parsing.Attribute
 
ESCAPE_NEW_LINE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
EVICTION_TIME - org.jboss.as.controller.parsing.Attribute
 
EXCEPTIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
EXCLUDE - org.jboss.as.controller.access.management.WritableAuthorizerConfiguration.MatchType
Any exclusive match, where a match precludes mapping a org.jboss.as.controller.access.Caller to a AuthorizerConfiguration.RoleMapping
EXCLUDE - org.jboss.as.controller.parsing.Element
 
EXCLUDE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
EXCLUDED_EXTENSIONS - org.jboss.as.controller.parsing.Element
 
EXCLUDED_EXTENSIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
EXCLUSIVE_RUNNING_TIME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
execute(Operation) - Method in interface org.jboss.as.controller.LocalModelControllerClient
 
execute(Operation, OperationMessageHandler) - Method in interface org.jboss.as.controller.LocalModelControllerClient
 
execute(Operation, OperationMessageHandler, ModelController.OperationTransactionControl) - Method in interface org.jboss.as.controller.ModelController
Execute an operation, sending updates to the given handler, and making available in the return value any streams that may have been associated with the response.
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.AbstractAddStepHandler
{@inheritDoc
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.AbstractModelUpdateHandler
{@inheritDoc
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.AbstractRemoveStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.AbstractRuntimeOnlyHandler
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.AbstractWriteAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.BootErrorCollector.ListBootErrorsHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.CompositeOperationHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.extension.ExtensionAddHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.extension.ExtensionRemoveHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.extension.ParallelExtensionAddHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.extension.UnsupportedSubsystemDescribeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition.HttpUpgradeAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.NoopOperationStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.ConfigurationPublishHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.InterfaceCriteriaWriteHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.NamespaceRemoveHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment.ProcessNameWriteAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.ProcessReloadHandler
Execute this step.
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.ProcessStateAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.ResolveExpressionHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.SchemaLocationRemoveHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.SnapshotDeleteHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.SnapshotListHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.SnapshotTakeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.ValidateAddressOperationHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.ValidateOperationHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.XmlMarshallingHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.global.ReadAttributeGroupNamesHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.global.ReadChildrenNamesHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.global.ReadChildrenResourcesHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.global.ReadChildrenTypesHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.global.ReadConfigAsFeaturesOperationHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.global.ReadOperationDescriptionHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.global.ReadOperationNamesHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.global.UndefineAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.global.WriteAttributeHandler
 
execute(OperationContext, ModelNode) - Method in interface org.jboss.as.controller.OperationStepHandler
Execute this step.
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.ParallelBootOperationStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.ProxyStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.ReadResourceNameOperationStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.registry.AliasStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.RestartParentResourceHandlerBase
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.services.path.PathAddHandler
{@inheritDoc
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.services.path.PathRemoveHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.services.path.ResolvePathHandler
 
execute(TransactionalProtocolClient.TransactionalOperationListener<TransactionalProtocolClient.Operation>, ModelNode, OperationMessageHandler, OperationAttachments) - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient
Execute an operation.
execute(TransactionalProtocolClient.TransactionalOperationListener<T>, T) - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient
Execute an operation.
execute(ModelNode) - Method in interface org.jboss.as.controller.LocalModelControllerClient
 
execute(ModelNode, OperationMessageHandler) - Method in interface org.jboss.as.controller.LocalModelControllerClient
 
execute(ModelNode, OperationMessageHandler, ModelController.OperationTransactionControl, OperationAttachments) - Method in interface org.jboss.as.controller.ModelController
Execute an operation, sending updates to the given handler.
execute(ModelNode, OperationMessageHandler, ProxyController.ProxyOperationControl, OperationAttachments, BlockingTimeout) - Method in interface org.jboss.as.controller.ProxyController
Execute an operation, sending updates to the given handler and receiving the response via the given ModelController.OperationTransactionControl.
execute(ModelNode, OperationMessageHandler, ProxyController.ProxyOperationControl, OperationAttachments, BlockingTimeout) - Method in class org.jboss.as.controller.remote.RemoteProxyController
Execute an operation, sending updates to the given handler and receiving the response via the given ModelController.OperationTransactionControl.
EXECUTE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
EXECUTE_FOR_COORDINATOR - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
executeAdditionalCliBootScript() - Method in class org.jboss.as.controller.AbstractControllerService
 
executeBlocking(ModelNode, TransactionalProtocolClient) - Static method in class org.jboss.as.controller.remote.TransactionalProtocolHandlers
Execute blocking for a prepared result.
executeOperation(Operation, OperationMessageHandler) - Method in interface org.jboss.as.controller.LocalModelControllerClient
 
executeReadOnlyOperation(ModelNode, OperationMessageHandler, ModelController.OperationTransactionControl, OperationStepHandler, int) - Method in class org.jboss.as.controller.AbstractControllerService
 
executeReadOnlyOperation(ModelNode, ModelController.OperationTransactionControl, OperationStepHandler) - Method in class org.jboss.as.controller.AbstractControllerService
 
executeReadOnlyOperation(ModelNode, Resource, ModelController.OperationTransactionControl, OperationStepHandler) - Method in class org.jboss.as.controller.AbstractControllerService
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.controller.AbstractRuntimeOnlyHandler
Execute this step in OperationContext.Stage.RUNTIME.
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.controller.services.path.PathInfoHandler
Compute the file usage metric which contains the total size of a folder and the usable space (as in Java nio).
EXECUTING - org.jboss.as.controller.OperationContext.ExecutionStatus
 
executingBootCliScript(File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
executingBootCliScript(File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
executingBootCliScript$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
EXECUTION_STATUS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
EXECUTOR_CAPABILITY - Static variable in class org.jboss.as.controller.AbstractControllerService
Capability users of the controller use to perform asynchronous management tasks.
EXISTING_ENTRY_UPDATED - Static variable in class org.jboss.as.controller.security.CredentialReference
 
EXPLODE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
explodedDeploymentNotSupported() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
explodedDeploymentNotSupported() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
explodedDeploymentNotSupported$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
EXPRESSION - Static variable in class org.jboss.as.controller.operations.common.ResolveExpressionHandler
 
EXPRESSION_PATTERN - Static variable in interface org.jboss.as.controller.ExpressionResolver
A Pattern that can be used to identify strings that include expression syntax
expressionNotAllowed(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
expressionNotAllowed(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
An exception indicating the name may not be ModelType.EXPRESSION.
expressionNotAllowed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ExpressionResolutionServerException(String) - Constructor for exception org.jboss.as.controller.ExpressionResolver.ExpressionResolutionServerException
 
ExpressionResolutionServerException(String, Throwable) - Constructor for exception org.jboss.as.controller.ExpressionResolver.ExpressionResolutionServerException
 
ExpressionResolutionUserException(String) - Constructor for exception org.jboss.as.controller.ExpressionResolver.ExpressionResolutionUserException
 
ExpressionResolutionUserException(String, Throwable) - Constructor for exception org.jboss.as.controller.ExpressionResolver.ExpressionResolutionUserException
 
ExpressionResolver - Interface in org.jboss.as.controller
Resolves ModelType.EXPRESSION expressions in a ModelNode.
ExpressionResolver.ExpressionResolutionServerException - Exception in org.jboss.as.controller
Runtime exception used to indicate a failure in some resolver extension execution not due to problems with user input like the expression string being resolved or the configuration of resources backing the resolver extension.
ExpressionResolver.ExpressionResolutionUserException - Exception in org.jboss.as.controller
Runtime exception used to indicate some user-driven problem that prevented expression resolution, for example: A flaw in a user provided expression string that results in a ExpressionResolverExtension not being able to resolve the expression.
ExpressionResolverExtension - Interface in org.jboss.as.controller.extension
Object that can be used to extend the functionality of an ExpressionResolver by handling expression strings in formats not understood by the expression resolver.
ExpressionResolverImpl - Class in org.jboss.as.controller
Basic ExpressionResolver implementation.
ExpressionResolverImpl() - Constructor for class org.jboss.as.controller.ExpressionResolverImpl
Creates a new ExpressionResolverImpl configured to throw an OFE when it encounters an unresolvable expression.
ExpressionResolverImpl(boolean) - Constructor for class org.jboss.as.controller.ExpressionResolverImpl
Creates a new ExpressionResolverImpl with configurable behavior as to whether it throws an OFE when it encounters an unresolvable expression.
EXPRESSIONS_ALLOWED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
EXPRESSIONS_DEPRECATED - org.jboss.as.controller.registry.AttributeAccess.Flag
Support for use of an expression for the value of this attribute is deprecated and may be removed in a future release.
expressionUnresolvableUsingSimpleResolution(ModelNode, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
expressionUnresolvableUsingSimpleResolution(ModelNode, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
expressionUnresolvableUsingSimpleResolution$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ExtensibleConfigurationPersister - Interface in org.jboss.as.controller.persistence
Extension - Interface in org.jboss.as.controller
An extension to the JBoss Application Server.
EXTENSION - org.jboss.as.controller.parsing.Element
 
EXTENSION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
EXTENSION_EXPRESSION_PATTERN - Static variable in interface org.jboss.as.controller.extension.ExpressionResolverExtension
A Pattern that strings must match for any ExpressionResolverExtension to handle them.
EXTENSION_REJECTING - Static variable in interface org.jboss.as.controller.ExpressionResolver
An expression resolver that throws an ExpressionResolver.ExpressionResolutionServerException if any extension expressions are found, otherwise providing the same behavior as ExpressionResolver.SIMPLE.
ExtensionAddHandler - Class in org.jboss.as.controller.extension
Base handler for the extension resource add operation.
ExtensionAddHandler(ExtensionRegistry, boolean, ExtensionRegistryType, MutableRootResourceRegistrationProvider) - Constructor for class org.jboss.as.controller.extension.ExtensionAddHandler
Create the AbstractAddExtensionHandler
ExtensionContext - Interface in org.jboss.as.controller
The context for registering a new extension.
ExtensionContext.ContextType - Enum in org.jboss.as.controller
The various types of contexts in which an Extension can be asked to initialize.
ExtensionContextSupplement - Interface in org.jboss.as.controller.extension
Deprecated.
for internal use only; may be removed at any time
extensionDeprecated(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
extensionDeprecated(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
extensionDeprecated$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
extensionModuleLoadingFailure(ModuleLoadException, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
extensionModuleLoadingFailure(ModuleLoadException, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
extensionModuleLoadingFailure$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
extensionModuleNotFound(ModuleNotFoundException, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
extensionModuleNotFound(ModuleNotFoundException, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
extensionModuleNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ExtensionParsingContext - Interface in org.jboss.as.controller.parsing
Context in effect when the extension element for a given Extension is being parsed.
ExtensionRegistry - Class in org.jboss.as.controller.extension
A registry for information about Extensions to the core application server.
ExtensionRegistry(ProcessType, RunningModeControl) - Constructor for class org.jboss.as.controller.extension.ExtensionRegistry
Deprecated.
Here for core-model-test and subsystem-test backwards compatibility
ExtensionRegistry(ProcessType, RunningModeControl, ManagedAuditLogger, JmxAuthorizer, Supplier<SecurityIdentity>, RuntimeHostControllerInfoAccessor) - Constructor for class org.jboss.as.controller.extension.ExtensionRegistry
Deprecated, for removal: This API element is subject to removal in a future version.
ExtensionRegistry.Builder - Class in org.jboss.as.controller.extension
Builder for an ExtensionRegistry.
ExtensionRegistryType - Enum in org.jboss.as.controller.extension
Enum of places an extension registry can be added
ExtensionRemoveHandler - Class in org.jboss.as.controller.extension
Base handler for the extension resource remove operation.
ExtensionRemoveHandler(ExtensionRegistry, ExtensionRegistryType, MutableRootResourceRegistrationProvider) - Constructor for class org.jboss.as.controller.extension.ExtensionRemoveHandler
Create the ExtensionRemoveHandler
ExtensionResource - Class in org.jboss.as.controller.extension
Resource representing an Extension.
ExtensionResource(String, ExtensionRegistry) - Constructor for class org.jboss.as.controller.extension.ExtensionResource
 
ExtensionResourceDefinition - Class in org.jboss.as.controller.extension
ExtensionResourceDefinition(ExtensionRegistry, boolean, ExtensionRegistryType, MutableRootResourceRegistrationProvider) - Constructor for class org.jboss.as.controller.extension.ExtensionResourceDefinition
 
EXTENSIONS - org.jboss.as.controller.parsing.Element
 
EXTENSIONS - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
EXTENSIONS - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
ExtensionSubsystemResourceDefinition - Class in org.jboss.as.controller.extension
ResourceDefinition for an Extension's subsystem child resources.
ExtensionTransformerRegistration - Interface in org.jboss.as.controller.transform
 
ExtensionXml - Class in org.jboss.as.controller.parsing
Parsing and marshalling logic related to the extension element in standalone.xml and domain.xml.
ExtensionXml(DeferredExtensionContext) - Constructor for class org.jboss.as.controller.parsing.ExtensionXml
 
ExtensionXml(ModuleLoader, ExecutorService, ExtensionRegistry) - Constructor for class org.jboss.as.controller.parsing.ExtensionXml
 

F

FACILITY - org.jboss.as.controller.parsing.Attribute
 
FACILITY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
Factory() - Constructor for class org.jboss.as.controller.capability.registry.CapabilityScope.Factory
 
Factory() - Constructor for class org.jboss.as.controller.registry.NotificationHandlerRegistration.Factory
 
Factory() - Constructor for class org.jboss.as.controller.ResourceBuilder.Factory
 
Factory() - Constructor for class org.jboss.as.controller.transform.description.AttributeConverter.Factory
 
Factory() - Constructor for class org.jboss.as.controller.transform.description.TransformationDescriptionBuilder.Factory
 
Factory() - Constructor for class org.jboss.as.controller.transform.TransformerRegistry.Factory
 
Factory() - Constructor for class org.jboss.as.controller.TransformingProxyController.Factory
 
FACTORY - Static variable in class org.jboss.as.controller.access.constraint.ApplicationTypeConstraint
 
FACTORY - Static variable in class org.jboss.as.controller.access.constraint.AuditConstraint
 
FACTORY - Static variable in class org.jboss.as.controller.access.constraint.HostEffectConstraint
 
FACTORY - Static variable in class org.jboss.as.controller.access.constraint.NonAuditConstraint
 
FACTORY - Static variable in class org.jboss.as.controller.access.constraint.SensitiveTargetConstraint
 
FACTORY - Static variable in class org.jboss.as.controller.access.constraint.SensitiveVaultExpressionConstraint
 
FACTORY - Static variable in class org.jboss.as.controller.access.constraint.ServerGroupEffectConstraint
 
FACTORY - Static variable in class org.jboss.as.controller.access.constraint.TopRoleConstraint
 
FAILED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FAILED_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FAILED_SERVICES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
failedExecutingOperation(Throwable, ModelNode, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedExecutingOperation(Throwable, ModelNode, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating a failure to execute the operation, represented by the op parameter, at the address represented by the path parameter.
failedExecutingOperation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedInitializingModule(Throwable, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedInitializingModule(Throwable, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a failure to initialize the module.
failedInitializingModule$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
FailedOperation(T, ModelNode) - Constructor for class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
 
FailedOperation(T, ModelNode, boolean) - Constructor for class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
 
failedSendingCompletedResponse(Throwable, ModelNode, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedSendingCompletedResponse(Throwable, ModelNode, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedSendingCompletedResponse$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedSendingFailedResponse(Throwable, ModelNode, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedSendingFailedResponse(Throwable, ModelNode, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedSendingFailedResponse$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedServices() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedServices() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the failed services.
failedServices$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedSubsystemBootOperations(Throwable, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedSubsystemBootOperations(Throwable, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating a failure executing the subsystem, represented by the name parameter, boot operations.
failedSubsystemBootOperations$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToBackup(Throwable, File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToBackup(Throwable, File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a failure to backup the file, represented by the file parameter.
failedToBackup$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToBuildReport(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToBuildReport(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedToBuildReport$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToCloneRepository(Exception, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToCloneRepository(Exception, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedToCloneRepository$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToCloseResource(Throwable, Closeable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToCloseResource(Throwable, Closeable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating to failure to close the resource represented by the closeable parameter.
failedToCloseResource(Throwable, XMLStreamReader) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToCloseResource(Throwable, XMLStreamReader) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating to failure to close the resource represented by the reader parameter.
failedToCloseResource(Throwable, XMLStreamWriter) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToCloseResource(Throwable, XMLStreamWriter) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating to failure to close the resource represented by the writer parameter.
failedToCloseResource$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToCreateConfigurationBackup(Throwable, File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToCreateConfigurationBackup(Throwable, File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a failure to create backup copies of configuration the file, represented by the file parameter.
failedToCreateConfigurationBackup$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToDeleteConfigurationSnapshot(Throwable, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToDeleteConfigurationSnapshot(Throwable, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedToDeleteConfigurationSnapshot$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToEmitNotification(Notification, Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToEmitNotification(Notification, Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedToEmitNotification$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToListConfigurationSnapshot(Throwable, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToListConfigurationSnapshot(Throwable, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedToListConfigurationSnapshot$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToLoadModule(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToLoadModule(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a failure to load a module.
failedToLoadModule(Throwable, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToLoadModule(Throwable, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a failure to load a module.
failedToLoadModule0$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToLoadModule1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToMarshalConfiguration(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToMarshalConfiguration(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a failure to marshal the configuration.
failedToMarshalConfiguration$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToParseConfiguration(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToParseConfiguration(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a failure to parse the configuration.
failedToParseConfiguration$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToParseElementLenient(XMLStreamException, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToParseElementLenient(XMLStreamException, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedToParseElementLenient$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToParseYamlConfigurationFile(String, Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToParseYamlConfigurationFile(String, Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedToParseYamlConfigurationFile$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToPersistConfiguration(Throwable, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToPersistConfiguration(Throwable, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedToPersistConfiguration$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToPersistConfigurationChange(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToPersistConfigurationChange(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating a failure to persist configuration change.
failedToPersistConfigurationChange(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToPersistConfigurationChange(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating a failure to persist configuration change.
failedToPersistConfigurationChange0$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToPersistConfigurationChange1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToPublishConfiguration(Throwable, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToPublishConfiguration(Throwable, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating a failure to store the configuration file.
failedToPublishConfiguration$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToPublishConfigurationInvalidRemote(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToPublishConfigurationInvalidRemote(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedToPublishConfigurationInvalidRemote$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToRecoverServices(OperationFailedException) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToRecoverServices(OperationFailedException) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates a runtime exception indicating there was a failure to recover services during an operation rollback
failedToRecoverServices$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToRenameTempFile(Throwable, File, File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToRenameTempFile(Throwable, File, File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
failedToRenameTempFile$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToStoreConfiguration(Throwable, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToStoreConfiguration(Throwable, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating a failure to store the configuration file.
failedToStoreConfiguration$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToTakeSnapshot(Throwable, File, File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToTakeSnapshot(Throwable, File, File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a failure to take a snapshot of the file, represented by the file parameter.
failedToTakeSnapshot$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToUpdateAuditLog(Exception) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToUpdateAuditLog(Exception) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating that updating the audit log failed
failedToUpdateAuditLog$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToWriteConfiguration(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failedToWriteConfiguration(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a failure to write the configuration.
failedToWriteConfiguration$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
failIfDenied(ModelNode) - Method in class org.jboss.as.controller.access.AuthorizationResult
Utility method to throw a standard failure if AuthorizationResult.getDecision() is AuthorizationResult.Decision.DENY.
failIfDenied(ModelNode, PathAddress) - Method in class org.jboss.as.controller.access.AuthorizationResult
Utility method to throw a standard failure if AuthorizationResult.getDecision() is AuthorizationResult.Decision.DENY.
FAILURE_COUNT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FAILURE_DESCRIPTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FAKE_OPERATION - Static variable in class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
 
FEATURE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FEATURE_ID - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FEATURE_REFERENCE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FILE - org.jboss.as.controller.parsing.Attribute
 
FILE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FILE_FORMAT_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
FILE_HANDLER - org.jboss.as.controller.parsing.Element
 
FILE_HANDLER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FILE_SIZE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FileAuditLogHandler - Class in org.jboss.as.controller.audit
All methods on this class should be called with ManagedAuditLoggerImpl's lock taken.
FileAuditLogHandler(String, String, int, PathManagerService, String, String, boolean) - Constructor for class org.jboss.as.controller.audit.FileAuditLogHandler
 
fileName - Variable in class org.jboss.as.controller.persistence.ConfigurationFilePersistenceResource
 
fileName - Variable in class org.jboss.as.controller.persistence.FilePersistenceResource
 
fileNotFound(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
fileNotFound(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating path1 does not exist.
fileNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
fileNotFoundWithPrefix(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
fileNotFoundWithPrefix(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating no files beginning with the prefix were found in the directory, represented by the dir parameter.
fileNotFoundWithPrefix$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
FilePersistenceResource - Class in org.jboss.as.controller.persistence
ConfigurationPersister.PersistenceResource that persists to a file upon commit.
FILESYSTEM_PATH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FILTER - org.jboss.as.controller.parsing.Attribute
 
FILTER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FILTERED_ATTRIBUTES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FILTERED_CHILDREN_TYPES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FILTERED_OPERATIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
findMatchingNotificationHandlers(Notification) - Method in interface org.jboss.as.controller.registry.NotificationHandlerRegistration
Return all the NotificationHandler that where registered to listen to the notification's source address (either directly or though pattern addresses) after filtering them out using the NotificationFilter given at registration time.
finishBoot() - Method in class org.jboss.as.controller.AbstractControllerService
 
finishBoot(boolean) - Method in class org.jboss.as.controller.AbstractControllerService
 
finishModelStage(OperationContext, ModelNode, String, ModelNode, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractWriteAttributeHandler
Hook to allow subclasses to do any final OperationContext.Stage.MODEL processing following the application of the new attribute value.
finishModelStage(OperationContext, ModelNode, String, ModelNode, ModelNode, Resource) - Method in class org.jboss.as.controller.security.CredentialReferenceWriteAttributeHandler
 
FIXED_PORT - org.jboss.as.controller.parsing.Attribute
 
FIXED_PORT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FIXED_PORT - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
FIXED_SOURCE_PORT - org.jboss.as.controller.parsing.Attribute
 
FIXED_SOURCE_PORT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
flags - Variable in class org.jboss.as.controller.OperationDefinition
 
flags - Variable in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
FOR_HOSTS - org.jboss.as.controller.parsing.Attribute
 
FORCE - org.jboss.as.controller.parsing.Attribute
 
FORCE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
forDomain(PathAddress, ImmutableManagementResourceRegistration, Resource, ServerGroupEffect, HostEffect) - Static method in class org.jboss.as.controller.access.TargetResource
 
FORMAT - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
formatAuditLogItem(AuditLogItem.JmxAccessAuditLogItem) - Method in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
formatAuditLogItem(AuditLogItem.ModelControllerAuditLogItem) - Method in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
formattedCapabilityId(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
formattedCapabilityId(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
formattedCapabilityId$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
formattedCapabilityName(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
formattedCapabilityName(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
formattedCapabilityName$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
FORMATTER - org.jboss.as.controller.parsing.Attribute
 
FORMATTER - org.jboss.as.controller.parsing.Element
 
FORMATTER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
FORMATTERS - org.jboss.as.controller.parsing.Element
 
forName(String) - Static method in class org.jboss.as.controller.capability.registry.CapabilityScope.Factory
Get capability scope for its name
forName(String) - Static method in enum org.jboss.as.controller.operations.global.ReadResourceDescriptionHandler.AccessControl
 
forName(String) - Static method in enum org.jboss.as.controller.parsing.Attribute
 
forName(String) - Static method in enum org.jboss.as.controller.parsing.Element
 
forName(String) - Static method in enum org.jboss.as.controller.registry.AttributeAccess.AccessType
 
forProcessType(ProcessType) - Static method in class org.jboss.as.controller.registry.ManagementResourceRegistration.Factory
Returns a ManagementResourceRegistration's Factory that will use the specified processType to determine whether resource metrics are registered or not.
forStandalone(PathAddress, ImmutableManagementResourceRegistration, Resource) - Static method in class org.jboss.as.controller.access.TargetResource
 
forUri(String) - Static method in enum org.jboss.as.controller.parsing.Namespace
 
FORWARD - Static variable in class org.jboss.as.controller.registry.OperationTransformerRegistry
 
foundRestartMarkerFile(File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
foundRestartMarkerFile(File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
foundRestartMarkerFile$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
fromBaseCapability(String) - Method in class org.jboss.as.controller.capability.RuntimeCapability
 
fromBaseCapability(String...) - Method in class org.jboss.as.controller.capability.RuntimeCapability
Creates a fully named capability from a dynamically named base capability.
fromBaseCapability(PathAddress) - Method in class org.jboss.as.controller.capability.RuntimeCapability
Creates a fully named capability from a dynamically named base capability.
fromModelNode(ModelNode) - Static method in class org.jboss.as.controller.notification.Notification
 
fromString(String) - Static method in class org.jboss.as.controller.ModelVersion
 
FS_ARCHIVE - org.jboss.as.controller.parsing.Element
 
FS_EXPLODED - org.jboss.as.controller.parsing.Element
 
FTP_DAEMON - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
FULL_REPLACE_DEPLOYMENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
fullServerBootRequired(Class<?>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
fullServerBootRequired(Class<?>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the clazz cannot be used except in a full server boot.
fullServerBootRequired$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 

G

GAUGE_METRIC - org.jboss.as.controller.registry.AttributeAccess.Flag
The attribute represents a Gauge metric, a single numerical value that can arbitrarily go up and down.
GENERATE_SELF_SIGNED_CERTIFICATE_HOST - org.jboss.as.controller.parsing.Attribute
 
GENERATE_SELF_SIGNED_CERTIFICATE_HOST - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GenericSubsystemDescribeHandler - Class in org.jboss.as.controller.operations.common
A generic handler recursively creating add operations for a managed resource using it's attributes as the request-parameters.
GenericSubsystemDescribeHandler() - Constructor for class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
 
GenericSubsystemDescribeHandler(Comparator<PathElement>) - Constructor for class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
Creates a new describe handler.
get() - Method in class org.jboss.as.controller.access.management.ManagementSecurityIdentitySupplier
 
get() - Method in class org.jboss.as.controller.remote.CompletedFuture
 
get(long, TimeUnit) - Method in class org.jboss.as.controller.remote.CompletedFuture
 
get(String) - Method in interface org.jboss.as.controller.registry.ResourceProvider
 
GET_CALLER_SECURITY_IDENTITY - Static variable in class org.jboss.as.controller.security.ControllerPermission
The Controller Permission named getCallerSubject, which should be used to retrieve the SecurityIdentity associated with a org.jboss.as.controller.access.Caller.
GET_CALLER_SECURITY_IDENTITY_NAME - Static variable in class org.jboss.as.controller.security.ControllerPermission
 
GET_CALLER_SUBJECT - Static variable in class org.jboss.as.controller.security.ControllerPermission
The Controller Permission named getCallerSubject, which should be used to retrieve the Subject associated with a org.jboss.as.controller.access.Caller.
GET_CALLER_SUBJECT_NAME - Static variable in class org.jboss.as.controller.security.ControllerPermission
 
GET_CURRENT_ACCESS_AUDIT_CONTEXT - Static variable in class org.jboss.as.controller.security.ControllerPermission
The Controller Permission named getCurrentAccessAuditContext, which should be used to retrieve current AccessAuditContext.
GET_CURRENT_ACCESS_AUDIT_CONTEXT_NAME - Static variable in class org.jboss.as.controller.security.ControllerPermission
 
GET_IN_VM_CALL_STATE - Static variable in class org.jboss.as.controller.security.ControllerPermission
The Controller Permission named getInVmCallStateName, which should be used to retrieve in-vm call state.
GET_IN_VM_CALL_STATE_NAME - Static variable in class org.jboss.as.controller.security.ControllerPermission
 
getAcceptableAddresses(Map<NetworkInterface, Set<InetAddress>>) - Method in class org.jboss.as.controller.interfaces.AbstractInterfaceCriteria
 
getAcceptableAddresses(Map<NetworkInterface, Set<InetAddress>>) - Method in class org.jboss.as.controller.interfaces.AnyInterfaceCriteria
 
getAcceptableAddresses(Map<NetworkInterface, Set<InetAddress>>) - Method in class org.jboss.as.controller.interfaces.InetAddressMatchInterfaceCriteria
 
getAcceptableAddresses(Map<NetworkInterface, Set<InetAddress>>) - Method in interface org.jboss.as.controller.interfaces.InterfaceCriteria
Gets which of the available network interfaces and addresses are acceptable for use.
getAcceptableAddresses(Map<NetworkInterface, Set<InetAddress>>) - Method in class org.jboss.as.controller.interfaces.NotInterfaceCriteria
 
getAcceptableAddresses(Map<NetworkInterface, Set<InetAddress>>) - Method in class org.jboss.as.controller.interfaces.OverallInterfaceCriteria
 
getAcceptableAddresses(Map<NetworkInterface, Set<InetAddress>>) - Method in class org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria
 
getAcceptableName() - Method in class org.jboss.as.controller.interfaces.NicInterfaceCriteria
 
getAcceptablePattern() - Method in class org.jboss.as.controller.interfaces.NicMatchInterfaceCriteria
 
getAccessConstraints() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getAccessConstraints() - Method in class org.jboss.as.controller.access.Action
 
getAccessConstraints() - Method in class org.jboss.as.controller.access.TargetAttribute
 
getAccessConstraints() - Method in class org.jboss.as.controller.access.TargetResource
 
getAccessConstraints() - Method in class org.jboss.as.controller.AttributeDefinition
 
getAccessConstraints() - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
getAccessConstraints() - Method in class org.jboss.as.controller.OperationDefinition
 
getAccessConstraints() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getAccessConstraints() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getAccessConstraints() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
 
getAccessConstraints() - Method in class org.jboss.as.controller.registry.LegacyResourceDefinition
Get the definition of any access constraints associated with the resource.
getAccessConstraints() - Method in class org.jboss.as.controller.registry.OperationEntry
 
getAccessConstraints() - Method in interface org.jboss.as.controller.ResourceDefinition
Get the definition of any access constraints associated with the resource.
getAccessConstraints() - Method in class org.jboss.as.controller.SimpleResourceDefinition
Get the definition of any access constraints associated with the resource.
getAccessConstraintUtilizations(AccessConstraintKey) - Method in interface org.jboss.as.controller.access.management.AccessConstraintUtilizationRegistry
 
getAccessConstraintUtilizations(AccessConstraintKey) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
getAccessMechanism() - Method in class org.jboss.as.controller.AccessAuditContext
Gets the mechanism via which the user initiated the access.
getAccessType() - Method in class org.jboss.as.controller.access.TargetAttribute
Get the access type.
getAccessType() - Method in class org.jboss.as.controller.registry.AttributeAccess
Get the access type.
getActionEffect() - Method in class org.jboss.as.controller.access.permission.ManagementPermission
 
getActionEffects() - Method in class org.jboss.as.controller.access.Action
 
getActionEffects() - Method in class org.jboss.as.controller.access.JmxAction
Gets the effects of this action.
getActions() - Method in class org.jboss.as.controller.access.permission.CombinationManagementPermission
 
getActions() - Method in class org.jboss.as.controller.access.permission.ManagementPermission
 
getActions() - Method in class org.jboss.as.controller.access.permission.SimpleManagementPermission
 
getAdditionalRuntimePackages() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getAdditionalRuntimePackages() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getAdditionalRuntimePackages() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Returns additional packages provided by this resource.
getAddNamespaceOperation(ModelNode, String, String) - Static method in class org.jboss.as.controller.operations.common.NamespaceAddHandler
 
getAddPathOperation(PathAddress, ModelNode, ModelNode) - Static method in class org.jboss.as.controller.services.path.PathAddHandler
 
getAddress() - Method in class org.jboss.as.controller.access.management.AuthorizedAddress
 
getAddress() - Method in class org.jboss.as.controller.capability.registry.RegistrationPoint
Gets the address of the resource that triggered the registration.
getAddress() - Method in class org.jboss.as.controller.interfaces.InetAddressMatchInterfaceCriteria
 
getAddress() - Method in class org.jboss.as.controller.interfaces.LoopbackAddressInterfaceCriteria
 
getAddress() - Method in class org.jboss.as.controller.ParsedBootOp
 
getAddSchemaLocationOperation(ModelNode, String, String) - Static method in class org.jboss.as.controller.operations.common.SchemaLocationAddHandler
 
getAffectedHosts() - Method in interface org.jboss.as.controller.access.HostEffect
Gets the names of the hosts affected by this resource, or null if HostEffect.isHostEffectGlobal() returns true
getAffectedServerGroups() - Method in interface org.jboss.as.controller.access.ServerGroupEffect
Gets the names of the server groups affected by this resource, or null if ServerGroupEffect.isServerGroupEffectGlobal() returns true
getAliasAddress() - Method in class org.jboss.as.controller.registry.AliasEntry
Gets the address to which this alias is registered
getAliasEntry() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getAliasEntry() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getAliasEntry() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets the alias entry for this registration if it is an alias
getAllowedOrigins() - Method in interface org.jboss.as.controller.management.HttpInterfaceCommonPolicy
Get the list of origins that the server should accept requests from, if none set then all forms of cross origin resource sharing are disabled.
getAllowedValues() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getAllowedValues() - Method in class org.jboss.as.controller.AttributeDefinition
returns array with all allowed values
getAllowedValues() - Method in interface org.jboss.as.controller.operations.validation.AllowedValuesValidator
Gets the allowed values, or null if any value is allowed.
getAllowedValues() - Method in class org.jboss.as.controller.operations.validation.ChainedParameterValidator
 
getAllowedValues() - Method in class org.jboss.as.controller.operations.validation.EnumValidator
 
getAllowedValues() - Method in class org.jboss.as.controller.operations.validation.IntAllowedValuesValidator
 
getAllowedValues() - Method in class org.jboss.as.controller.operations.validation.NillableOrExpressionParameterValidator
 
getAllowedValues() - Method in class org.jboss.as.controller.operations.validation.StringAllowedValuesValidator
 
getAllowedValues() - Method in class org.jboss.as.controller.operations.validation.TimeUnitValidator
 
getAllowNull() - Method in class org.jboss.as.controller.operations.validation.NillableOrExpressionParameterValidator
 
getAllowNullElement() - Method in class org.jboss.as.controller.ListAttributeDefinition.Builder
Gets whether undefined list elements are valid.
getAllowNullElement() - Method in class org.jboss.as.controller.MapAttributeDefinition.Builder
Gets whether undefined list elements are valid.
getAllRoles() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Gets the names of the all roles used by the authorizer, including both built-in roles and roles added via end user configuration.
getAllRoles() - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
getAlternatives() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getAlternatives() - Method in class org.jboss.as.controller.AttributeDefinition
Gets the names of other attributes whose value must be undefined if this attribute's value is defined, and vice versa.
getAndClearNewBootFileName() - Method in class org.jboss.as.controller.RunningModeControl
Get the new boot file name.
getApplicationTypeConfig() - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
getApplicationTypeConfigs() - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConstraint.Factory
 
getArbitraryDescriptors() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getArbitraryDescriptors() - Method in class org.jboss.as.controller.AttributeDefinition
 
getAttachment(CapabilityResolutionContext.AttachmentKey<V>) - Method in class org.jboss.as.controller.capability.registry.CapabilityResolutionContext
Retrieves an object that has been attached to this context.
getAttachment(OperationContext.AttachmentKey<T>) - Method in interface org.jboss.as.controller.OperationContext
Retrieves an object that has been attached to this context.
getAttachment(OperationContext.AttachmentKey<T>) - Method in interface org.jboss.as.controller.transform.TransformationContext
Retrieves an object that has been attached to this context.
getAttachment(OperationContext.AttachmentKey<V>) - Method in class org.jboss.as.controller.transform.ContextAttachments
 
getAttachment(OperationContext.AttachmentKey<V>) - Method in class org.jboss.as.controller.transform.TransformerOperationAttachment
 
getAttachments() - Method in class org.jboss.as.controller.remote.TransactionalOperationImpl
 
getAttachments() - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.Operation
Get the operation attachments.
getAttachmentStream(int) - Method in interface org.jboss.as.controller.OperationContext
Get a stream which is attached to the request.
getAttachmentStreamCount() - Method in interface org.jboss.as.controller.OperationContext
Gets the number of streams attached to the request.
getAttribute() - Method in class org.jboss.as.controller.capability.registry.RegistrationPoint
Gets the name of the specific attribute at address that triggered the registration, if the was a single attribute responsible.
getAttributeAccess(PathAddress, String) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getAttributeAccess(PathAddress, String) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getAttributeAccess(PathAddress, String) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets the information on how to read from or write to the given attribute.
getAttributeBuilder() - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Get a builder to define custom attribute transformation rules.
getAttributeBuilder(boolean, boolean) - Static method in class org.jboss.as.controller.security.CredentialReference
Gets an attribute builder for a credential-reference attribute with the standard credential-reference attribute name, a configurable setting as to whether the attribute is required, and optionally configured to register a requirement for a credential store capability.
getAttributeBuilder(String, String, boolean) - Static method in class org.jboss.as.controller.security.CredentialReference
Get an attribute builder for a credential-reference attribute with the specified characteristics.
getAttributeBuilder(String, String, boolean, boolean) - Static method in class org.jboss.as.controller.security.CredentialReference
Get an attribute builder for a credential-reference attribute with the specified characteristics, optionally configured to register a requirement for a credential store capability.
getAttributeBuilder(String, String, boolean, CapabilityReferenceRecorder) - Static method in class org.jboss.as.controller.security.CredentialReference
Get an attribute builder for a credential-reference attribute with the specified characteristics, optionally configured to AbstractAttributeDefinitionBuilder.setCapabilityReference(CapabilityReferenceRecorder) register a requirement} for a credential store capability.
getAttributeDefinition() - Method in class org.jboss.as.controller.access.TargetAttribute
 
getAttributeDefinition() - Method in class org.jboss.as.controller.registry.AttributeAccess
 
getAttributeDefinition() - Static method in class org.jboss.as.controller.security.CredentialReference
Returns a definition for a credential reference attribute.
getAttributeDefinition(boolean) - Static method in class org.jboss.as.controller.security.CredentialReference
Returns a definition for a credential reference attribute, one that optionally registers a requirement for a credential store capability.
getAttributeDefinition(String) - Method in class org.jboss.as.controller.AbstractWriteAttributeHandler
Gets the AttributeDefinition provided to the constructor (if present) whose name matches the given attributeName.
getAttributeDefinitions() - Method in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
getAttributeDefinitions() - Method in class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
getAttributeDeprecatedDescription(ResourceBundle, String) - Method in class org.jboss.as.controller.AttributeDefinition
Gets localized deprecation text from the given ResourceBundle for the attribute.
getAttributeGroup() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getAttributeGroup() - Method in class org.jboss.as.controller.AttributeDefinition
Gets the name of the attribute group with which this attribute is associated, if any.
getAttributeMarshaller() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getAttributeName() - Method in class org.jboss.as.controller.access.JmxAction
Gets the name of the affected MBean attribute, if method name is for a method that reads or writes attributes (i.e.
getAttributeName() - Method in class org.jboss.as.controller.access.TargetAttribute
 
getAttributeNames(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getAttributeNames(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getAttributeNames(PathAddress) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get the names of the attributes for a node
getAttributeOverrideDescriptions(Locale) - Method in interface org.jboss.as.controller.descriptions.OverrideDescriptionProvider
Provides descriptions for attributes that are in addition to those provided by the generic resource.
getAttributeResult(String, Action.ActionEffect) - Method in interface org.jboss.as.controller.access.ResourceAuthorization
Get the authorization result for an individual attribute.
getAttributes() - Method in class org.jboss.as.controller.AbstractAddStepHandler
 
getAttributes() - Method in interface org.jboss.as.controller.access.management.AccessConstraintUtilization
Gets the names of any attributes that are specifically constrained.
getAttributes() - Method in interface org.jboss.as.controller.OperationDescriptor
 
getAttributes() - Method in class org.jboss.as.controller.PersistentResourceDefinition
 
getAttributes() - Method in class org.jboss.as.controller.RestartParentResourceAddHandler
 
getAttributes(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getAttributes(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getAttributes(PathAddress) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get the information about all attributes for a node.
getAttributeTextDescription(ResourceBundle, String) - Method in class org.jboss.as.controller.AttributeDefinition
Gets localized text from the given ResourceBundle for the attribute.
getAttributeWarning(PathAddress, ModelNode, String...) - Method in class org.jboss.as.controller.transform.TransformersLogger
Get a warning message for the given operation at the provided address for the passed attributes with a default message appended.
getAttributeWarning(PathAddress, ModelNode, String, Set<String>) - Method in class org.jboss.as.controller.transform.TransformersLogger
Get a warning message for the given operation at the provided address for the passed attributes with the given custom message appended.
getAttributeWarning(PathAddress, ModelNode, Set<String>) - Method in class org.jboss.as.controller.transform.TransformersLogger
Get a warning message for the given operation at the provided address for the passed attributes with a default message appended.
getAuditLogger() - Method in class org.jboss.as.controller.AbstractControllerService
 
getAuditLogger(boolean, boolean) - Method in interface org.jboss.as.controller.extension.ExtensionContextSupplement
Deprecated.
 
getAuthorizer() - Method in interface org.jboss.as.controller.extension.ExtensionContextSupplement
Deprecated.
 
getAvailableSubsystems(String) - Method in class org.jboss.as.controller.extension.ExtensionRegistry
Gets information about the subsystems provided by a given Extension.
getBaseAddress() - Method in class org.jboss.as.controller.operations.common.XmlMarshallingHandler
 
getBaseDependentName() - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ContextDependencyRecorder
getBaseDependentName() - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.DefaultCapabilityReferenceRecorder
 
getBaseDependentName() - Method in interface org.jboss.as.controller.CapabilityReferenceRecorder
Deprecated.
No longer required and may throw UnsupportedOperationException
getBaseDependentName() - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder
 
getBaseRequirementName() - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ContextDependencyRecorder
 
getBaseRequirementName() - Method in interface org.jboss.as.controller.CapabilityReferenceRecorder
 
getBaseRequirementName() - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder
 
getBaseRoleName() - Method in class org.jboss.as.controller.access.AuthorizerConfiguration.ScopedRole
Gets the name of the role on which the scoped role is based.
getBootErrorCollector() - Method in class org.jboss.as.controller.AbstractControllerService
 
getBootFile() - Method in class org.jboss.as.controller.persistence.ConfigurationFile
Gets the file from which boot operations should be parsed.
getBundleKey(String...) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
 
getCallEnvironment() - Method in interface org.jboss.as.controller.OperationContext
Gets the caller environment for the current request.
getCallerRoles(SecurityIdentity, Environment, Set<String>) - Method in interface org.jboss.as.controller.access.Authorizer
Gets the set of roles the caller can run as taking into account any requested 'run as' roles.
getCallerRoles(SecurityIdentity, Environment, Set<String>) - Method in class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
getCallerRoles(SecurityIdentity, Environment, Set<String>) - Method in class org.jboss.as.controller.access.permission.ManagementPermissionAuthorizer
 
getCallerRoles(SecurityIdentity, Environment, Set<String>) - Method in class org.jboss.as.controller.access.rbac.StandardRBACAuthorizer
 
getCapabilities() - Method in interface org.jboss.as.controller.capability.registry.ImmutableCapabilityRegistry
Returns set of runtime capabilities registered in the registry
getCapabilities() - Method in class org.jboss.as.controller.CapabilityRegistry
 
getCapabilities() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getCapabilities() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getCapabilities() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Returns all capabilities provided by this resource.
getCapability() - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
Gets the capability.
getCapability(CapabilityId) - Method in interface org.jboss.as.controller.capability.registry.ImmutableCapabilityRegistry
returns capability registration for capability id pass as parameter
getCapability(CapabilityId) - Method in class org.jboss.as.controller.CapabilityRegistry
 
getCapabilityId() - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
 
getCapabilityName() - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
 
getCapabilityReferenceRecorder() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getCapabilityRegistry() - Method in interface org.jboss.as.controller.ManagementModel
Gets the registry of capabilities and their requirements.
getCapabilityRuntimeAPI(String, Class<T>) - Method in interface org.jboss.as.controller.capability.CapabilityServiceSupport
Gets the runtime API associated with a given capability, if there is one.
getCapabilityRuntimeAPI(String, Class<T>) - Method in interface org.jboss.as.controller.OperationContext
Gets the runtime API associated with a given capability, if there is one.
getCapabilityRuntimeAPI(String, String, Class<T>) - Method in interface org.jboss.as.controller.capability.CapabilityServiceSupport
Gets the runtime API associated with a given dynamically named capability, if there is one.
getCapabilityRuntimeAPI(String, String, Class<T>) - Method in interface org.jboss.as.controller.OperationContext
Gets the runtime API associated with a given dynamically named capability, if there is one.
getCapabilityRuntimeAPI(String, CapabilityScope, Class<T>) - Method in interface org.jboss.as.controller.capability.registry.ImmutableCapabilityRegistry
Gets the runtime API associated with a given capability, if there is one.
getCapabilityRuntimeAPI(String, CapabilityScope, Class<T>) - Method in class org.jboss.as.controller.CapabilityRegistry
 
getCapabilityScope() - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
Gets the scope in which the capability is registered.
getCapabilityServiceName() - Method in class org.jboss.as.controller.capability.RuntimeCapability
Gets the name of the service provided by this capability, if there is one.
getCapabilityServiceName(Class<?>) - Method in class org.jboss.as.controller.capability.RuntimeCapability
Gets the name of service provided by this capability.
getCapabilityServiceName(Class<?>, String...) - Method in class org.jboss.as.controller.capability.RuntimeCapability
 
getCapabilityServiceName(String) - Method in interface org.jboss.as.controller.capability.CapabilityServiceSupport
Gets the name of a service associated with a given capability.
getCapabilityServiceName(String...) - Method in class org.jboss.as.controller.capability.RuntimeCapability
Gets the name of the service provided by this capability, if there is one.
getCapabilityServiceName(String, Class<?>) - Method in class org.jboss.as.controller.capability.RuntimeCapability
Gets the name of service provided by this capability.
getCapabilityServiceName(String, Class<?>) - Method in interface org.jboss.as.controller.OperationContext
Gets the name of a service associated with a given capability, if there is one.
getCapabilityServiceName(String, Class<?>, String...) - Method in interface org.jboss.as.controller.OperationContext
Gets the name of a service associated with a given dynamically named capability, if there is one.
getCapabilityServiceName(String, String...) - Method in interface org.jboss.as.controller.capability.CapabilityServiceSupport
Gets the name of a service associated with a given dynamically named capability.
getCapabilityServiceName(String, String, Class<?>) - Method in interface org.jboss.as.controller.OperationContext
Gets the name of a service associated with a given dynamically named capability, if there is one.
getCapabilityServiceName(String, CapabilityScope, Class<?>) - Method in interface org.jboss.as.controller.capability.registry.ImmutableCapabilityRegistry
Gets the name of the service provided by the capability, if there is one.
getCapabilityServiceName(String, CapabilityScope, Class<?>) - Method in class org.jboss.as.controller.CapabilityRegistry
 
getCapabilityServiceName(PathAddress) - Method in class org.jboss.as.controller.capability.RuntimeCapability
Gets the name of the service provided by this capability, if there is one.
getCapabilityServiceName(PathAddress, Class<?>) - Method in class org.jboss.as.controller.capability.RuntimeCapability
Gets the name of service provided by this capability.
getCapabilityServiceSupport() - Method in interface org.jboss.as.controller.OperationContext
Gets a support object that allows service implementations installed from this context to integrate with capabilities.
getCapabilityServiceTarget() - Method in interface org.jboss.as.controller.OperationContext
Get the service target.
getCapabilityServiceValueType() - Method in class org.jboss.as.controller.capability.RuntimeCapability
getChanges() - Method in class org.jboss.as.controller.ConfigurationChangesCollector.ConfigurationChangesCollectorImpl
 
getChanges() - Method in interface org.jboss.as.controller.ConfigurationChangesCollector
 
getChild(PathAddress) - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry
 
getChild(PathElement) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
getChild(PathElement) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
getChild(PathElement) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
getChild(PathElement) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
getChild(PathElement) - Method in interface org.jboss.as.controller.registry.Resource
Get a single child of this resource with the given address.
getChildAddresses(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getChildAddresses(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getChildAddresses(PathAddress) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets the set of direct child address elements under the node at the passed in PathAddress
getChildNames(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getChildNames(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getChildNames(PathAddress) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get the names of the types of children for a node
getChildOperations() - Method in class org.jboss.as.controller.ParsedBootOp
 
getChildren() - Method in class org.jboss.as.controller.PersistentResourceDefinition
 
getChildren() - Method in interface org.jboss.as.controller.transform.description.TransformationDescription
Get the children descriptions.
getChildren(String) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
getChildren(String) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
getChildren(String) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
getChildren(String) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
getChildren(String) - Method in interface org.jboss.as.controller.registry.Resource
Get the children for a given type.
getChildrenNames(String) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
getChildrenNames(String) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
getChildrenNames(String) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
getChildrenNames(String) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
getChildrenNames(String) - Method in interface org.jboss.as.controller.registry.Resource
Get the children names for a given type.
getChildResolver(String) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getChildResolver(String) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
 
getChildTypeDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getChildTypeDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getChildTypeDescription(String, Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of one of the resource's child types.
getChildTypeDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of one of the resource's child types.
getChildTypeOverrideDescriptions(Locale) - Method in interface org.jboss.as.controller.descriptions.OverrideDescriptionProvider
Provides descriptions for child types that are in addition to those provided by the generic resource.
getChildTypes() - Method in class org.jboss.as.controller.extension.ExtensionResource
 
getChildTypes() - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
getChildTypes() - Method in class org.jboss.as.controller.registry.DelegatingResource
 
getChildTypes() - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
getChildTypes() - Method in interface org.jboss.as.controller.registry.Resource
Get a list of registered child types for this resource.
getClearText() - Method in class org.jboss.as.controller.security.CredentialStoreUpdateInfo
Get the new clear text password.
getClientMappingsWriteAttributeHandler() - Method in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
getClientRequestExecutor() - Method in class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
 
getCommandLineInstructions() - Method in interface org.jboss.as.controller.persistence.ConfigurationExtension
Returns the command line instructions.
getCommandLineInstructions() - Static method in class org.jboss.as.controller.persistence.ConfigurationExtensionFactory
Returns the command line instructions.
getCommandLineInstructions() - Method in class org.jboss.as.controller.persistence.yaml.YamlConfigurationExtension
 
getCommandLineUsageArguments() - Method in interface org.jboss.as.controller.persistence.ConfigurationExtension
Returns the command line usage arguments to be displayed for help.
getCommandLineUsageArguments() - Static method in class org.jboss.as.controller.persistence.ConfigurationExtensionFactory
The command line usage arguments.
getCommandLineUsageArguments() - Method in class org.jboss.as.controller.persistence.yaml.YamlConfigurationExtension
 
getConfigurationDir() - Method in class org.jboss.as.controller.persistence.ConfigurationFile
 
getConfigurationExtension() - Method in class org.jboss.as.controller.persistence.ConfigurationFile
 
getConfigurationPersister() - Method in interface org.jboss.as.controller.persistence.ConfigurationPersisterProvider
 
getConfiguredApplication() - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
getConfiguredRequiresAccessPermission() - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
getConfiguredRequiresReadPermission() - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
getConfiguredRequiresWritePermission() - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
getConnectorOptions() - Method in interface org.jboss.as.controller.management.HttpInterfaceCommonPolicy
Get the connector options based on the current configuration.
getConnectorOptions() - Method in interface org.jboss.as.controller.management.NativeInterfaceCommonPolicy
Get the connector options based on the current configuration.
getConstantHeaders() - Method in interface org.jboss.as.controller.management.HttpInterfaceCommonPolicy
A set of HTTP headers that should be set on each response based on matching the key of the map as being a prefix of the requested path.
getConstraintFactory() - Method in interface org.jboss.as.controller.access.management.AccessConstraintDefinition
Get the factory to use for creating a Constraint that implements
getConstraintFactory() - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
getConstraintFactory() - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
getContent() - Method in class org.jboss.as.controller.operations.global.ReportAttacher.AbstractReportAttacher
 
getContextType() - Method in enum org.jboss.as.controller.extension.ExtensionRegistryType
 
getController() - Method in class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
 
getCorrector() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getCorrector() - Method in class org.jboss.as.controller.AttributeDefinition
Gets the corrector used to correct values before checking that they comply with the attribute's definition.
getCredentialSource(OperationContext, ObjectTypeAttributeDefinition, ModelNode) - Static method in class org.jboss.as.controller.security.CredentialReference
 
getCredentialSourceSupplier(OperationContext, ObjectTypeAttributeDefinition, ModelNode, ServiceBuilder<?>) - Static method in class org.jboss.as.controller.security.CredentialReference
Get the ExceptionSupplier of CredentialSource which might throw an Exception while getting it.
getCredentialSourceSupplier(OperationContext, ObjectTypeAttributeDefinition, ModelNode, ServiceBuilder<?>, String) - Static method in class org.jboss.as.controller.security.CredentialReference
Get the ExceptionSupplier of CredentialSource which might throw an Exception while getting it.
getCriteria() - Method in class org.jboss.as.controller.interfaces.ParsedInterfaceCriteria
 
getCriteria(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.InterfaceAddHandler
 
getCurrent() - Method in interface org.jboss.as.controller.transform.PathAddressTransformer.Builder
Get the current address, from the builder.
getCurrent() - Method in class org.jboss.as.controller.transform.PathAddressTransformer.BuilderImpl
 
getCurrentAddress() - Method in interface org.jboss.as.controller.OperationContext
Gets the address associated with the currently executing step.
getCurrentAddressValue() - Method in interface org.jboss.as.controller.OperationContext
getCurrentOperationID() - Static method in class org.jboss.as.controller.CurrentOperationIdHolder
Deprecated.
Get the current operation-id.
getCurrentOperationName() - Method in interface org.jboss.as.controller.OperationContext
Get the node with current operation name
getCurrentOperationParameter(String) - Method in interface org.jboss.as.controller.OperationContext
Get parameter node by its name
getCurrentOperationParameter(String, boolean) - Method in interface org.jboss.as.controller.OperationContext
Get parameter node by its name
getCurrentStage() - Method in interface org.jboss.as.controller.OperationContext
Get the current stage of execution.
getCurrentState() - Method in class org.jboss.as.controller.ControlledProcessStateService
Returns the current process state.
getCurrentState() - Method in interface org.jboss.as.controller.ProcessStateNotifier
Gets the current state of the controlled process.
getCurrentSubsystemVersion() - Method in interface org.jboss.as.controller.transform.SubsystemTransformerRegistration
Get the version of the subsystem
getCurrentValue() - Method in class org.jboss.as.controller.access.TargetAttribute
 
getData() - Method in class org.jboss.as.controller.notification.Notification
 
getDecision() - Method in class org.jboss.as.controller.access.AuthorizationResult
Gets the authorization decision.
getDefaultTransformer() - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry
 
getDefaultValue() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getDefaultValue() - Method in class org.jboss.as.controller.AttributeDefinition
Gets the default value to use for the attribute if a value was not provided.
getDelegate() - Method in class org.jboss.as.controller.operations.validation.NillableOrExpressionParameterValidator
 
getDelegateRegistration() - Method in interface org.jboss.as.controller.registry.DelegatingManagementResourceRegistration.RegistrationDelegateProvider
Gets the delegate.
getDelegateResource() - Method in interface org.jboss.as.controller.registry.DelegatingResource.ResourceDelegateProvider
Gets the delegate.
getDependentCapability(OperationContext) - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.CompositeAttributeDependencyRecorder
 
getDependentContext() - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
 
getDependentId() - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
 
getDependentName() - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
 
getDeprecated() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getDeprecatedResolver(String, String...) - Static method in class org.jboss.as.controller.descriptions.common.ControllerResolver
 
getDeprecationData() - Method in class org.jboss.as.controller.AttributeDefinition
return deprecation data if there is any
getDeprecationData() - Method in class org.jboss.as.controller.OperationDefinition
 
getDeprecationData() - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
getDescription() - Method in interface org.jboss.as.controller.access.Authorizer
Gets a description of the characteristics of this authorizer
getDescription() - Method in class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
getDescription() - Method in class org.jboss.as.controller.access.permission.ManagementPermissionAuthorizer
 
getDescription() - Method in class org.jboss.as.controller.access.rbac.StandardRBACAuthorizer
 
getDescription(Locale) - Method in interface org.jboss.as.controller.access.management.AccessConstraintDefinition
Gets a text description if this attribute definition for inclusion in read-xxx-description metadata.
getDescription(Locale) - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
getDescription(Locale) - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
getDescriptionProvider() - Method in class org.jboss.as.controller.NotificationDefinition
 
getDescriptionProvider() - Method in class org.jboss.as.controller.OperationDefinition
 
getDescriptionProvider() - Method in class org.jboss.as.controller.registry.NotificationEntry
 
getDescriptionProvider() - Method in class org.jboss.as.controller.registry.OperationEntry
 
getDescriptionProvider() - Method in class org.jboss.as.controller.SimpleOperationDefinition
 
getDescriptionProvider(ImmutableManagementResourceRegistration) - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
getDescriptionProvider(ImmutableManagementResourceRegistration) - Method in class org.jboss.as.controller.registry.LegacyResourceDefinition
Gets a DescriptionProvider for the given resource.
getDescriptionProvider(ImmutableManagementResourceRegistration) - Method in interface org.jboss.as.controller.ResourceDefinition
Gets a DescriptionProvider for the given resource.
getDescriptionProvider(ImmutableManagementResourceRegistration) - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
getDiscardedOperations() - Method in interface org.jboss.as.controller.transform.description.TransformationDescription
operations that must be flat out discarded and not forwarded
getDomainBlockingTimeout(boolean) - Method in interface org.jboss.as.controller.BlockingTimeout
Gets the maximum period, in ms, a blocking call should block waiting for a response from a set of remote processes in a managed domain.
getDomainBlockingTimeout(OperationContext) - Static method in class org.jboss.as.controller.BlockingTimeout.Factory
Gets any blocking timeout associated with the current context.
getDomainRegistration(ModelVersionRange) - Method in class org.jboss.as.controller.transform.TransformerRegistry
Get the sub registry for the domain.
getDomainUuid() - Method in class org.jboss.as.controller.AccessAuditContext
Gets the unique identifier for a multi-domain-process operation.
getDynamicCapabilityNames(String, CapabilityScope) - Method in interface org.jboss.as.controller.capability.registry.ImmutableCapabilityRegistry
Retrieve all the capability names that the passed scope can access
getDynamicCapabilityNames(String, CapabilityScope) - Method in class org.jboss.as.controller.CapabilityRegistry
 
getDynamicName(String) - Method in interface org.jboss.as.controller.capability.Capability
Gets the full name of a capability, including a dynamic element
getDynamicName(String) - Method in class org.jboss.as.controller.capability.RuntimeCapability
 
getDynamicName(PathAddress) - Method in interface org.jboss.as.controller.capability.Capability
 
getDynamicName(PathAddress) - Method in class org.jboss.as.controller.capability.RuntimeCapability
 
getElement(int) - Method in class org.jboss.as.controller.PathAddress
Gets the element at the given index.
getElementValidator() - Method in class org.jboss.as.controller.ListAttributeDefinition.Builder
Gets the validator to use for validating list elements.
getElementValidator() - Method in class org.jboss.as.controller.ListAttributeDefinition
The validator used to validate elements in the list.
getElementValidator() - Method in class org.jboss.as.controller.MapAttributeDefinition.Builder
Gets the validator to use for validating list elements.
getElementValidator() - Method in class org.jboss.as.controller.MapAttributeDefinition
The validator used to validate values in the map.
getEmptyOperation(String, ModelNode) - Static method in class org.jboss.as.controller.operations.common.Util
 
getEntryType() - Method in class org.jboss.as.controller.OperationDefinition
 
getEvent() - Method in interface org.jboss.as.controller.services.path.PathManager.PathEventContext
Get the event triggered
getExecutor() - Method in class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
 
getExecutorService() - Method in class org.jboss.as.controller.AbstractControllerService
 
getExplanation() - Method in class org.jboss.as.controller.access.AuthorizationResult
Gets the explanation for the authorization decision.
getExtensionContext(String, ManagementResourceRegistration, ExtensionRegistryType) - Method in class org.jboss.as.controller.extension.ExtensionRegistry
Gets an ExtensionContext for use when handling an add operation for a resource representing an Extension.
getExtensionModuleNames() - Method in class org.jboss.as.controller.extension.ExtensionRegistry
Gets the module names of all known Extensions.
getExtensionParsingContext(String, XMLMapper) - Method in class org.jboss.as.controller.extension.ExtensionRegistry
getFactory() - Method in class org.jboss.as.controller.access.constraint.HostEffectConstraint
 
getFactory() - Method in interface org.jboss.as.controller.access.constraint.ScopingConstraint
Get the factory that produces constraints of this type
getFactory() - Method in class org.jboss.as.controller.access.constraint.ServerGroupEffectConstraint
 
getFailureDescription() - Method in exception org.jboss.as.controller._private.OperationCancellationException
 
getFailureDescription() - Method in exception org.jboss.as.controller._private.OperationFailedRuntimeException
Get the detyped failure description.
getFailureDescription() - Method in exception org.jboss.as.controller.ExpressionResolver.ExpressionResolutionUserException
 
getFailureDescription() - Method in interface org.jboss.as.controller.OperationClientException
Get the detyped failure description.
getFailureDescription() - Method in interface org.jboss.as.controller.OperationContext
Get the failure description response node, creating it if necessary.
getFailureDescription() - Method in exception org.jboss.as.controller.OperationFailedException
Get the detyped failure description.
getFailureDescription() - Method in exception org.jboss.as.controller.registry.Resource.NoSuchResourceException
 
getFailureDescription() - Method in interface org.jboss.as.controller.transform.OperationRejectionPolicy
Get the optional failure description.
getFailureDescription() - Method in class org.jboss.as.controller.transform.OperationTransformer.TransformedOperation
 
getFailureMessage() - Method in class org.jboss.as.controller.interfaces.ParsedInterfaceCriteria
 
getFeature() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getFeature() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getFeature() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
 
getFilteredData() - Method in class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
 
getFinalResult() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
 
getFinalResult() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.SucceededOperation
 
getFinalResult() - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.PreparedOperation
Get the final result.
getFixedPortWriteAttributeHandler() - Method in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
getFlags() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getFlags() - Method in class org.jboss.as.controller.access.Action
 
getFlags() - Method in class org.jboss.as.controller.access.TargetAttribute
Gets the flags associated with this attribute.
getFlags() - Method in class org.jboss.as.controller.AttributeDefinition
Returns an immutable set of any flags used to indicate special characteristics of the attribute
getFlags() - Method in class org.jboss.as.controller.OperationDefinition
Gets an immutable set of any flags associated with the operation.
getFlags() - Method in class org.jboss.as.controller.registry.AttributeAccess
Gets the flags associated with this attribute.
getFlags() - Method in class org.jboss.as.controller.registry.OperationEntry
 
getFlagsSet(OperationEntry.Flag...) - Static method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
getFlagsSet(OperationEntry.Flag...) - Static method in class org.jboss.as.controller.SimpleResourceDefinition
 
getFormalName() - Method in enum org.jboss.as.controller.access.rbac.StandardRole
 
getFormatter() - Method in class org.jboss.as.controller.audit.InMemoryAuditLogHandler
 
getGroup() - Method in class org.jboss.as.controller.AttributeDefinition.NameAndGroup
 
getHandlerDisabledDueToFailure(String) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Get whether a handler was disabled due to failures
getHandlerDisabledDueToFailure(String) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
getHandlerFailureCount(String) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Get the current failure count of a handler
getHandlerFailureCount(String) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
getHostControllerInfo(OperationContext) - Method in interface org.jboss.as.controller.extension.RuntimeHostControllerInfoAccessor
If the {@link OperationContext#getProcessType()#isHostController()} is true return an instance of LocalHostControllerInfoImpl
getHostControllerInfoAccessor() - Method in interface org.jboss.as.controller.extension.ExtensionContextSupplement
Deprecated.
 
getHostControllerName() - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Get the name of this server's host controller.
getHostEffect() - Method in class org.jboss.as.controller.access.JmxTarget
 
getHostEffect() - Method in class org.jboss.as.controller.access.TargetAttribute
 
getHostEffect() - Method in class org.jboss.as.controller.access.TargetResource
 
getHostName() - Method in class org.jboss.as.controller.AbstractControllerService.ModelControllerServiceInitializationParams
Get the host name.
getHostName() - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Get the local host name detected at server startup.
getHostName() - Method in interface org.jboss.as.controller.transform.TransformationTarget
Get the name of the host we are talking to
getHostName() - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
getHostRegistration(ModelVersionRange) - Method in class org.jboss.as.controller.transform.TransformerRegistry
Get the sub registry for the hosts.
getHttpAuthenticationFactory() - Method in interface org.jboss.as.controller.management.HttpInterfaceCommonPolicy
Get the name of the HTTP authentication factory to use to secure the interface for normal HTTP requests.
getImpact() - Method in class org.jboss.as.controller.access.JmxAction
Gets the impact of the call
getIncludingScopes(CapabilityResolutionContext) - Method in interface org.jboss.as.controller.capability.registry.CapabilityScope
Gets any scope that logically include this one, i.e.
getIncorporatingCapabilities() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getIncorporatingCapabilities() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getIncorporatingCapabilities() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Returns all capabilities provided by parents of this resource, to which this resource contributes.
getInetAddress() - Method in class org.jboss.as.controller.security.InetAddressPrincipal
Get the IP address of this principal.
getInstance(ImmutableCapabilityRegistry) - Static method in class org.jboss.as.controller.operations.global.ReadFeatureDescriptionHandler
 
getInstanceUuid() - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Get the UUID of this process.
getInteractionPolicy() - Method in class org.jboss.as.controller.persistence.ConfigurationFile
 
getInterfaceWriteAttributeHandler() - Method in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
getJsonFormatter(String) - Static method in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
getJsonFormatter(String) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Gets a formatter by its name
getJsonFormatter(String) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
getKernelModelVersion() - Method in interface org.jboss.as.controller.ProxyController
Gets the ModelVersion of the kernel management API exposed by the proxied process.
getKernelModelVersion() - Method in class org.jboss.as.controller.remote.RemoteProxyController
 
getKey() - Method in interface org.jboss.as.controller.access.management.AccessConstraintDefinition
Gets a unique identifier for this AccessConstraintDefinition.
getKey() - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
getKey() - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
getKey() - Method in class org.jboss.as.controller.PathElement
Get the path key.
getKeyPrefix() - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
 
getKeyValuePair() - Method in class org.jboss.as.controller.PathElement
 
getLastElement() - Method in class org.jboss.as.controller.PathAddress
Gets the last element in the address.
getLocalBlockingTimeout() - Method in interface org.jboss.as.controller.BlockingTimeout
Gets the maximum period, in ms, a local blocking call should block.
getLocalHost() - Static method in class org.jboss.as.controller.interfaces.InetAddressUtil
Methods returns InetAddress for localhost
getLocalHostName() - Static method in class org.jboss.as.controller.interfaces.InetAddressUtil
 
getLocalName() - Method in enum org.jboss.as.controller.parsing.Attribute
Get the local name of this element.
getLocalName() - Method in enum org.jboss.as.controller.parsing.Element
Get the local name of this element.
getLocalName() - Method in interface org.jboss.as.controller.SubsystemSchema
 
getLocalName() - Method in interface org.jboss.as.controller.xml.Schema
Returns the local name of this attribute/element.
getLogger() - Method in interface org.jboss.as.controller.transform.TransformationContext
Returns Transformers logger that must be used for reporting any problems with transformation
getLogger(TransformationTarget) - Static method in class org.jboss.as.controller.transform.TransformersLogger
 
getLoggerStatus() - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Gets the status of the audit logger
getLoggerStatus() - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
getLoggingLocale() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
getMainFile() - Method in class org.jboss.as.controller.persistence.ConfigurationFile
Gets the file to which modifications would be persisted, if this object is persisting changes outside the history directory
getMajor() - Method in class org.jboss.as.controller.ModelVersion
 
getMajorVersion() - Method in enum org.jboss.as.controller.parsing.Namespace
Get the major version represented by this namespace.
getManagementInterfaceMajorVersion() - Method in interface org.jboss.as.controller.extension.SubsystemInformation
Gets the major version of the subsystem's management interface, if available.
getManagementInterfaceMicroVersion() - Method in interface org.jboss.as.controller.extension.SubsystemInformation
Gets the micro version of the subsystem's management interface, if available.
getManagementInterfaceMinorVersion() - Method in interface org.jboss.as.controller.extension.SubsystemInformation
Gets the minor version of the subsystem's management interface, if available.
getManagementInterfaceVersion() - Method in interface org.jboss.as.controller.extension.SubsystemInformation
Gets full version of the subsystem
getMarshalledInputStream() - Method in class org.jboss.as.controller.persistence.AbstractFilePersistenceResource
 
getMarshaller() - Method in class org.jboss.as.controller.AttributeDefinition
 
getMax() - Method in class org.jboss.as.controller.operations.validation.BytesValidator
 
getMax() - Method in class org.jboss.as.controller.operations.validation.ChainedParameterValidator
 
getMax() - Method in class org.jboss.as.controller.operations.validation.IntRangeValidator
 
getMax() - Method in class org.jboss.as.controller.operations.validation.ListValidator
 
getMax() - Method in class org.jboss.as.controller.operations.validation.LongRangeValidator
 
getMax() - Method in interface org.jboss.as.controller.operations.validation.MinMaxValidator
Gets the maximum, if there is one.
getMax() - Method in class org.jboss.as.controller.operations.validation.NillableOrExpressionParameterValidator
 
getMax() - Method in class org.jboss.as.controller.operations.validation.StringBytesLengthValidator
 
getMax() - Method in class org.jboss.as.controller.operations.validation.StringLengthValidator
 
getMaxOccurs() - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
getMaxOccurs() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getMaxOccurs() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getMaxOccurs() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets the maximum number of times a resource of the type described by this registration can occur under its parent resource (or, for a root resource, the minimum number of times it can occur at all.)
getMaxOccurs() - Method in interface org.jboss.as.controller.ResourceDefinition
Gets the maximum number of times a resource of the type described by this definition can occur under its parent resource (or, for a root resource, the minimum number of times it can occur at all.)
getMaxOccurs() - Method in class org.jboss.as.controller.SimpleResourceDefinition
Gets the maximum number of times a resource of the type described by this definition can occur under its parent resource (or, for a root resource, the minimum number of times it can occur at all.)
getMaxSize() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getMaxSize() - Method in class org.jboss.as.controller.ListAttributeDefinition.Builder
 
getMaxSize() - Method in class org.jboss.as.controller.MapAttributeDefinition.Builder
 
getMeasurementUnit() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getMeasurementUnit() - Method in class org.jboss.as.controller.AttributeDefinition
The unit of measure in which an attribute with a numerical value is expressed.
getMessage() - Method in class org.jboss.as.controller.notification.Notification
 
getMessageHandler() - Method in class org.jboss.as.controller.remote.TransactionalOperationImpl
 
getMessageHandler() - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.Operation
Get the operation message handler.
getMethod() - Method in class org.jboss.as.controller.access.JmxTarget
 
getMethodName() - Method in class org.jboss.as.controller.access.JmxAction
Gets the MBeanServer method name that was called
getMicro() - Method in class org.jboss.as.controller.ModelVersion
 
getMimeType() - Method in class org.jboss.as.controller.operations.global.ReportAttacher.AbstractReportAttacher
 
getMin() - Method in class org.jboss.as.controller.operations.validation.BytesValidator
 
getMin() - Method in class org.jboss.as.controller.operations.validation.ChainedParameterValidator
 
getMin() - Method in class org.jboss.as.controller.operations.validation.IntRangeValidator
 
getMin() - Method in class org.jboss.as.controller.operations.validation.ListValidator
 
getMin() - Method in class org.jboss.as.controller.operations.validation.LongRangeValidator
 
getMin() - Method in interface org.jboss.as.controller.operations.validation.MinMaxValidator
Gets the minimum, if there is one.
getMin() - Method in class org.jboss.as.controller.operations.validation.NillableOrExpressionParameterValidator
 
getMin() - Method in class org.jboss.as.controller.operations.validation.StringBytesLengthValidator
 
getMin() - Method in class org.jboss.as.controller.operations.validation.StringLengthValidator
 
getMinOccurs() - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
getMinOccurs() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getMinOccurs() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getMinOccurs() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets the minimum number of times a resource of the type described by this registration can occur under its parent resource (or, for a root resource, the number of times it can occur at all.)
getMinOccurs() - Method in interface org.jboss.as.controller.ResourceDefinition
Gets the minimum number of times a resource of the type described by this definition can occur under its parent resource (or, for a root resource, the number of times it can occur at all.)
getMinOccurs() - Method in class org.jboss.as.controller.SimpleResourceDefinition
Gets the minimum number of times a resource of the type described by this definition can occur under its parent resource (or, for a root resource, the number of times it can occur at all.)
getMinor() - Method in class org.jboss.as.controller.ModelVersion
 
getMinSize() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getMinSize() - Method in class org.jboss.as.controller.ListAttributeDefinition.Builder
 
getMinSize() - Method in class org.jboss.as.controller.MapAttributeDefinition.Builder
 
getModel() - Method in class org.jboss.as.controller.extension.ExtensionResource
 
getModel() - Method in class org.jboss.as.controller.registry.DelegatingResource
 
getModel() - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
getModel() - Method in interface org.jboss.as.controller.registry.Resource
Get the local model.
getModelControllerClientFactory() - Method in class org.jboss.as.controller.AbstractControllerService
 
getModelControllerServiceInitializationParams() - Method in class org.jboss.as.controller.AbstractControllerService
getModelDescription(Locale) - Method in class org.jboss.as.controller.descriptions.DefaultNotificationDescriptionProvider
 
getModelDescription(Locale) - Method in class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
 
getModelDescription(Locale) - Method in class org.jboss.as.controller.descriptions.DefaultResourceAddDescriptionProvider
 
getModelDescription(Locale) - Method in class org.jboss.as.controller.descriptions.DefaultResourceDescriptionProvider
 
getModelDescription(Locale) - Method in interface org.jboss.as.controller.descriptions.DescriptionProvider
Gets the descriptive information (human-friendly description, list of attributes, list of children) describing a single model node or operation.
getModelDescription(Locale) - Method in class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
Deprecated.
use GenericSubsystemDescribeHandler.DEFINITION for registration of operation
getModelDescription(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getModelDescription(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getModelDescription(PathAddress) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get the model description at the given address, or null if none exists.
getModelDescriptionDetails(Locale) - Method in interface org.jboss.as.controller.access.management.AccessConstraintDefinition
Get arbitrary descriptive information about the constraint for inclusion in the read-xxx-description metadata
getModelDescriptionDetails(Locale) - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
getModelDescriptionDetails(Locale) - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
getModelNode() - Method in interface org.jboss.as.controller.persistence.ModelMarshallingContext
Gets the model to marshal.
getModelNode() - Method in class org.jboss.as.controller.persistence.SubsystemMarshallingContext
 
getMulticastAddressWriteAttributeHandler() - Method in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
getMulticastPortWriteAttributeHandler() - Method in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
getMutableRootResourceRegistrationProvider() - Method in class org.jboss.as.controller.AbstractControllerService
 
getName() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getName() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration.MappingPrincipal
Gets the name of the principal
getName() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration.RoleMapping
The name of the role.
getName() - Method in class org.jboss.as.controller.access.AuthorizerConfiguration.ScopedRole
Gets the name of the scoped role.
getName() - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
getName() - Method in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
getName() - Method in interface org.jboss.as.controller.access.management.AccessConstraintDefinition
Get the name of the constraint
getName() - Method in class org.jboss.as.controller.access.management.AccessConstraintKey
 
getName() - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
getName() - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
getName() - Method in class org.jboss.as.controller.access.permission.ManagementPermissionCollection
 
getName() - Method in class org.jboss.as.controller.AttributeDefinition
The attribute's name in the management model.
getName() - Method in class org.jboss.as.controller.AttributeDefinition.NameAndGroup
 
getName() - Method in class org.jboss.as.controller.audit.AuditLogItemFormatter
 
getName() - Method in interface org.jboss.as.controller.capability.Capability
Gets the basic name of the capability.
getName() - Method in class org.jboss.as.controller.capability.registry.CapabilityId
Gets the name of the capability.
getName() - Method in interface org.jboss.as.controller.capability.registry.CapabilityScope
Gets a descriptive name of the scope
getName() - Method in class org.jboss.as.controller.capability.RuntimeCapability
 
getName() - Method in class org.jboss.as.controller.extension.ExtensionResource
 
getName() - Method in class org.jboss.as.controller.management.HttpInterfaceCommonPolicy.Header
 
getName() - Method in class org.jboss.as.controller.OperationDefinition
 
getName() - Method in class org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
 
getName() - Method in interface org.jboss.as.controller.registry.Resource.ResourceEntry
Get the name this resource was registered under.
getName() - Method in class org.jboss.as.controller.registry.RuntimePackageDependency
Get the package name.
getName() - Method in class org.jboss.as.controller.security.InetAddressPrincipal
Get the name of this principal; it will be the string representation of the IP address.
getName() - Method in class org.jboss.as.controller.services.path.PathEntry
Gets the name of the path within the model
getNameFromAddress(PathAddress) - Static method in class org.jboss.as.controller.operations.common.Util
 
getNameFromAddress(ModelNode) - Static method in class org.jboss.as.controller.operations.common.Util
 
getNamespace() - Method in interface org.jboss.as.controller.xml.Schema
Returns the namespace of this attribute/element.
getNamespace() - Method in interface org.jboss.as.controller.xml.VersionedSchema
Returns the versioned namespace of this attribute/element.
getNoTextDescription(boolean) - Method in class org.jboss.as.controller.AttributeDefinition
Gets descriptive metadata for this attribute, excluding free-from text description fields.
getNotificationDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getNotificationDescription(String, Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of one of the resource's notification.
getNotificationDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of one of the resource's notification.
getNotificationDescriptions(PathAddress, boolean) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getNotificationDescriptions(PathAddress, boolean) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getNotificationDescriptions(PathAddress, boolean) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get a map of descriptions of all notifications emitted by the resources at an address.
getNotificationRegistry() - Method in interface org.jboss.as.controller.notification.NotificationSupport
Get the notification registry to register/unregister notification handlers
getNotificationSupport() - Method in class org.jboss.as.controller.AbstractControllerService
 
getNullSignificant() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getObjectMapAttributeMarshaller(String) - Static method in interface org.jboss.as.controller.AttributeMarshallers
 
getObjectMapAttributeMarshaller(String, boolean) - Static method in interface org.jboss.as.controller.AttributeMarshallers
 
getObjectMapAttributeMarshaller(String, boolean, String, String) - Static method in interface org.jboss.as.controller.AttributeMarshallers
 
getObjectMapAttributeMarshaller(String, String, boolean) - Static method in interface org.jboss.as.controller.AttributeMarshallers
 
getObjectMapAttributeParser(String) - Static method in interface org.jboss.as.controller.AttributeParsers
 
getObjectMapAttributeParser(String, boolean) - Static method in interface org.jboss.as.controller.AttributeParsers
 
getObjectMapAttributeParser(String, boolean, String, String) - Static method in interface org.jboss.as.controller.AttributeParsers
 
getObjectMapAttributeParser(String, String, boolean) - Static method in interface org.jboss.as.controller.AttributeParsers
 
getObjectName() - Method in class org.jboss.as.controller.access.JmxTarget
 
getOfficialForm() - Method in enum org.jboss.as.controller.access.rbac.StandardRole
 
getOldestRegistrationPoint() - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
Gets the registration point that been associated with the registration for the longest period.
getOldestRegistrationPoint() - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
Gets the registration point that been associated with the registration for the longest period.
getOperation() - Method in class org.jboss.as.controller.access.Action
 
getOperation() - Method in class org.jboss.as.controller.registry.AliasEntry.AliasContext
Gets the operation being called.
getOperation() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
 
getOperation() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.SucceededOperation
 
getOperation() - Method in class org.jboss.as.controller.remote.TransactionalOperationImpl
 
getOperation() - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.Operation
Get the underlying operation.
getOperation() - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.PreparedOperation
Get the initial operation.
getOperation(String, PathAddress, ModelNode) - Static method in class org.jboss.as.controller.operations.common.Util
 
getOperation(String, ModelNode, ModelNode) - Static method in class org.jboss.as.controller.operations.common.Util
 
getOperationDefinition() - Method in class org.jboss.as.controller.registry.OperationEntry
 
getOperationDefinition() - Method in class org.jboss.as.controller.services.path.ResolvePathHandler
Returns the operation definition for the operation.
getOperationDeprecatedDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getOperationDeprecatedDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.DeprecatedResourceDescriptionResolver
 
getOperationDeprecatedDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getOperationDeprecatedDescription(String, Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of one of the resource's operations.
getOperationDeprecatedDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of one of the resource's operations.
getOperationDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getOperationDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getOperationDescription(String, Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of one of the resource's operations.
getOperationDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of one of the resource's operations.
getOperationDescription(PathAddress, String) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getOperationDescription(PathAddress, String) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getOperationDescription(PathAddress, String) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get the operation description at the given address, or null if none exists.
getOperationDescriptions(PathAddress, boolean) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getOperationDescriptions(PathAddress, boolean) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getOperationDescriptions(PathAddress, boolean) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get a map of descriptions of all operations available at an address.
getOperationEntry(PathAddress, String) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getOperationEntry(PathAddress, String) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getOperationEntry(PathAddress, String) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get the entry representing an operation registered with the given name at the given address, or null if none exists.
getOperationFlags(PathAddress, String) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getOperationFlags(PathAddress, String) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getOperationFlags(PathAddress, String) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get the special characteristic flags for the operation at the given address, or null if none exist.
getOperationHandler() - Method in class org.jboss.as.controller.registry.OperationEntry
 
getOperationHandler(PathAddress, String) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getOperationHandler(PathAddress, String) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getOperationHandler(PathAddress, String) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get the operation handler at the given address, or null if none exists.
getOperationHandlerResolver() - Method in class org.jboss.as.controller.CompositeOperationHandler
 
getOperationHeaderRoles(ModelNode) - Static method in class org.jboss.as.controller.access.rbac.RunAsRoleMapper
 
getOperationInstant() - Method in class org.jboss.as.controller.ConfigurationChangesCollector.ConfigurationChange
 
getOperationParameterDeprecatedDescription(String, String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getOperationParameterDeprecatedDescription(String, String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.DeprecatedResourceDescriptionResolver
 
getOperationParameterDeprecatedDescription(String, String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getOperationParameterDeprecatedDescription(String, String, Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of one of the resource's operation's parameters.
getOperationParameterDeprecatedDescription(String, String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of one of the resource's operation's parameters.
getOperationParameterDescription(String, String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getOperationParameterDescription(String, String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getOperationParameterDescription(String, String, Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of one of the resource's operation's parameters.
getOperationParameterDescription(String, String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of one of the resource's operation's parameters.
getOperationParameterValueTypeDescription(String, String, Locale, ResourceBundle, String...) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getOperationParameterValueTypeDescription(String, String, Locale, ResourceBundle, String...) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getOperationParameterValueTypeDescription(String, String, Locale, ResourceBundle, String...) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of a portion of a complex value type of one of the resource's operation's parameters.
getOperationParameterValueTypeDescription(String, String, Locale, ResourceBundle, String...) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of a portion of a complex value type of one of the resource's operation's parameters.
getOperationReplyDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getOperationReplyDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getOperationReplyDescription(String, Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of the reply value for one of the resource's operations, or null if there is no description.
getOperationReplyDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of the reply value for one of the resource's operations, or null if there is no description.
getOperationReplyValueTypeDescription(String, Locale, ResourceBundle, String...) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getOperationReplyValueTypeDescription(String, Locale, ResourceBundle, String...) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getOperationReplyValueTypeDescription(String, Locale, ResourceBundle, String...) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of a portion of a complex value type of the reply value for one of the resource's operations, or null if there is no description.
getOperationReplyValueTypeDescription(String, Locale, ResourceBundle, String...) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of a portion of a complex value type of the reply value for one of the resource's operations, or null if there is no description.
getOperationResult(String) - Method in interface org.jboss.as.controller.access.ResourceAuthorization
Get the authorization result for an individual operation.
getOperations() - Method in interface org.jboss.as.controller.access.management.AccessConstraintUtilization
Gets the names of any operations that are specifically constrained.
getOperationStepHandler(String, PathAddress, ModelNode, OperationEntry) - Method in interface org.jboss.as.controller.operations.MultistepUtil.OperationHandlerResolver
 
getOperationTransformer() - Method in interface org.jboss.as.controller.transform.description.TransformationDescription
Get the default operation transformer.
getOperationTransformers() - Method in interface org.jboss.as.controller.transform.description.TransformationDescription
Get the operation transformers for specific operations.
getOptionalCapabilityRuntimeAPI(String, Class<T>) - Method in interface org.jboss.as.controller.capability.CapabilityServiceSupport
Gets the runtime API associated with a given capability, if there is one.
getOptionalCapabilityRuntimeAPI(String, String, Class<T>) - Method in interface org.jboss.as.controller.capability.CapabilityServiceSupport
Gets the runtime API associated with a given dynamically named capability, if there is one.
getOrCreate(OperationContext) - Static method in class org.jboss.as.controller.transform.TransformerOperationAttachment
 
getOrCreate(OperationContext) - Static method in class org.jboss.as.controller.transform.Transformers.TransformationInputs
Obtains a set of TransformationInputs from the given operation context.
getOrCreateProvider(String) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
getOrderedChildTypes() - Method in class org.jboss.as.controller.extension.ExtensionResource
 
getOrderedChildTypes() - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
getOrderedChildTypes() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getOrderedChildTypes() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getOrderedChildTypes() - Method in class org.jboss.as.controller.registry.DelegatingResource
 
getOrderedChildTypes() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Return the names of the child types registered to be ordered.
getOrderedChildTypes() - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
getOrderedChildTypes() - Method in interface org.jboss.as.controller.registry.Resource
Return the child types for which the order matters.
getOrderedChildTypes(PathAddress) - Method in class org.jboss.as.controller.operations.common.OrderedChildTypesAttachment
 
getOriginal() - Method in interface org.jboss.as.controller.transform.PathAddressTransformer.Builder
Get the unmodified (original) address.
getOriginal() - Method in class org.jboss.as.controller.transform.PathAddressTransformer.BuilderImpl
 
getOriginalRootResource() - Method in interface org.jboss.as.controller.OperationContext
Get a read-only reference of the entire management model BEFORE any changes were made by this context.
getOutofScopeReadConstraint() - Method in class org.jboss.as.controller.access.constraint.HostEffectConstraint
 
getOutofScopeReadConstraint() - Method in interface org.jboss.as.controller.access.constraint.ScopingConstraint
Get a constraint that should be used for reads of resources that are outside the scope of the constraint.
getOutofScopeReadConstraint() - Method in class org.jboss.as.controller.access.constraint.ServerGroupEffectConstraint
 
getOverrideModel(String) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getOverrideModel(String) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Get a specifically named resource that overrides this wildcard registration by adding additional attributes, operations or child types.
getParameters() - Method in class org.jboss.as.controller.OperationDefinition
 
getParent() - Method in class org.jboss.as.controller.PathAddress
 
getParent() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getParent() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getParent() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets the registration for this resource type's parent, if there is one.
getParentAddress(PathAddress) - Method in class org.jboss.as.controller.RestartParentResourceHandlerBase
 
getParentAddress(PathAddress) - Method in class org.jboss.as.controller.RestartParentWriteAttributeHandler
 
getParentAddressByKey(PathAddress, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
getParentServiceName(PathAddress) - Method in class org.jboss.as.controller.RestartParentResourceHandlerBase
Gets the name of the parent service.
getParentServiceName(PathAddress) - Method in class org.jboss.as.controller.RestartParentWriteAttributeHandler
 
getParsedBootOp() - Method in class org.jboss.as.controller.extension.ParallelExtensionAddHandler
 
getParser() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getParser() - Method in class org.jboss.as.controller.AttributeDefinition
 
getParserDescription() - Method in class org.jboss.as.controller.PersistentResourceXMLParser
 
getPartialModelIndicator() - Method in class org.jboss.as.controller.AbstractControllerService
 
getPath() - Method in interface org.jboss.as.controller.transform.description.TransformationDescription
Get the path for this transformation description.
getPathAddress() - Method in interface org.jboss.as.controller.access.management.AccessConstraintUtilization
Gets the address under which the resource registrations is registered.
getPathAddress() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getPathAddress() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getPathAddress() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets the address under which we are registered.
getPathAddressTransformer() - Method in interface org.jboss.as.controller.transform.description.TransformationDescription
Get the path transformation for this level.
getPathElement() - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
getPathElement() - Method in class org.jboss.as.controller.extension.ExtensionResource
 
getPathElement() - Method in class org.jboss.as.controller.PersistentResourceXMLDescription
 
getPathElement() - Method in class org.jboss.as.controller.registry.LegacyResourceDefinition
Gets the path element that describes how to navigate to this resource from its parent resource, or null if this is a definition of a root resource.
getPathElement() - Method in class org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
 
getPathElement() - Method in interface org.jboss.as.controller.registry.Resource.ResourceEntry
Get the path element this resource was registered under.
getPathElement() - Method in interface org.jboss.as.controller.ResourceDefinition
Gets the path element that describes how to navigate to this resource from its parent resource, or null if this is a definition of a root resource.
getPathElement() - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
getPathEntry(String) - Method in interface org.jboss.as.controller.services.path.PathManager
Gets a path entry
getPathEntry(String) - Method in class org.jboss.as.controller.services.path.PathManagerService
 
getPathManager() - Method in interface org.jboss.as.controller.ExtensionContext
Gets the process' PathManager if the process is a server; throws an IllegalStateException if not.
getPathTransformation() - Method in interface org.jboss.as.controller.transform.TransformerEntry
 
getPathTransformation(PathAddress) - Method in interface org.jboss.as.controller.transform.TransformationTarget
Get path transformations.
getPathTransformation(PathAddress) - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
getPathTransformations(PathAddress, OperationTransformerRegistry.PlaceholderResolver) - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry
Get a list of path transformers for a given address.
getPermissionCombinationPolicy() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Gets the policy for combining access control permissions when the configuration grants the user more than one type of permission for a given action.
getPermissionCombinationPolicy() - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
getPortWriteAttributeHandler() - Method in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
getPossibleCapabilities() - Method in interface org.jboss.as.controller.capability.registry.ImmutableCapabilityRegistry
Returns set of possible capabilities with there registration points registered in the registry
getPossibleCapabilities() - Method in class org.jboss.as.controller.CapabilityRegistry
 
getPossibleProviderPoints(CapabilityId) - Method in interface org.jboss.as.controller.capability.registry.ImmutableCapabilityRegistry
Returns possible provider points for passed capabilityId
getPossibleProviderPoints(CapabilityId) - Method in class org.jboss.as.controller.CapabilityRegistry
 
getPreparedResult() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
 
getPreparedResult() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.SucceededOperation
 
getPreparedResult() - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.PreparedOperation
Get the prepared result.
getPreviousAlias() - Method in class org.jboss.as.controller.security.CredentialStoreUpdateInfo
Get the previous alias.
getPreviousClearText() - Method in class org.jboss.as.controller.security.CredentialStoreUpdateInfo
Get the previous clear text password.
getProcessName() - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Gets the resolved name of this process; a value previously passed to ProcessEnvironment.setProcessName(String) or a value derived from the environment.
getProcessNameReadHandler() - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Gets an OperationStepHandler that can read the name attribute for a processes root resource
getProcessNameWriteHandler() - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Gets an OperationStepHandler that can write the name attribute for a processes root resource
getProcessState() - Method in class org.jboss.as.controller.access.Environment
 
getProcessType() - Method in class org.jboss.as.controller.access.Environment
 
getProcessType() - Method in interface org.jboss.as.controller.ExtensionContext
Gets the type of the current process.
getProcessType() - Method in interface org.jboss.as.controller.OperationContext
Get the type of process in which this operation is executing.
getProcessType() - Method in interface org.jboss.as.controller.parsing.ExtensionParsingContext
Gets the type of the current process.
getProcessType() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getProcessType() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getProcessType() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets the type of process in which this management resource type is registered.
getProcessType() - Method in interface org.jboss.as.controller.transform.TransformationContext
Get the type of process in which this operation is executing.
getProcessType() - Method in class org.jboss.as.controller.transform.Transformers.TransformationInputs
Gets the type of this process.
getProfileParsingCompletionHandlers() - Method in class org.jboss.as.controller.extension.ExtensionRegistry
 
getProtocolClient() - Method in interface org.jboss.as.controller.TransformingProxyController
Get the underlying protocol client.
getProvider(String) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
getProxyBlockingTimeout(OperationContext) - Static method in class org.jboss.as.controller.BlockingTimeout.Factory
Gets any blocking timeout associated with the current context.
getProxyBlockingTimeout(PathAddress, ProxyController) - Method in interface org.jboss.as.controller.BlockingTimeout
Gets the maximum period, in ms, a blocking call should block waiting for a response from a remote process in a managed domain.
getProxyController(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getProxyController(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getProxyController(PathAddress) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
If there is a proxy controller registered under any part of the registered address it will be returned.
getProxyControllers(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getProxyControllers(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getProxyControllers(PathAddress) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Finds all proxy controllers registered at the passed in address, or at lower levels.
getProxyNodeAddress() - Method in interface org.jboss.as.controller.ProxyController
Get the address where this proxy controller applies to in the host ModelController
getProxyNodeAddress() - Method in class org.jboss.as.controller.remote.RemoteProxyController
Get the address where this proxy controller applies to in the host ModelController
getQualifiedHostName() - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Get the fully-qualified host name detected at server startup.
getQualifiedName() - Method in interface org.jboss.as.controller.xml.Schema
Returns the qualified name of this attribute/element.
getReadAttributeOperation(PathAddress, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
getReadBootErrorsHandler() - Method in class org.jboss.as.controller.BootErrorCollector
 
getReadHandler() - Method in class org.jboss.as.controller.registry.AttributeAccess
Get the read handler.
getReadResourceDescriptionOperation(PathAddress) - Static method in class org.jboss.as.controller.operations.common.Util
 
getReadResourceOperation(PathAddress) - Static method in class org.jboss.as.controller.operations.common.Util
 
getReferenceRecorder() - Method in class org.jboss.as.controller.AttributeDefinition
 
getReferenceRecorder() - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
getRegistrationPointCount() - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
 
getRegistrationPointCount() - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
 
getRegistrationPoints() - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
Get all registration points associated with this registration.
getRegistrationPoints() - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
Get all registration points associated with this registration.
getRejectedResourceWarning(PathAddress, ModelNode) - Method in class org.jboss.as.controller.transform.TransformersLogger
 
getRejectionLogMessage(Map<String, ModelNode>) - Method in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
Gets the log message if the attribute failed rejection
getRejectionLogMessage(Map<String, ModelNode>) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.ListRejectAttributeChecker
 
getRejectionLogMessage(Map<String, ModelNode>) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.ObjectFieldsRejectAttributeChecker
 
getRejectionLogMessage(Map<String, ModelNode>) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleAcceptAttributeChecker
 
getRejectionLogMessage(Map<String, ModelNode>) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleRejectAttributeChecker
 
getRejectionLogMessageId() - Method in class org.jboss.as.controller.transform.description.DefaultCheckersAndConverter
Returns the log message id used by this checker.
getRejectionLogMessageId() - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.DefaultRejectAttributeChecker
Returns the log message id used by this checker.
getRejectionLogMessageId() - Method in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
Returns the log message id used by this checker.
getRejectionLogMessageId() - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.ListRejectAttributeChecker
 
getRejectionLogMessageId() - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.ObjectFieldsRejectAttributeChecker
 
getRemaining() - Method in interface org.jboss.as.controller.transform.PathAddressTransformer.Builder
Get the remaining elements left for transformation.
getRemaining() - Method in class org.jboss.as.controller.transform.PathAddressTransformer.BuilderImpl
 
getRemoteAddress() - Method in class org.jboss.as.controller.AccessAuditContext
Get the remote address of the caller.
getRemoveSchemaLocationOperation(ModelNode, String) - Static method in class org.jboss.as.controller.operations.common.SchemaLocationRemoveHandler
 
getReplyParameters() - Method in class org.jboss.as.controller.OperationDefinition
 
getReplyType() - Method in class org.jboss.as.controller.OperationDefinition
 
getReplyValueType() - Method in class org.jboss.as.controller.OperationDefinition
Only required if the reply type is some form of collection.
getReplyValueTypeDescription(ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
Hook for subclasses to provide a description object for any complex "value-type" description of the operation reply.
getRequiredConstraint(Action.ActionEffect, Action, TargetAttribute) - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConstraint.Factory
 
getRequiredConstraint(Action.ActionEffect, Action, TargetAttribute) - Method in interface org.jboss.as.controller.access.constraint.ConstraintFactory
Provides a constraint appropriate for the given action and target
getRequiredConstraint(Action.ActionEffect, Action, TargetAttribute) - Method in class org.jboss.as.controller.access.constraint.SensitiveTargetConstraint.Factory
 
getRequiredConstraint(Action.ActionEffect, Action, TargetResource) - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConstraint.Factory
 
getRequiredConstraint(Action.ActionEffect, Action, TargetResource) - Method in interface org.jboss.as.controller.access.constraint.ConstraintFactory
Provides a constraint appropriate for the given action and target
getRequiredConstraint(Action.ActionEffect, Action, TargetResource) - Method in class org.jboss.as.controller.access.constraint.SensitiveTargetConstraint.Factory
 
getRequiredConstraint(Action.ActionEffect, JmxAction, JmxTarget) - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConstraint.Factory
 
getRequiredConstraint(Action.ActionEffect, JmxAction, JmxTarget) - Method in interface org.jboss.as.controller.access.constraint.ConstraintFactory
Provides a constraint appropriate for the given action and target
getRequiredConstraint(Action.ActionEffect, JmxAction, JmxTarget) - Method in class org.jboss.as.controller.access.constraint.SensitiveTargetConstraint.Factory
 
getRequiredName() - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
 
getRequiredPermissions(Action, TargetAttribute) - Method in interface org.jboss.as.controller.access.permission.PermissionFactory
 
getRequiredPermissions(Action, TargetAttribute) - Method in class org.jboss.as.controller.access.rbac.DefaultPermissionFactory
 
getRequiredPermissions(Action, TargetResource) - Method in interface org.jboss.as.controller.access.permission.PermissionFactory
 
getRequiredPermissions(Action, TargetResource) - Method in class org.jboss.as.controller.access.rbac.DefaultPermissionFactory
 
getRequiredPermissions(JmxAction, JmxTarget) - Method in interface org.jboss.as.controller.access.permission.PermissionFactory
 
getRequiredPermissions(JmxAction, JmxTarget) - Method in class org.jboss.as.controller.access.rbac.DefaultPermissionFactory
 
getRequirementName(OperationContext, Resource, String) - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.CompositeAttributeDependencyRecorder
 
getRequirementName(OperationContext, Resource, String) - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ContextDependencyRecorder
 
getRequirementPatternSegments(String, PathAddress) - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.CompositeAttributeDependencyRecorder
 
getRequirementPatternSegments(String, PathAddress) - Method in interface org.jboss.as.controller.CapabilityReferenceRecorder
Returns the elements to be added to the baseRequirementName to build the capability name pattern.
getRequirementPatternSegments(String, PathAddress) - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder
 
getRequirements() - Method in interface org.jboss.as.controller.capability.Capability
Gets the names of other capabilities required by this capability.
getRequirements() - Method in class org.jboss.as.controller.capability.RuntimeCapability
 
getRequirements() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getRequirements() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getRequirements() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Returns all capability reference recorders provided by this resource.
getRequires() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getRequires() - Method in class org.jboss.as.controller.AttributeDefinition
Gets the names of other attributes whose value must not be undefined if this attribute's value is defined.
getRequiresAccessPermission() - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
getRequiresReadPermission() - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
getRequiresWritePermission() - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
getResolver(boolean, String...) - Static method in class org.jboss.as.controller.descriptions.common.ControllerResolver
 
getResolver(String...) - Static method in class org.jboss.as.controller.descriptions.common.ControllerResolver
 
getResource() - Method in class org.jboss.as.controller.access.TargetResource
 
getResourceAddress() - Method in interface org.jboss.as.controller.access.HostEffect
Gets the address of the resource whose hosts relationships are described by this object.
getResourceAddress() - Method in interface org.jboss.as.controller.access.ServerGroupEffect
Gets the address of the resource whose server group relationships are described by this object.
getResourceAddress() - Method in class org.jboss.as.controller.access.TargetResource
 
getResourceAttributeDeprecatedDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getResourceAttributeDeprecatedDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.DeprecatedResourceDescriptionResolver
 
getResourceAttributeDeprecatedDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getResourceAttributeDeprecatedDescription(String, Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of one of the resource's attributes.
getResourceAttributeDeprecatedDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of one of the resource's attributes.
getResourceAttributeDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getResourceAttributeDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getResourceAttributeDescription(String, Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of one of the resource's attributes.
getResourceAttributeDescription(String, Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of one of the resource's attributes.
getResourceAttributeValueTypeDescription(String, Locale, ResourceBundle, String...) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getResourceAttributeValueTypeDescription(String, Locale, ResourceBundle, String...) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getResourceAttributeValueTypeDescription(String, Locale, ResourceBundle, String...) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of a portion of a complex value type of one of the resource's attributes.
getResourceAttributeValueTypeDescription(String, Locale, ResourceBundle, String...) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of a portion of a complex value type of one of the resource's attributes.
getResourceBundle(Locale) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getResourceBundle(Locale) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getResourceBundle(Locale) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Returns a ResourceBundle for the given Locale, or null if this resolver is not based on resource bundles.
getResourceBundle(Locale) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Returns a ResourceBundle for the given Locale, or null if this resolver is not based on resource bundles.
getResourceDeprecatedDescription(Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getResourceDeprecatedDescription(Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.DeprecatedResourceDescriptionResolver
 
getResourceDeprecatedDescription(Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getResourceDeprecatedDescription(Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of the resource.
getResourceDeprecatedDescription(Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of the resource.
getResourceDescription(Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.ChildResourceDescriptionResolver
 
getResourceDescription(Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
getResourceDescription(Locale, ResourceBundle) - Method in interface org.jboss.as.controller.descriptions.ResourceDescriptionResolver
Gets the description of the resource.
getResourceDescription(Locale, ResourceBundle) - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Gets the description of the resource.
getResourceDescriptionResolver() - Method in class org.jboss.as.controller.SimpleResourceDefinition
Gets the ResourceDescriptionResolver used by this resource definition, or null if a ResourceDescriptionResolver is not used.
getResourceRegistration() - Method in class org.jboss.as.controller.access.TargetResource
 
getResourceRegistration() - Method in interface org.jboss.as.controller.OperationContext
Get a read only view of the managed resource registration.
getResourceRegistration(PathAddress) - Method in interface org.jboss.as.controller.transform.TransformationContext
Get the management resource registration.
getResourceRegistrationForUpdate() - Method in interface org.jboss.as.controller.OperationContext
Get a mutable view of the managed resource registration.
getResourceRegistrationFromRoot(PathAddress) - Method in interface org.jboss.as.controller.transform.TransformationContext
Get the management resource registration.
getResourceRemoveOperation(PathAddress) - Static method in class org.jboss.as.controller.operations.common.Util
 
getResourceResult(Action.ActionEffect) - Method in interface org.jboss.as.controller.access.ResourceAuthorization
Get the authorization result for the entire resource for the given effect.
getResourceRoot() - Method in class org.jboss.as.controller.capability.registry.CapabilityResolutionContext
Gets the root resource of the resource tree in effect during this resolution.
getResourceTransformer() - Method in interface org.jboss.as.controller.transform.description.TransformationDescription
Get the resource transformer.
getResourceTransformer() - Method in interface org.jboss.as.controller.transform.TransformerEntry
 
getResponseAttachmentSupport() - Method in class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
 
getResponseHeaders() - Method in interface org.jboss.as.controller.OperationContext
Get the response-headers response node, creating it if necessary.
getResult() - Method in interface org.jboss.as.controller.OperationContext
Get the node into which the operation result should be written.
getResultTransformer() - Method in class org.jboss.as.controller.transform.OperationTransformer.TransformedOperation
 
getRoleMappings() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Gets the configured role mappings, keyed by the name of the role.
getRoleMappings() - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
getRootRegistration() - Method in class org.jboss.as.controller.transform.Transformers.TransformationInputs
Gets full the resource registration tree.
getRootResource() - Method in interface org.jboss.as.controller.ManagementModel
Gets the root resource of the concrete configuration model.
getRootResource() - Method in class org.jboss.as.controller.transform.Transformers.TransformationInputs
Gets a copy of the full resource tree as it existed at the time this object was created.
getRootResourceRegistration() - Method in interface org.jboss.as.controller.ManagementModel
Gets the registration of resource, attribute and operation definitions and operation handlers.
getRootResourceRegistration() - Method in interface org.jboss.as.controller.OperationContext
Get a read only view of the root managed resource registration.
getRootResourceRegistrationForUpdate(OperationContext) - Method in interface org.jboss.as.controller.extension.MutableRootResourceRegistrationProvider
 
getRunningMode() - Method in interface org.jboss.as.controller.ExtensionContext
Gets the current running mode of the process.
getRunningMode() - Method in interface org.jboss.as.controller.OperationContext
Gets the running mode of the process.
getRunningMode() - Method in interface org.jboss.as.controller.parsing.ExtensionParsingContext
Gets the current running mode of the process.
getRunningMode() - Method in class org.jboss.as.controller.RunningModeControl
 
getRunningMode() - Method in interface org.jboss.as.controller.transform.TransformationContext
Gets the running mode of the process.
getRunningMode() - Method in class org.jboss.as.controller.transform.Transformers.TransformationInputs
Gets the process' running mode at the time this object was created.
getRunningModeControl() - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Get the RunningModeControl containing the current running mode of the server
getRuntimeAPI() - Method in class org.jboss.as.controller.capability.RuntimeCapability
Object encapsulating the API exposed by this capability to other capabilities that require it, if it does expose such an API.
getRuntimeStatus(PathAddress, ImmutableManagementResourceRegistration) - Method in interface org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry
Gets the status of any capabilities associated with the given resource address.
getRuntimeStatus(PathAddress, ImmutableManagementResourceRegistration) - Method in class org.jboss.as.controller.CapabilityRegistry
 
getSaslAuthenticationFactory() - Method in interface org.jboss.as.controller.management.HttpInterfaceCommonPolicy
Get the name of the SASL authentication factory to use to secure the interface where HTTP upgrade is used.
getSaslAuthenticationFactory() - Method in interface org.jboss.as.controller.management.NativeInterfaceCommonPolicy
Get the name of the SASL authentication factory to use to secure the native interface.
getScope() - Method in class org.jboss.as.controller.capability.registry.CapabilityId
Gets the scope in which the capability exists.
getScopedRoles() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Gets the configured scoped roles, keyed by the name of the role.
getScopedRoles() - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
getScopingConstraint() - Method in class org.jboss.as.controller.access.AuthorizerConfiguration.ScopedRole
Gets the ScopingConstraint used to apply constraints to the permissions of the base role in order to derive the permissions of the scoped role.
getSecurityIdentity() - Method in class org.jboss.as.controller.AccessAuditContext
Get the SecurityIdentity associated with this AccessAuditContext.
getSecurityIdentity() - Method in interface org.jboss.as.controller.OperationContext
Obtain the SecurityIdentity for the current request.
getSecurityIdentitySupplier() - Method in interface org.jboss.as.controller.extension.ExtensionContextSupplement
Deprecated.
 
getSegments() - Method in class org.jboss.as.controller.PathElement
 
getSensitivities() - Method in class org.jboss.as.controller.access.constraint.SensitiveTargetConstraint.Factory
 
getSensitivity() - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
getServerGroupEffect() - Method in class org.jboss.as.controller.access.JmxTarget
 
getServerGroupEffect() - Method in class org.jboss.as.controller.access.TargetAttribute
 
getServerGroupEffect() - Method in class org.jboss.as.controller.access.TargetResource
 
getServerRegistration(ModelVersionRange) - Method in class org.jboss.as.controller.transform.TransformerRegistry
Get the sub registry for the servers.
getServerResults() - Method in interface org.jboss.as.controller.OperationContext
Get the node into which the details of server results in a multi-server managed domain operation should be written.
getServiceRegistry(boolean) - Method in interface org.jboss.as.controller.OperationContext
Get the service registry.
getServiceTarget() - Method in interface org.jboss.as.controller.BootContext
Get the service target used for boot.
getServiceTarget() - Method in interface org.jboss.as.controller.OperationContext
Get the service target.
getSimpleListMarshaller(boolean) - Static method in interface org.jboss.as.controller.AttributeMarshallers
 
getSince() - Method in class org.jboss.as.controller.DeprecationData
Gets the version since which the attribute has been deprecated.
getSnapshotDirectory() - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister.SnapshotInfo
Gets the snapshots directory
getSource() - Method in class org.jboss.as.controller.notification.Notification
 
getSSLContext() - Method in interface org.jboss.as.controller.management.HttpInterfaceCommonPolicy
Get the name of the SSLContext to use to enable SSL for this management interface.
getSSLContext() - Method in interface org.jboss.as.controller.management.NativeInterfaceCommonPolicy
Get the name of the SSLContext to use to enable SSL for this management interface.
getStandardConstraint() - Method in class org.jboss.as.controller.access.constraint.HostEffectConstraint
 
getStandardConstraint() - Method in interface org.jboss.as.controller.access.constraint.ScopingConstraint
 
getStandardConstraint() - Method in class org.jboss.as.controller.access.constraint.ServerGroupEffectConstraint
 
getStandardRoles() - Method in interface org.jboss.as.controller.access.Authorizer.AuthorizerDescription
Gets the names of the "standard" built-in roles used by the authorizer.
getStandardRoles() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Gets the names of the "standard" "built-in" roles used by the authorizer.
getStandardRoles() - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
getStandardUserConstraint(StandardRole, Action.ActionEffect) - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConstraint.Factory
 
getStandardUserConstraint(StandardRole, Action.ActionEffect) - Method in interface org.jboss.as.controller.access.constraint.ConstraintFactory
Provides a constraint suitable for the given role in the standard WildFly role based access control system.
getStandardUserConstraint(StandardRole, Action.ActionEffect) - Method in class org.jboss.as.controller.access.constraint.SensitiveTargetConstraint.Factory
 
getState() - Method in class org.jboss.as.controller.ControlledProcessState
 
getStatus() - Method in class org.jboss.as.controller.remote.CompletedFuture
 
getStorageType() - Method in class org.jboss.as.controller.access.TargetAttribute
Get the storage type.
getStorageType() - Method in class org.jboss.as.controller.registry.AttributeAccess
Get the storage type.
getSubModel(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
getSubModel(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
getSubModel(PathAddress) - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Get a sub model registration.
getSubModel(PathAddress) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Get a sub model registration.
getSubsystem() - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
getSubsystem() - Method in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
getSubsystemInfo(String) - Method in class org.jboss.as.controller.extension.ExtensionRegistry
 
getSubsystemName() - Method in interface org.jboss.as.controller.access.management.AccessConstraintDefinition
Gets the name of the subsystem that provides this definition, it is not core.
getSubsystemName() - Method in class org.jboss.as.controller.access.management.AccessConstraintKey
 
getSubsystemName() - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
getSubsystemName() - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
getSubsystemName() - Method in interface org.jboss.as.controller.transform.ExtensionTransformerRegistration
Return name of subsystem this transformer registration is for.
getSubsystemVersion() - Method in interface org.jboss.as.controller.SubsystemRegistration
Get the version of the subsystem
getSubsystemVersion(String) - Method in interface org.jboss.as.controller.transform.TransformationTarget
Get the subsystem version.
getSubsystemVersion(String) - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
getSubsystemWriter(String) - Method in interface org.jboss.as.controller.persistence.ModelMarshallingContext
Gets the writer that can marshal the subsystem with the given name.
getSuspend() - Method in class org.jboss.as.controller.RunningModeControl
 
getTarget() - Method in interface org.jboss.as.controller.transform.TransformationContext
Get the transformation target.
getTarget() - Method in interface org.jboss.as.controller.transform.Transformers
Get information about the target.
getTarget() - Method in class org.jboss.as.controller.transform.TransformersImpl
 
getTargetAddress() - Method in class org.jboss.as.controller.registry.AliasEntry
Gets the address to which this alias should convert
getTargetResource() - Method in class org.jboss.as.controller.access.TargetAttribute
 
getTargetType() - Method in interface org.jboss.as.controller.transform.TransformationTarget
Get the type of the target.
getTargetType() - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
getTime() - Method in class org.jboss.as.controller.access.Environment
 
getTimestamp() - Method in class org.jboss.as.controller.notification.Notification
The timestamp is set when the notification is instantiaged.
getTlsClientCertStoreKeySupplier() - Method in interface org.jboss.as.controller.audit.SyslogCredentialReferenceSupplier
 
getTlsClientCertStoreSupplier() - Method in interface org.jboss.as.controller.audit.SyslogCredentialReferenceSupplier
 
getTlsTrustStoreSupplier() - Method in interface org.jboss.as.controller.audit.SyslogCredentialReferenceSupplier
 
getTransactionalProtocolClient() - Method in class org.jboss.as.controller.remote.RemoteProxyController
Get the underlying transactional protocol client.
getTransformedOperation() - Method in class org.jboss.as.controller.transform.OperationTransformer.TransformedOperation
 
getTransformedRoot() - Method in interface org.jboss.as.controller.transform.ResourceTransformationContext
Get the transformed root.
getTransformer() - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry.OperationTransformerEntry
 
getTransformer() - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry.ResourceTransformerEntry
 
getTransformerEntry() - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry
 
getTransformerEntry(PathAddress, OperationTransformerRegistry.PlaceholderResolver) - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry
 
getTransformerEntry(TransformationContext, PathAddress) - Method in interface org.jboss.as.controller.transform.TransformationTarget
Get the transformer entry.
getTransformerEntry(TransformationContext, PathAddress) - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
getTransformerOperationAttachment() - Method in class org.jboss.as.controller.transform.Transformers.TransformationInputs
Gets any TransformerOperationAttachment that was attached to the OperationContext at the time this object was created.
getTransformerRegistry() - Method in class org.jboss.as.controller.extension.ExtensionRegistry
 
getTransformers() - Method in interface org.jboss.as.controller.TransformingProxyController
Get the Transformers!
getType() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getType() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration.MappingPrincipal
Gets the type of the principal.
getType() - Method in interface org.jboss.as.controller.access.management.AccessConstraintDefinition
Get the type of constraint
getType() - Method in class org.jboss.as.controller.access.management.AccessConstraintKey
 
getType() - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
getType() - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
getType() - Method in class org.jboss.as.controller.AttributeDefinition
The expected type of the ModelNode that holds the attribute data.
getType() - Method in interface org.jboss.as.controller.ExtensionContext
Gets the type of this context.
getType() - Method in class org.jboss.as.controller.notification.Notification
 
getType() - Method in class org.jboss.as.controller.NotificationDefinition
 
getType() - Method in class org.jboss.as.controller.registry.OperationEntry
 
getUndefineAttributeOperation(PathAddress, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
getUndefineAttributeTransformer() - Method in class org.jboss.as.controller.transform.DiscardAttributesTransformer
 
getUndefineAttributeTransformer() - Method in class org.jboss.as.controller.transform.DiscardUndefinedAttributesTransformer
 
getUndefinedMetricValue() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getUndefinedMetricValue() - Method in class org.jboss.as.controller.AttributeDefinition
Gets the undefined metric value to use for the attribute if a value cannot be provided.
getUnexplainedFailureMessage() - Static method in class org.jboss.as.controller.CompositeOperationHandler
Gets the failure message used for reporting a rollback with no failure message in a step
getUninterruptibly() - Method in class org.jboss.as.controller.remote.CompletedFuture
 
getUninterruptibly(long, TimeUnit) - Method in class org.jboss.as.controller.remote.CompletedFuture
 
getUpdater() - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Gets the handler updater used to schedule updates to the handlers
getUpdater() - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
getUri() - Method in class org.jboss.as.controller.xml.SimpleNamespace
 
getUriString() - Method in enum org.jboss.as.controller.parsing.Namespace
Get the URI of this namespace.
getUserPermissions(SecurityIdentity, Environment, Action, TargetAttribute) - Method in interface org.jboss.as.controller.access.permission.PermissionFactory
 
getUserPermissions(SecurityIdentity, Environment, Action, TargetAttribute) - Method in class org.jboss.as.controller.access.rbac.DefaultPermissionFactory
 
getUserPermissions(SecurityIdentity, Environment, Action, TargetResource) - Method in interface org.jboss.as.controller.access.permission.PermissionFactory
 
getUserPermissions(SecurityIdentity, Environment, Action, TargetResource) - Method in class org.jboss.as.controller.access.rbac.DefaultPermissionFactory
 
getUserPermissions(SecurityIdentity, Environment, JmxAction, JmxTarget) - Method in interface org.jboss.as.controller.access.permission.PermissionFactory
 
getUserPermissions(SecurityIdentity, Environment, JmxAction, JmxTarget) - Method in class org.jboss.as.controller.access.rbac.DefaultPermissionFactory
 
getValidationConsumer() - Method in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
getValidator() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getValidator() - Method in class org.jboss.as.controller.AttributeDefinition
Gets the validator used to validate that values comply with the attribute's definition.
getValidator() - Method in class org.jboss.as.controller.ListAttributeDefinition.Builder
 
getValidator() - Method in class org.jboss.as.controller.MapAttributeDefinition.Builder
 
getValue() - Method in class org.jboss.as.controller.AbstractControllerService
getValue() - Method in class org.jboss.as.controller.ControlledProcessStateService
 
getValue() - Method in class org.jboss.as.controller.management.HttpInterfaceCommonPolicy.Header
 
getValue() - Method in class org.jboss.as.controller.PathElement
Get the path value.
getValue() - Method in class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
getValue() - Method in class org.jboss.as.controller.security.CredentialStoreUpdateService
 
getValue() - Method in class org.jboss.as.controller.services.path.AbstractPathService
 
getValue() - Method in class org.jboss.as.controller.services.path.PathManagerService
 
getValueAttributeDefinition() - Method in class org.jboss.as.controller.ListAttributeDefinition
Returns an AttributeDefinition describing the content of the list.
getValueAttributeDefinition() - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
getValueAttributeDefinition() - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition
 
getValueAttributeDefinition() - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
getValueType() - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
getValueType() - Method in class org.jboss.as.controller.ObjectMapAttributeDefinition
 
getValueType() - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition.Builder
 
getValueType() - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition
 
getValueType() - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
getValueTypes() - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
getVariableBundleKey(String, String[], String...) - Static method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
Creates a resource entry key with key prefix, fixed parts, and variable parts.
getVersion() - Method in class org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria
 
getVersion() - Method in interface org.jboss.as.controller.SubsystemModel
Returns the version of this subsystem model.
getVersion() - Method in interface org.jboss.as.controller.transform.TransformationTarget
Get the version of this target.
getVersion() - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
getVersion() - Method in class org.jboss.as.controller.xml.SimpleVersionedNamespace
 
getVersion() - Method in interface org.jboss.as.controller.xml.VersionedSchema
 
getVersions() - Method in class org.jboss.as.controller.ModelVersion
 
getVersions() - Method in interface org.jboss.as.controller.ModelVersionRange
Get all version in the range.
getWritableAuthorizerConfiguration() - Method in class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
getWriteAttributeOperation(PathAddress, String, boolean) - Static method in class org.jboss.as.controller.operations.common.Util
 
getWriteAttributeOperation(PathAddress, String, int) - Static method in class org.jboss.as.controller.operations.common.Util
 
getWriteAttributeOperation(PathAddress, String, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
getWriteAttributeOperation(PathAddress, String, ModelNode) - Static method in class org.jboss.as.controller.operations.common.Util
 
getWriteAttributeOperation(ModelNode, String, String) - Static method in class org.jboss.as.controller.operations.common.Util
 
getWriteAttributeOperation(ModelNode, String, ModelNode) - Static method in class org.jboss.as.controller.operations.common.Util
 
getWriteAttributeTransformer() - Method in class org.jboss.as.controller.transform.DiscardAttributesTransformer
 
getWriteAttributeTransformer() - Method in class org.jboss.as.controller.transform.DiscardUndefinedAttributesTransformer
 
getWriteAttributeTransformer() - Method in class org.jboss.as.controller.transform.RejectExpressionValuesTransformer
Get a "write-attribute" operation transformer.
getWriteHandler() - Method in class org.jboss.as.controller.registry.AttributeAccess
Get the write handler.
getXMLDescription() - Method in interface org.jboss.as.controller.PersistentSubsystemSchema
 
getXmlName() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
getXmlName() - Method in class org.jboss.as.controller.AttributeDefinition
The attribute's name in the xml configuration.
getXmlName(AttributeDefinition) - Method in class org.jboss.as.controller.AttributeParser
 
getXmlName(AttributeDefinition) - Method in class org.jboss.as.controller.AttributeParsers.AttributeElementParser
 
getXmlName(AttributeDefinition) - Method in class org.jboss.as.controller.AttributeParsers.MapParser
 
getXmlName(AttributeDefinition) - Method in class org.jboss.as.controller.AttributeParsers.UnWrappedObjectListParser
 
getXMLNamespaces() - Method in interface org.jboss.as.controller.extension.SubsystemInformation
Gets the URIs of the XML namespaces the subsystem can parse.
GIT_MASTER_BRANCH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GLOBAL - Static variable in interface org.jboss.as.controller.capability.registry.CapabilityScope
A CapabilityScope that can satisfy any dependent scope.
GlobalInstallationReportHandler - Class in org.jboss.as.controller.operations.global
Global operation to build the installation summary of a server or a domain.
GlobalInstallationReportHandler() - Constructor for class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
GlobalNotifications - Class in org.jboss.as.controller.operations.global
Global notifications emitted by all resources: * resource-added * resource-removed * attribute-value-written that contains in its data the old-value and new-value of the attribute that has been written
GlobalNotifications() - Constructor for class org.jboss.as.controller.operations.global.GlobalNotifications
 
GlobalOperationHandlers - Class in org.jboss.as.controller.operations.global
Global OperationHandlers.
GlobalOperationHandlers.AbstractMultiTargetHandler - Class in org.jboss.as.controller.operations.global
 
GlobalTransformerRegistry - Class in org.jboss.as.controller.registry
Versioned operation transformer registry.
GlobalTransformerRegistry() - Constructor for class org.jboss.as.controller.registry.GlobalTransformerRegistry
 
GRACEFUL_SHUTDOWN_TIMEOUT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GRACEFUL_STARTUP - org.jboss.as.controller.parsing.Attribute
 
GRACEFUL_STARTUP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
gracefulManagementChannelHandlerShutdownFailed(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
gracefulManagementChannelHandlerShutdownFailed(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning message indicating graceful shutdown of native management request handling communication failed.
gracefulManagementChannelHandlerShutdownFailed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
gracefulManagementChannelHandlerShutdownTimedOut(int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
gracefulManagementChannelHandlerShutdownTimedOut(int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning message indicating graceful shutdown of native management request handling communication did not complete within the given timeout period.
gracefulManagementChannelHandlerShutdownTimedOut$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
GRAND_PARENT - Static variable in class org.jboss.as.controller.capability.DynamicNameMappers
 
GROUP - org.jboss.as.controller.access.AuthorizerConfiguration.PrincipalType
 
GROUP - org.jboss.as.controller.parsing.Attribute
 
GROUP - org.jboss.as.controller.parsing.Element
 
GROUP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GROUP_ATTRIBUTE - org.jboss.as.controller.parsing.Attribute
 
GROUP_ATTRIBUTE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GROUP_DN_ATTRIBUTE - org.jboss.as.controller.parsing.Attribute
 
GROUP_DN_ATTRIBUTE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GROUP_NAME - org.jboss.as.controller.parsing.Attribute
 
GROUP_NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GROUP_NAME_ATTRIBUTE - org.jboss.as.controller.parsing.Attribute
 
GROUP_NAME_ATTRIBUTE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GROUP_SEARCH - org.jboss.as.controller.parsing.Element
 
GROUP_SEARCH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GROUP_TO_PRINCIPAL - org.jboss.as.controller.parsing.Element
 
GROUP_TO_PRINCIPAL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GROUPS_DN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
GROUPS_FILTER - org.jboss.as.controller.parsing.Element
 

H

HALF_DAY - org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler.Period
 
HandbackHolder() - Constructor for class org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder
 
handleCredentialReferenceUpdate(OperationContext, ModelNode) - Static method in class org.jboss.as.controller.security.CredentialReference
 
handleCredentialReferenceUpdate(OperationContext, ModelNode, String) - Static method in class org.jboss.as.controller.security.CredentialReference
 
handleDomainOperationResponseStreams(OperationContext, ModelNode, List<OperationResponse.StreamEntry>) - Static method in class org.jboss.as.controller.remote.ResponseAttachmentInputStreamSupport
Deal with streams attached to an operation response from a proxied domain process.
handleNotification(Notification) - Method in interface org.jboss.as.controller.notification.NotificationHandler
 
handleProfileParsingCompletion(Map<String, List<ModelNode>>, List<ModelNode>) - Method in interface org.jboss.as.controller.parsing.ProfileParsingCompletionHandler
Callback indicating normal parsing of a profile is completed.
handler - Variable in class org.jboss.as.controller.ParsedBootOp
 
HANDLER - org.jboss.as.controller.parsing.Element
 
HANDLER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
handleResult(OperationContext.ResultAction, OperationContext, ModelNode) - Method in interface org.jboss.as.controller.OperationContext.ResultHandler
Callback to an OperationStepHandler indicating that the result of the overall operation is known and the handler can take any necessary actions to deal with that result.
handlerIsReferencedBy(Set<PathAddress>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
handlerIsReferencedBy(Set<PathAddress>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
handlerIsReferencedBy$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
handleRollback(OperationContext, ModelNode) - Method in interface org.jboss.as.controller.OperationContext.RollbackHandler
Callback to an OperationStepHandler indicating that the overall operation is being rolled back and the handler should revert any change it has made.
HANDLERS - org.jboss.as.controller.parsing.Element
 
HANDLES_REFERRALS_FOR - org.jboss.as.controller.parsing.Attribute
 
has(String) - Method in interface org.jboss.as.controller.registry.ResourceProvider
 
hasAlternative(ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Gets whether this attribute has alternatives configured and the given operationObject has any of those alternatives defined.
hasCapability(String) - Method in interface org.jboss.as.controller.capability.CapabilityServiceSupport
Gets whether a runtime capability with the given name is registered.
hasCapability(String, CapabilityScope) - Method in interface org.jboss.as.controller.capability.registry.ImmutableCapabilityRegistry
Gets whether a runtime capability with the given name is registered.
hasCapability(String, CapabilityScope) - Method in class org.jboss.as.controller.CapabilityRegistry
 
hasCapabilityRequirements() - Method in class org.jboss.as.controller.AttributeDefinition
Based on the given attribute value, tell if attribute has any capability requirements.
hasCapabilityRequirements() - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
hasChild(PathElement) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
hasChild(PathElement) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
hasChild(PathElement) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
hasChild(PathElement) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
hasChild(PathElement) - Method in interface org.jboss.as.controller.registry.Resource
Determine whether this resource has a child with the given address.
hasChildren() - Method in interface org.jboss.as.controller.registry.ResourceProvider
 
hasChildren(String) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
hasChildren(String) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
hasChildren(String) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
hasChildren(String) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
hasChildren(String) - Method in interface org.jboss.as.controller.registry.Resource
Determine whether this resource has any child of a given type.
hasFailureDescription() - Method in interface org.jboss.as.controller.OperationContext
Returns whether OperationContext.getFailureDescription() has been invoked.
HASH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
hashCode() - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
hashCode() - Method in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
hashCode() - Method in class org.jboss.as.controller.access.management.AccessConstraintKey
 
hashCode() - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
hashCode() - Method in class org.jboss.as.controller.access.management.AuthorizedAddress
 
hashCode() - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
hashCode() - Method in class org.jboss.as.controller.access.permission.CombinationManagementPermission
 
hashCode() - Method in class org.jboss.as.controller.access.permission.ManagementPermission
 
hashCode() - Method in class org.jboss.as.controller.access.permission.SimpleManagementPermission
 
hashCode() - Method in class org.jboss.as.controller.AttributeDefinition.NameAndGroup
 
hashCode() - Method in class org.jboss.as.controller.capability.registry.CapabilityId
 
hashCode() - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
 
hashCode() - Method in class org.jboss.as.controller.capability.registry.RegistrationPoint
 
hashCode() - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
 
hashCode() - Method in class org.jboss.as.controller.capability.RuntimeCapability
 
hashCode() - Method in class org.jboss.as.controller.extension.ExtensionResource
 
hashCode() - Method in class org.jboss.as.controller.interfaces.AnyInterfaceCriteria
 
hashCode() - Method in class org.jboss.as.controller.interfaces.InetAddressMatchInterfaceCriteria
 
hashCode() - Method in class org.jboss.as.controller.interfaces.LoopbackAddressInterfaceCriteria
 
hashCode() - Method in class org.jboss.as.controller.interfaces.NicInterfaceCriteria
 
hashCode() - Method in class org.jboss.as.controller.interfaces.NicMatchInterfaceCriteria
 
hashCode() - Method in class org.jboss.as.controller.interfaces.NotInterfaceCriteria
 
hashCode() - Method in class org.jboss.as.controller.interfaces.SubnetMatchInterfaceCriteria
 
hashCode() - Method in class org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria
 
hashCode() - Method in class org.jboss.as.controller.ModelVersion
 
hashCode() - Method in class org.jboss.as.controller.PathAddress
 
hashCode() - Method in class org.jboss.as.controller.PathElement
 
hashCode() - Method in class org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
 
hashCode() - Method in class org.jboss.as.controller.registry.RuntimePackageDependency
 
hashCode() - Method in class org.jboss.as.controller.security.InetAddressPrincipal
Get the hash code for this instance.
hashCode() - Method in class org.jboss.as.controller.xml.SimpleNamespace
 
HashUtil - Class in org.jboss.as.controller
Utilities related to deployment content hashes.
hasOptionalCapability(String, String, String) - Method in interface org.jboss.as.controller.OperationContext
Checks whether one of a capability's optional and runtime-only requirements is present.
hasResult() - Method in interface org.jboss.as.controller.OperationContext
Returns whether OperationContext.getResult() has been invoked.
hasRole(String) - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Gets whether the current set of roles contains the given role, with the check performed using a case-insensitive algorithm.
hasRole(String) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
HEAD_COMMENT_ALLOWED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HEADER - org.jboss.as.controller.parsing.Attribute
 
HEADER - org.jboss.as.controller.parsing.Element
 
HEADER_MAPPING - org.jboss.as.controller.parsing.Element
 
HEADER_MAPPING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HEADER_MAPPING - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
HEADER_NAME - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
HEADER_PAIR - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HEADER_VALUE - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
HEADERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HEAP - org.jboss.as.controller.parsing.Element
 
hexStringToByteArray(String) - Static method in class org.jboss.as.controller.HashUtil
Convert a hex string into a byte[].
HIDDEN - org.jboss.as.controller.registry.OperationEntry.Flag
Operations with this flag do not appear in management API description output but still can be invoked by external callers.
HOST - org.jboss.as.controller.extension.ExtensionRegistryType
The extension registry is for the host model part in a host controller.
HOST - org.jboss.as.controller.parsing.Attribute
 
HOST - org.jboss.as.controller.parsing.Element
 
HOST - org.jboss.as.controller.transform.TransformationTarget.TransformationTargetType
 
HOST - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST - Static variable in interface org.jboss.as.controller.ProxyOperationAddressTranslator
 
HOST_API_VERSION - org.jboss.as.controller.parsing.Element
 
HOST_CONFIG - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST_CONNECTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST_CONTROLLER - org.jboss.as.controller.ExtensionContext.ContextType
The Extension will be used to extend the functionality of a Host Controller
HOST_CONTROLLER - org.jboss.as.controller.ProcessType
 
HOST_CONTROLLER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST_CONTROLLER_ONLY - org.jboss.as.controller.registry.OperationEntry.Flag
A host-level operation that should only be executed on the HostController and not on the servers, even if the default behavior would indicate otherwise
HOST_ENVIRONMENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST_EXCLUDE - org.jboss.as.controller.parsing.Element
 
HOST_EXCLUDE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST_EXCLUDES - org.jboss.as.controller.parsing.Element
 
HOST_FAILURE_DESCRIPTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST_FAILURE_DESCRIPTIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST_RELEASE - org.jboss.as.controller.parsing.Element
 
HOST_RELEASE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST_SCOPED_ROLE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST_SCOPED_ROLES - org.jboss.as.controller.parsing.Element
 
HOST_SCOPED_ROLES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOST_STATE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HostEffect - Interface in org.jboss.as.controller.access
Encapsulates information about the relationship of a resource to hosts in a domain.
HostEffectConstraint - Class in org.jboss.as.controller.access.constraint
Constraint related to whether the target resource is associated with one or more managed domain hosts.
HostEffectConstraint(List<String>) - Constructor for class org.jboss.as.controller.access.constraint.HostEffectConstraint
 
HOSTNAME - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
HOSTS - org.jboss.as.controller.parsing.Element
 
HOSTS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HOUR - org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler.Period
 
HTTP - org.jboss.as.controller.parsing.Attribute
 
HTTP_AUTHENTICATION_FACTORY - org.jboss.as.controller.parsing.Attribute
 
HTTP_AUTHENTICATION_FACTORY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HTTP_AUTHENTICATION_FACTORY - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
HTTP_AUTHENTICATION_FACTORY_CAPABILITY - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceAddStepHandler
 
HTTP_AUTHENTICATION_FACTORY_CAPABILITY - Static variable in class org.jboss.as.controller.management.Capabilities
 
HTTP_INTERFACE - org.jboss.as.controller.parsing.Element
 
HTTP_INTERFACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HTTP_MANAGEMENT_CAPABILITY - Static variable in class org.jboss.as.controller.management.Capabilities
 
HTTP_MANAGEMENT_RUNTIME_CAPABILITY - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
HTTP_UPGRADE - org.jboss.as.controller.parsing.Element
 
HTTP_UPGRADE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HTTP_UPGRADE - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
HTTP_UPGRADE_ENABLED - org.jboss.as.controller.parsing.Attribute
 
HTTP_UPGRADE_ENABLED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
HTTP_UPGRADE_ENABLED - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
HttpInterfaceCommonPolicy - Interface in org.jboss.as.controller.management
Policy information for the HTTP management interface that is common across both standalone and domain mode.
HttpInterfaceCommonPolicy.Header - Class in org.jboss.as.controller.management
 
HTTPS - org.jboss.as.controller.parsing.Attribute
 
HttpUpgradeAttributeHandler() - Constructor for class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition.HttpUpgradeAttributeHandler
 

I

ID - org.jboss.as.controller.parsing.Attribute
 
ID - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
IDENTITY - org.jboss.as.controller.parsing.Element
 
IDENTITY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
IGNORE_UNUSED_CONFIG - org.jboss.as.controller.parsing.Attribute
 
IGNORE_UNUSED_CONFIG - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
IGNORED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
IGNORED_RESOURCE - org.jboss.as.controller.parsing.Element
 
IGNORED_RESOURCE_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
IGNORED_RESOURCES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ignoringUnsupportedLegacyExtension(List<String>, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ignoringUnsupportedLegacyExtension(List<String>, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
ignoringUnsupportedLegacyExtension$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalCharsetName(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalCharsetName(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
illegalCharsetName$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalCLIStylePathAddress(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalCLIStylePathAddress(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
illegalCLIStylePathAddress$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalInterfaceCriteria(ModelType, ModelType) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalInterfaceCriteria(ModelType, ModelType) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the interface criteria must be of the type represented by the valueType parameter.
illegalInterfaceCriteria$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalMultipleRoles() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalMultipleRoles() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
illegalMultipleRoles$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalPermissionActions(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalPermissionActions(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
illegalPermissionActions$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalPermissionName(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalPermissionName(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
illegalPermissionName$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalUnresolvedModel(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalUnresolvedModel(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
illegalUnresolvedModel$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalValueForInterfaceCriteria(ModelType, String, ModelType) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
illegalValueForInterfaceCriteria(ModelType, String, ModelType) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value, represented by the valueType parameter, is invalid for the interface criteria, represented by the id parameter.
illegalValueForInterfaceCriteria$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ImmutableCapabilityRegistry - Interface in org.jboss.as.controller.capability.registry
A read-only view of CapabilityRegistry Capability registry contains two kinds of capabilities: - possible capabilities which are defined on each resource to provide what said resource and provide at runtime - runtime or actual capabilities which are runtime instances of possible capabilities
ImmutableManagementResourceRegistration - Interface in org.jboss.as.controller.registry
Read-only view of a ManagementResourceRegistration.
immutableResource() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
immutableResource() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the resource is immutable.
immutableResource$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
immutableSetOf(EnumSet<OperationEntry.Flag>) - Static method in enum org.jboss.as.controller.registry.OperationEntry.Flag
 
immutableSetOf(AttributeAccess.Flag...) - Static method in enum org.jboss.as.controller.registry.AttributeAccess.Flag
 
implies(Permission) - Method in class org.jboss.as.controller.access.permission.AllPermissionsCollection
 
implies(Permission) - Method in class org.jboss.as.controller.access.permission.CombinationManagementPermission
 
implies(Permission) - Method in class org.jboss.as.controller.access.permission.ManagementPermissionCollection
 
implies(Permission) - Method in class org.jboss.as.controller.access.permission.SimpleManagementPermission
 
IN_MEMORY_HANDLER - org.jboss.as.controller.parsing.Element
 
IN_MEMORY_HANDLER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
IN_SERIES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
INCLUDE - org.jboss.as.controller.access.management.WritableAuthorizerConfiguration.MatchType
Any inclusive match, where a match allows mapping a org.jboss.as.controller.access.Caller to a AuthorizerConfiguration.RoleMapping
INCLUDE - org.jboss.as.controller.parsing.Element
 
INCLUDE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
INCLUDE_ALIASES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
INCLUDE_ALL - org.jboss.as.controller.parsing.Attribute
 
INCLUDE_ALL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
INCLUDE_DATE - org.jboss.as.controller.parsing.Attribute
 
INCLUDE_DATE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
INCLUDE_DEFAULTS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
INCLUDE_RUNTIME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
INCLUDE_SINGLETONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
INCLUDE_UNDEFINED_METRIC_VALUES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
includeAllAuthedUsers() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration.RoleMapping
Get whether all authenticated users should be included in this role provided they do not match on the excludes of the role.
INCLUDES - org.jboss.as.controller.parsing.Attribute
 
INCLUDES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
incompatiblePermissionType(Class<?>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
incompatiblePermissionType(Class<?>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
incompatiblePermissionType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
incompleteExpression(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
incompleteExpression(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
incompleteExpression$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
inconsistentCapabilityContexts(String, String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
inconsistentCapabilityContexts(String, String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
inconsistentCapabilityContexts(String, String, String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
inconsistentCapabilityContexts(String, String, String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
inconsistentCapabilityContexts4$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
inconsistentCapabilityContexts5$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
incorrectType(String, Collection<ModelType>, ModelType) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
incorrectType(String, Collection<ModelType>, ModelType) - Method in interface org.jboss.as.controller.logging.ControllerLogger
An exception indicating the type is invalid.
incorrectType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
INDEX - Static variable in class org.jboss.as.controller.operations.global.ListOperations
 
indexedChildResourceRegistrationNotAvailable(PathElement) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
indexedChildResourceRegistrationNotAvailable(PathElement) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
indexedChildResourceRegistrationNotAvailable$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
INET_ADDRESS - org.jboss.as.controller.parsing.Element
 
INET_ADDRESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
INET_ADDRESS - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
All other attribute names.
InetAddressMatchInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given address is matches the specified address.
InetAddressMatchInterfaceCriteria(String) - Constructor for class org.jboss.as.controller.interfaces.InetAddressMatchInterfaceCriteria
Creates a new InetAddressMatchInterfaceCriteria
InetAddressMatchInterfaceCriteria(InetAddress) - Constructor for class org.jboss.as.controller.interfaces.InetAddressMatchInterfaceCriteria
 
InetAddressPrincipal - Class in org.jboss.as.controller.security
 
InetAddressPrincipal(InetAddress) - Constructor for class org.jboss.as.controller.security.InetAddressPrincipal
Create a new instance.
InetAddressUtil - Class in org.jboss.as.controller.interfaces
 
InetAddressUtil() - Constructor for class org.jboss.as.controller.interfaces.InetAddressUtil
 
InetAddressValidator - Class in org.jboss.as.controller.operations.validation
Validates that the given parameter is a string that can be converted into an InetAddress.
InetAddressValidator(boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.InetAddressValidator
 
INFLOW_SECURITY_DOMAINS - org.jboss.as.controller.parsing.Attribute
 
INFLOW_SECURITY_IDENTITY - Static variable in class org.jboss.as.controller.security.ControllerPermission
The Controller Permission named inflowSecurityIdentity, which is required where a SecurityIdentity is inflowed as-is bypassing local security.
INFLOW_SECURITY_IDENTITY_NAME - Static variable in class org.jboss.as.controller.security.ControllerPermission
 
INHERITED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
inheritResourceAttributeDefinitions() - Method in interface org.jboss.as.controller.transform.description.OperationTransformationOverrideBuilder
Inherit all existing attribute rules from the resource for this operation transformer.
INITIAL_CONTEXT_FACTORY - org.jboss.as.controller.parsing.Attribute
 
INITIAL_SERVER_GROUPS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
initialiseChain(ResourceTransformationContext, OperationTransformerRegistry.PlaceholderResolver) - Static method in class org.jboss.as.controller.transform.ChainedTransformationTools
Call when starting a new chain of model versions.
initialisedAdditionalBootCliScriptSystemKeepingAlive(File, File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
initialisedAdditionalBootCliScriptSystemKeepingAlive(File, File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
initialisedAdditionalBootCliScriptSystemKeepingAlive$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
initialisedAdditionalBootCliScriptSystemNotKeepingAlive(File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
initialisedAdditionalBootCliScriptSystemNotKeepingAlive(File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
initialisedAdditionalBootCliScriptSystemNotKeepingAlive$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
initialize(ExtensionContext) - Method in class org.jboss.as.controller.extension.AbstractLegacyExtension
 
initialize(ExtensionContext) - Method in interface org.jboss.as.controller.Extension
Initialize this extension by registering its operation handlers and configuration marshaller with the given ExtensionContext.
initialize(OperationContext) - Method in interface org.jboss.as.controller.extension.ExpressionResolverExtension
Initialize the extension using the given OperationContext.
initializeAtStartup(File) - Method in class org.jboss.as.controller.audit.AbstractFileAuditLogHandler
 
initializeAtStartup(File) - Method in class org.jboss.as.controller.audit.FileAuditLogHandler
 
initializeAtStartup(File) - Method in class org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler
 
initializeAtStartup(File) - Method in class org.jboss.as.controller.audit.SizeRotatingFileAuditLogHandler
 
initializeDomain(ServiceTarget, ManagementModel) - Method in interface org.jboss.as.controller.ModelControllerServiceInitialization
Initialize the domain controller.
initializeHost(ServiceTarget, ManagementModel, String, ProcessType) - Method in interface org.jboss.as.controller.ModelControllerServiceInitialization
Initialize a host controller.
initializeLegacyModel(ExtensionContext) - Method in class org.jboss.as.controller.extension.AbstractLegacyExtension
Perform the work that a non-legacy extension would perform in AbstractLegacyExtension.initialize(org.jboss.as.controller.ExtensionContext), except no handler for the describe operation should be registered.
initializeLegacyParsers(ExtensionParsingContext) - Method in class org.jboss.as.controller.extension.AbstractLegacyExtension
initializeParsers(Extension, String, XMLMapper) - Method in class org.jboss.as.controller.extension.ExtensionRegistry
Ask the given extension to initialize its parsers.
initializeParsers(ExtensionParsingContext) - Method in class org.jboss.as.controller.extension.AbstractLegacyExtension
 
initializeParsers(ExtensionParsingContext) - Method in interface org.jboss.as.controller.Extension
Initialize the XML parsers for this extension and register them with the given ExtensionParsingContext.
initializeReloadContext(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.common.ProcessReloadHandler
 
initializeStandalone(ServiceTarget, ManagementModel, ProcessType) - Method in interface org.jboss.as.controller.ModelControllerServiceInitialization
Initialize a standalone server.
initModel(ManagementModel, Resource) - Method in class org.jboss.as.controller.AbstractControllerService
 
InMemoryAuditLogHandler - Class in org.jboss.as.controller.audit
 
InMemoryAuditLogHandler(String, int) - Constructor for class org.jboss.as.controller.audit.InMemoryAuditLogHandler
 
INPUT_STREAM_INDEX - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
installServices(OperationContext, HttpInterfaceCommonPolicy, ModelNode) - Method in class org.jboss.as.controller.management.BaseHttpInterfaceAddStepHandler
 
installServices(OperationContext, NativeInterfaceCommonPolicy, ModelNode) - Method in class org.jboss.as.controller.management.BaseNativeInterfaceAddStepHandler
 
INSTANCE - org.jboss.as.controller.parsing.Element
 
INSTANCE - Static variable in class org.jboss.as.controller.access.constraint.VaultExpressionSensitivityConfig
 
INSTANCE - Static variable in class org.jboss.as.controller.access.permission.AllPermissionsCollection
 
INSTANCE - Static variable in class org.jboss.as.controller.CompositeOperationHandler
 
INSTANCE - Static variable in interface org.jboss.as.controller.ConfigurationChangesCollector
 
INSTANCE - Static variable in class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
 
INSTANCE - Static variable in class org.jboss.as.controller.interfaces.LinkLocalInterfaceCriteria
 
INSTANCE - Static variable in class org.jboss.as.controller.interfaces.LoopbackInterfaceCriteria
 
INSTANCE - Static variable in class org.jboss.as.controller.interfaces.PointToPointInterfaceCriteria
 
INSTANCE - Static variable in class org.jboss.as.controller.interfaces.PublicAddressInterfaceCriteria
 
INSTANCE - Static variable in class org.jboss.as.controller.interfaces.SiteLocalInterfaceCriteria
 
INSTANCE - Static variable in class org.jboss.as.controller.interfaces.SupportsMulticastInterfaceCriteria
 
INSTANCE - Static variable in class org.jboss.as.controller.interfaces.UpInterfaceCriteria
 
INSTANCE - Static variable in class org.jboss.as.controller.interfaces.VirtualInterfaceCriteria
 
INSTANCE - Static variable in class org.jboss.as.controller.ModelOnlyRemoveStepHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.common.NamespaceAddHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.common.NamespaceRemoveHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.common.ResolveExpressionHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.common.SchemaLocationAddHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.common.SchemaLocationRemoveHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.common.ValidateAddressOperationHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.common.ValidateOperationHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.global.QueryOperationHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.global.ReadAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.global.ReadResourceHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.global.UndefineAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.global.WriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.operations.validation.PathAddressValidator
 
INSTANCE - Static variable in class org.jboss.as.controller.PropagatingCorrector
 
INSTANCE - Static variable in class org.jboss.as.controller.ReadResourceNameOperationStepHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.registry.PlaceholderResource
 
INSTANCE - Static variable in class org.jboss.as.controller.ReloadRequiredRemoveStepHandler
 
INSTANCE - Static variable in class org.jboss.as.controller.transform.AddNameFromAddressResourceTransformer
 
INSTANCE_ID - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
IntAllowedValuesValidator - Class in org.jboss.as.controller.operations.validation
 
IntAllowedValuesValidator(int...) - Constructor for class org.jboss.as.controller.operations.validation.IntAllowedValuesValidator
 
INTERFACE - org.jboss.as.controller.parsing.Attribute
 
INTERFACE - org.jboss.as.controller.parsing.Element
 
INTERFACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
INTERFACE - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
INTERFACE_CAPABILITY_NAME - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
INTERFACE_SPECS - org.jboss.as.controller.parsing.Element
 
InterfaceAddHandler - Class in org.jboss.as.controller.operations.common
Handler for the interface resource add operation.
InterfaceAddHandler(boolean) - Constructor for class org.jboss.as.controller.operations.common.InterfaceAddHandler
Create the InterfaceAddHandler
InterfaceCriteria - Interface in org.jboss.as.controller.interfaces
A criteria used to determine what IP address to use for an interface.
InterfaceCriteriaWriteHandler - Class in org.jboss.as.controller.operations.common
Interface criteria write-attribute OperationHandler
InterfaceDefinition - Class in org.jboss.as.controller.resource
 
InterfaceDefinition(InterfaceAddHandler, OperationStepHandler, boolean, boolean, RuntimeCapability<Void>...) - Constructor for class org.jboss.as.controller.resource.InterfaceDefinition
 
INTERFACES - org.jboss.as.controller.parsing.Element
 
INTERNAL_DEFINITION - Static variable in class org.jboss.as.controller.CompositeOperationHandler
 
INTERNAL_SERVICE_NAME - Static variable in class org.jboss.as.controller.ControlledProcessStateService
Only for use within the WildFly Core kernel; may change or be removed at any time
internalBuild(ResourceDescriptionResolver, ResourceDescriptionResolver) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
internalCompare(AbstractConstraintFactory) - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConstraint.Factory
 
internalCompare(AbstractConstraintFactory) - Method in class org.jboss.as.controller.access.constraint.SensitiveTargetConstraint.Factory
 
internalExecute(Operation, OperationMessageHandler, ModelController.OperationTransactionControl, OperationStepHandler) - Method in class org.jboss.as.controller.AbstractControllerService
 
internalExecute(Operation, OperationMessageHandler, ModelController.OperationTransactionControl, OperationStepHandler, boolean) - Method in class org.jboss.as.controller.AbstractControllerService
 
internalExecute(Operation, OperationMessageHandler, ModelController.OperationTransactionControl, OperationStepHandler, boolean, boolean) - Method in class org.jboss.as.controller.AbstractControllerService
 
internalExecute(Operation, ManagementRequestContext<?>, OperationMessageHandler, ModelController.OperationTransactionControl) - Method in class org.jboss.as.controller.remote.TransactionalProtocolOperationHandler
Subclasses can override this method to determine how to execute the method, e.g.
interruptedAwaitingFinalResponse(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
interruptedAwaitingFinalResponse(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
interruptedAwaitingFinalResponse$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
interruptedAwaitingInitialResponse(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
interruptedAwaitingInitialResponse(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
interruptedAwaitingInitialResponse$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
interruptedWaitingStability(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
interruptedWaitingStability(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning message indicating that an operation was interrupted before service stability was reached
interruptedWaitingStability$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
IntRangeValidator - Class in org.jboss.as.controller.operations.validation
Validates that the given parameter is an int in a given range.
IntRangeValidator(int) - Constructor for class org.jboss.as.controller.operations.validation.IntRangeValidator
 
IntRangeValidator(int, boolean) - Constructor for class org.jboss.as.controller.operations.validation.IntRangeValidator
 
IntRangeValidator(int, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.IntRangeValidator
 
IntRangeValidator(int, int) - Constructor for class org.jboss.as.controller.operations.validation.IntRangeValidator
 
IntRangeValidator(int, int, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.IntRangeValidator
 
invalid(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalid(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the name is invalid.
invalid(Throwable, int, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalid(Throwable, int, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value is invalid.
invalid1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalid2$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAddress(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAddress(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the address, represented by the address parameter, is invalid.
invalidAddress$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAddressFormat(ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAddressFormat(ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidAddressFormat$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAddressMask(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAddressMask(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the mask, represented by the mask parameter, is invalid.
invalidAddressMask$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAddressMaskValue(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAddressMaskValue(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value, represented by the value parameter, is invalid and must be of the form address/mask.
invalidAddressMaskValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAddressValue(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAddressValue(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the address value, represented by the value parameter, is invalid.
invalidAddressValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAttributeCombo(String, StringBuilder) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAttributeCombo(String, StringBuilder) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the attribute, represented by the attributeName parameter, is invalid in combination with the combos parameter.
invalidAttributeCombo$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAttributeDefinition(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAttributeDefinition(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidAttributeDefinition$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAttributeValue(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAttributeValue(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidAttributeValue(String, QName, Set<String>, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAttributeValue(String, QName, Set<String>, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an invalid value, represented by the value parameter, was found for the attribute, represented by the name parameter.
invalidAttributeValue(String, QName, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAttributeValue(String, QName, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an invalid value, represented by the value parameter, was found for the attribute, represented by the name parameter.
invalidAttributeValue(XMLExtendedStreamReader, int) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting an invalid XML attribute value.
invalidAttributeValue1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAttributeValue2$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidAttributeValue3$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidBlockingTimeout(long, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidBlockingTimeout(long, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidBlockingTimeout$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidCapabilityServiceType(String, Class<?>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidCapabilityServiceType(String, Class<?>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidCapabilityServiceType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidChannelCloseTimeout(NumberFormatException, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidChannelCloseTimeout(NumberFormatException, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning indicating an invalid value for how long to wait for active management operations to clear before allowing a communication channel close to proceed.
invalidChannelCloseTimeout$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidCredentialReferenceValue(String, String, String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidCredentialReferenceValue(String, String, String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidCredentialReferenceValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDefaultBlockingTimeout(String, String, long) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDefaultBlockingTimeout(String, String, long) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidDefaultBlockingTimeout$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionInvalidParamTypeInDescription(String, PathAddress, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionInvalidParamTypeInDescription(String, PathAddress, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates a string for use in an IllegalArgumentException or a warning message indicating that a parameter has an invalid type in the operation description
invalidDescriptionInvalidParamTypeInDescription$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionMinMaxForParameterHasWrongType(String, String, ModelType, PathAddress, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionMinMaxForParameterHasWrongType(String, String, ModelType, PathAddress, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates a string for use in an IllegalArgumentException or a warning message indicating that a parameter has a min or max attribute value of a different type from its expected value.
invalidDescriptionMinMaxForParameterHasWrongType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionMinMaxLengthForParameterHasWrongType(String, String, PathAddress, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionMinMaxLengthForParameterHasWrongType(String, String, PathAddress, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates a string for use in an IllegalArgumentException or a warning message indicating that a parameter has a min-length or max-length attribute value that is not an integer.
invalidDescriptionMinMaxLengthForParameterHasWrongType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionNoParamTypeInDescription(String, PathAddress, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionNoParamTypeInDescription(String, PathAddress, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates a string for use in an IllegalArgumentException or a warning message indicating that a parameter has no type in the operation description
invalidDescriptionNoParamTypeInDescription$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionRequiredFlagIsNotABoolean(String, PathAddress, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionRequiredFlagIsNotABoolean(String, PathAddress, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates a string for use in an IllegalArgumentException or a warning message indicating that the required attribute of a parameter in the operation description is not a boolean.
invalidDescriptionRequiredFlagIsNotABoolean$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionUndefinedRequestProperty(String, PathAddress, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidDescriptionUndefinedRequestProperty(String, PathAddress, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates a string for use in an IllegalArgumentException or a warning message indicating that a parameter is undefined in the operation description.
invalidDescriptionUndefinedRequestProperty$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidEnumValue(String, String, Set<?>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidEnumValue(String, String, Set<?>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that the value of the specified parameter does not match any of the allowed values.
invalidEnumValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidHeaderName(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidHeaderName(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidHeaderName$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidInterfaceCriteriaPattern(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidInterfaceCriteriaPattern(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the pattern, represented by the pattern parameter, for the interface criteria, represented by the name parameter, is invalid.
invalidInterfaceCriteriaPattern$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidLoadFactor() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidLoadFactor() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the load factor must be greater than 0 and less than or equal to 1.
invalidLoadFactor$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidLocaleString(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidLocaleString(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidLocaleString$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMaxBytesLength(String, String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMaxBytesLength(String, String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value parameter is invalid and must have a maximum bytes length, represented by the length parameter.
invalidMaxBytesLength$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMaxLength(String, String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMaxLength(String, String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value parameter is invalid and must have a maximum length, represented by the length parameter.
invalidMaxLength$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMaxSize(int, String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMaxSize(int, String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the size is an invalid size for the parameter, represented by the name parameter.
invalidMaxSize$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMaxValue(int, String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMaxValue(int, String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value is invalid for the parameter, represented by the name parameter.
invalidMaxValue(long, String, long) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMaxValue(long, String, long) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value is invalid for the parameter, represented by the name parameter.
invalidMaxValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMinBytesLength(String, String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMinBytesLength(String, String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value parameter is invalid and must have a minimum bytes length, represented by the length parameter.
invalidMinBytesLength$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMinLength(String, String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMinLength(String, String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value parameter is invalid and must have a minimum length, represented by the length parameter.
invalidMinLength$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMinSize(int, String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMinSize(int, String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the size is an invalid size for the parameter, represented by the name parameter.
invalidMinSize$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMinValue(int, String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMinValue(int, String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value is invalid for the parameter, represented by the name parameter.
invalidMinValue(long, String, long) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMinValue(long, String, long) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value is invalid for the parameter, represented by the name parameter.
invalidMinValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidModificationAfterCompletedStep() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidModificationAfterCompletedStep() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicated an invalid modification after completed ste.
invalidModificationAfterCompletedStep$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMulticastAddress(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidMulticastAddress(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the value for the attribute, represented by the name parameter, is not a valid multicast address.
invalidMulticastAddress$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidOutboundSocketBinding(String, String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidOutboundSocketBinding(String, String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an outbound socket binding cannot have both the localTag and the remoteTag.
invalidOutboundSocketBinding$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidParameterName(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidParameterName(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidParameterName$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidParameterValue(OperationEntry.Flag, String, Collection<OperationEntry.Flag>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidParameterValue(OperationEntry.Flag, String, Collection<OperationEntry.Flag>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the flag is invalid.
invalidParameterValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidPathElementKey(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidPathElementKey(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the key is invalid.
invalidPathElementKey$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidPathElementValue(String, String, Character) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidPathElementValue(String, String, Character) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the value is invalid.
invalidPathElementValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidPort(String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidPort(String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the value for the name must be a valid port number.
invalidPort$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidRelativePathValue(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidRelativePathValue(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidRelativePathValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidRuntimeStageForProfile(String, String, OperationContext.Stage, ProcessType) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidRuntimeStageForProfile(String, String, OperationContext.Stage, ProcessType) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidRuntimeStageForProfile$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidSha1Value(Throwable, String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidSha1Value(Throwable, String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the value for the attribute, represented by the name parameter, does not represent a properly hex-encoded SHA1 hash.
invalidSha1Value$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidStage(OperationContext.Stage, ProcessType) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidStage(OperationContext.Stage, ProcessType) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the stage is not valid for the context process type.
invalidStage$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidStepStage() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidStepStage() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an invalid step stage specified.
invalidStepStage$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidSubnetFormat(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidSubnetFormat(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
invalidSubnetFormat$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidSystemPropertyValue(String, String, int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidSystemPropertyValue(String, String, int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating an invalid value for the system property, represented by the name parameter, was found.
invalidSystemPropertyValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidTableSize() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidTableSize() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the table cannot have a negative size.
invalidTableSize$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidType(ModelType) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidType(ModelType) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the type, represented by the type parameter, is invalid.
invalidType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidValue(String, String, Collection<?>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidValue(String, String, Collection<?>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the value for the parameter, represented by the name parameter, is invalid.
invalidValue$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidWildcardAddress(String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
invalidWildcardAddress(String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning message indicating the address, represented by the address parameter, is a wildcard address and will not match any specific address.
invalidWildcardAddress$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
InVmAccess - Class in org.jboss.as.controller.access
Utility class for executing in-vm calls.
IS_DOMAIN_CONTROLLER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
isAbsoluteUnixOrWindowsPath(String) - Static method in class org.jboss.as.controller.services.path.AbstractPathService
Checks whether the given path looks like an absolute Unix or Windows filesystem pathname without regard for what the filesystem is underlying the Java Virtual Machine.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.AbstractInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.InetAddressMatchInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.LinkLocalInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.LoopbackAddressInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.LoopbackInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.NicInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.NicMatchInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.PointToPointInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.PublicAddressInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.SiteLocalInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.SubnetMatchInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.SupportsMulticastInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.UpInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isAcceptable(NetworkInterface, InetAddress) - Method in class org.jboss.as.controller.interfaces.VirtualInterfaceCriteria
Gets whether the given network interface and address are acceptable for use.
isActionEffectAllowed(Action.ActionEffect) - Method in enum org.jboss.as.controller.access.rbac.StandardRole
 
isAddAccessConstraints() - Method in class org.jboss.as.controller.descriptions.DefaultOperationDescriptionProvider
Hook for subclasses like DefaultResourceRemoveDescriptionProvider to not add the access constraints
isAddAccessConstraints() - Method in class org.jboss.as.controller.descriptions.DefaultResourceRemoveDescriptionProvider
 
isAlias() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
isAlias() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
isAlias() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets whether this resource registration is an alias to another resource.
isAllowed(ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
isAllowExpression() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
isAllowExpression() - Method in class org.jboss.as.controller.AttributeDefinition
Whether a ModelNode holding the value of this attribute can be ModelType.EXPRESSION.
isAllowExpression() - Method in class org.jboss.as.controller.operations.validation.NillableOrExpressionParameterValidator
 
isAllowMultipleRegistrations() - Method in class org.jboss.as.controller.capability.RuntimeCapability
Gets whether this capability can be registered at more than one point within the same overall scope.
isAllowsOverride() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
isAllowsOverride() - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Gets whether this registration will always throw an exception if ManagementResourceRegistration.registerOverrideModel(String, OverrideDescriptionProvider) is invoked.
isAnyLocal() - Method in class org.jboss.as.controller.interfaces.ParsedInterfaceCriteria
 
isApplicationType() - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
isAttributeTransformationRequired(String, ModelNode, TransformationContext) - Method in interface org.jboss.as.controller.transform.AttributeTransformationRequirementChecker
Gets whether the given attribute or parameter value is not understandable by the target process and needs to be transformed.
isAttributeTransformationRequired(String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker
 
isAttributeTransformationRequired(String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker
 
isBooting() - Method in interface org.jboss.as.controller.OperationContext
Determine whether the controller is currently performing boot tasks.
isBooting() - Method in interface org.jboss.as.controller.services.path.PathManager.PathEventContext
 
isCancelled() - Method in class org.jboss.as.controller.remote.CompletedFuture
 
isCompactJson() - Method in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
isCompatibleWith(AbstractSensitivity) - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
isConfigurationExtensionSupported() - Static method in class org.jboss.as.controller.persistence.ConfigurationExtensionFactory
Returns true if a configuration extension is loaded - false otherwise.
isConfiguredRequiresAccessPermissionValid(Boolean) - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
isConfiguredRequiresReadPermissionValid(Boolean) - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
isConfiguredRequiresWritePermissionValid(Boolean) - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
isConsoleEnabled() - Method in interface org.jboss.as.controller.management.HttpInterfaceCommonPolicy
Is the management console enabled, is set to false the console should not be made available.
isCore() - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
isCore() - Method in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
isCore() - Method in interface org.jboss.as.controller.access.management.AccessConstraintDefinition
Gets whether the definition is provided by the core management system.
isCore() - Method in class org.jboss.as.controller.access.management.AccessConstraintKey
 
isCore() - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
isCore() - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
isDefaultApplication() - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
isDefaultRequiresAccessPermission() - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
isDefaultRequiresReadPermission() - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
isDefaultRequiresRuntime() - Method in interface org.jboss.as.controller.OperationContext
Whether normally this operation would require a runtime step.
isDefaultRequiresWritePermission() - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
isDeprecated() - Method in class org.jboss.as.controller.AttributeDefinition
 
isDeprecated() - Method in class org.jboss.as.controller.OperationDefinition
 
isDiscardExpressions() - Method in class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DefaultDiscardAttributeChecker
 
isDiscardExpressions() - Method in interface org.jboss.as.controller.transform.description.DiscardAttributeChecker
Returns true if the attribute should be discarded if expressions are used
isDiscardUndefined() - Method in class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DefaultDiscardAttributeChecker
 
isDiscardUndefined() - Method in interface org.jboss.as.controller.transform.description.DiscardAttributeChecker
Returns true if the attribute should be discarded if it is undefined
isDomainRollout() - Method in class org.jboss.as.controller.AccessAuditContext
Gets whether this context relates to a secondary request initiated by a remote Host Controller process as part of its rollout of an operation initiated on that process.
isDone() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
 
isDone() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.SucceededOperation
 
isDone() - Method in class org.jboss.as.controller.remote.CompletedFuture
 
isDone() - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.PreparedOperation
Is done.
isDynamicallyNamed() - Method in interface org.jboss.as.controller.capability.Capability
Gets whether this capability is a dynamically named one, whose runtime variants will have a dynamic element added to the base name provided by Capability.getName().
isDynamicallyNamed() - Method in class org.jboss.as.controller.capability.RuntimeCapability
 
isDynamicDependent() - Method in interface org.jboss.as.controller.CapabilityReferenceRecorder
Deprecated.
No longer required and may throw UnsupportedOperationException
isDynamicDependent() - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder
 
isElided() - Method in class org.jboss.as.controller.access.management.AuthorizedAddress
 
isEntireResourceConstrained() - Method in interface org.jboss.as.controller.access.management.AccessConstraintUtilization
Gets whether the constraint applies to the resource as a whole
isExcluded(SecurityIdentity) - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration.RoleMapping
Gets whether the caller matches the role mapping's exclusion rules.
isExposingClientServicesAllowed() - Method in class org.jboss.as.controller.AbstractControllerService
Gets whether this controller service should install a ModelControllerClientFactory and a NotificationHandlerRegistry as a service.
isExpression(String) - Static method in class org.jboss.as.controller.operations.common.Util
 
isExpression(String) - Static method in class org.jboss.as.controller.parsing.ParseUtils
 
isFailed() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
 
isFailed() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.SucceededOperation
 
isFailed() - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.PreparedOperation
Check if prepare failed.
isFeature() - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
isFeature() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
isFeature() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
isFeature() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
 
isFeature() - Method in interface org.jboss.as.controller.ResourceDefinition
 
isFeature() - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
isFlagPresent(AttributeAccess.Flag) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Checks if a special purpose flag has been recorded as relevant to the attribute
isHostController() - Method in enum org.jboss.as.controller.ProcessType
Returns true if the process is a host controller,
isHostEffectGlobal() - Method in interface org.jboss.as.controller.access.HostEffect
Gets whether the resource logically affects all hosts, including hosts that may not presently exist.
isHttpUpgradeEnabled() - Method in interface org.jboss.as.controller.management.HttpInterfaceCommonPolicy
Is upgrading to a Remoting connection over the HTTP interface enabled.
isIgnoredResourceListAvailableAtRegistration() - Method in interface org.jboss.as.controller.transform.TransformationTarget
Gets whether this target can make its list of ignored resources known when it registers.
isIgnoredResourceListAvailableAtRegistration() - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
isIgnoreUnaffectedConfig() - Method in interface org.jboss.as.controller.transform.TransformationTarget
 
isIgnoreUnaffectedConfig() - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
isIncluded(SecurityIdentity) - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration.RoleMapping
Gets whether the caller matches the role mapping's inclusion rules.
isInflowed() - Method in class org.jboss.as.controller.AccessAuditContext
Get if the current SecurityIdentity was inflowed from another process.
isInherited() - Method in class org.jboss.as.controller.registry.NotificationEntry
 
isInherited() - Method in class org.jboss.as.controller.registry.OperationEntry
 
isInherited() - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry.OperationTransformerEntry
 
isInherited() - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry.ResourceTransformerEntry
 
isInherited() - Method in interface org.jboss.as.controller.transform.description.TransformationDescription
If this is a discarded or rejected resource it returns true
isInVmCall() - Static method in class org.jboss.as.controller.access.InVmAccess
Is the current call an in-vm call?
isLogBoot() - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Get whether this audit logger logs operations on boot
isLogBoot() - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
isLogReadOnly() - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Get whether this audit logger logs read-only operations
isLogReadOnly() - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
isManagedDomain() - Method in enum org.jboss.as.controller.ProcessType
Returns true if the process is a managed domain process.
isMapUsingIdentityRoles() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Gets whether role mapping should use roles obtained from the SecurityIdentity.
isMapUsingIdentityRoles() - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
isMarshallable(AttributeDefinition, ModelNode) - Method in class org.jboss.as.controller.AttributeMarshaller
Gets whether the given resourceModel has a value for this attribute that should be marshalled to XML.
isMarshallable(AttributeDefinition, ModelNode, boolean) - Method in class org.jboss.as.controller.AttributeMarshaller.AttributeElementMarshaller
 
isMarshallable(AttributeDefinition, ModelNode, boolean) - Method in class org.jboss.as.controller.AttributeMarshaller
Gets whether the given resourceModel has a value for this attribute that should be marshalled to XML.
isMarshallable(ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Gets whether the given resourceModel has a value for this attribute that should be marshalled to XML.
isMarshallable(ModelNode, boolean) - Method in class org.jboss.as.controller.AttributeDefinition
Gets whether the given resourceModel has a value for this attribute that should be marshalled to XML.
isMarshallableAsElement() - Method in class org.jboss.as.controller.AttributeMarshaller.AttributeElementMarshaller
 
isMarshallableAsElement() - Method in class org.jboss.as.controller.AttributeMarshaller
 
isMarshallableAsElement() - Method in class org.jboss.as.controller.AttributeMarshallers.MapAttributeMarshaller
 
isMarshallableAsElement() - Method in class org.jboss.as.controller.AttributeMarshallers.SimpleListAttributeMarshaller
 
isMarshallableAsElement() - Method in class org.jboss.as.controller.DefaultAttributeMarshaller
 
isMasterHc() - Method in interface org.jboss.as.controller.extension.RuntimeHostControllerInfoAccessor.HostControllerInfo
 
isModelAffected() - Method in interface org.jboss.as.controller.OperationContext
Determine whether the model has thus far been affected by this operation.
isModelDefined() - Method in class org.jboss.as.controller.extension.ExtensionResource
 
isModelDefined() - Method in class org.jboss.as.controller.registry.DelegatingResource
 
isModelDefined() - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
isModelDefined() - Method in interface org.jboss.as.controller.registry.Resource
Determine whether the model of this resource is defined.
isModelPartial() - Method in interface org.jboss.as.controller.AbstractControllerService.PartialModelIndicator
Gets whether the configuration model be regarded as only being partial.
isMultiTarget() - Method in class org.jboss.as.controller.PathAddress
Check whether this address applies to multiple targets.
isMultiTarget() - Method in class org.jboss.as.controller.PathElement
 
isNillable() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
isNillable() - Method in class org.jboss.as.controller.AttributeDefinition
Whether a ModelNode holding the value of this attribute can be ModelType.UNDEFINED in any situation.
isNoNamespaceAttribute(XMLExtendedStreamReader, int) - Static method in class org.jboss.as.controller.parsing.ParseUtils
 
isNonFacadeMBeansSensitive() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Gets whether JMX calls to non-facade mbeans (i.e.
isNonFacadeMBeansSensitive() - Method in class org.jboss.as.controller.access.JmxTarget
 
isNonFacadeMBeansSensitive() - Method in class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
isNonFacadeMBeansSensitive() - Method in interface org.jboss.as.controller.access.management.JmxAuthorizer
Gets whether JMX calls to non-facade mbeans (i.e.
isNonFacadeMBeansSensitive() - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
isNormalServer() - Method in interface org.jboss.as.controller.OperationContext
Convenience method to check if the process type is a server type and the running mode is RunningMode.NORMAL.
isNormalServer() - Method in interface org.jboss.as.controller.services.path.PathManager.PathEventContext
 
isNotificationEnabled(Notification) - Method in interface org.jboss.as.controller.notification.NotificationFilter
 
isNotificationUseful() - Method in class org.jboss.as.controller.DeprecationData
Gets whether actively advising the user about the deprecation is useful.
isNullSignificant() - Method in class org.jboss.as.controller.AttributeDefinition
Gets whether an access control check is required to implicitly set an attribute to undefined in a resource "add" operation.
isOperationDefined(ModelNode) - Static method in class org.jboss.as.controller.resource.InterfaceDefinition
Test whether the operation has a defined criteria parameter.
isOperationDiscardAllowed(TransformationContext, PathAddress, ModelNode) - Method in class org.jboss.as.controller.transform.DiscardAttributesTransformer.AttributeValueDiscardApprover
Checks if the value of the resource after the operation is applied would meet the criteria.
isOperationDiscardAllowed(TransformationContext, PathAddress, ModelNode) - Method in interface org.jboss.as.controller.transform.DiscardAttributesTransformer.DiscardApprover
Replies with whether operation transformation should be done.
isOperationExcluded(PathAddress, String) - Method in interface org.jboss.as.controller.transform.Transformers.OperationExcludedTransformationRegistry
Gets whether an operation with the given address should be excluded from normal TransformationTarget.resolveTransformer(TransformationContext, PathAddress, String) transformation} and instead simply discarded.
isOperationParameterDiscardable(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DefaultDiscardAttributeChecker
 
isOperationParameterDiscardable(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in interface org.jboss.as.controller.transform.description.DiscardAttributeChecker
Gets whether the given operation parameter can be discarded
isOptional() - Method in class org.jboss.as.controller.registry.RuntimePackageDependency
Is this dependency optional.
isOrderedChild() - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
isOrderedChild() - Method in class org.jboss.as.controller.registry.LegacyResourceDefinition
 
isOrderedChild() - Method in interface org.jboss.as.controller.ResourceDefinition
Whether this is an ordered child or not
isOrderedChild() - Method in class org.jboss.as.controller.SimpleResourceDefinition
Whether this resource registration is ordered in the parent.
isOrderedChildResource() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
isOrderedChildResource() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
isOrderedChildResource() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Return @code true} if a child resource registration was registered using ManagementResourceRegistration.registerSubModel(ResourceDefinition), and false otherwise
isParseAsElement() - Method in class org.jboss.as.controller.AttributeParser
 
isParseAsElement() - Method in class org.jboss.as.controller.AttributeParsers.AttributeElementParser
 
isParseAsElement() - Method in class org.jboss.as.controller.AttributeParsers.MapParser
 
isParseAsElement() - Method in class org.jboss.as.controller.AttributeParsers.ObjectParser
 
isParseAsElement() - Method in class org.jboss.as.controller.AttributeParsers.WrappedObjectListParser
 
isPassive() - Method in class org.jboss.as.controller.registry.RuntimePackageDependency
Is this dependency passive.
isPersisting() - Method in class org.jboss.as.controller.persistence.BackupXmlConfigurationPersister
Overrides the default behavior to return false until BackupXmlConfigurationPersister.successfulBoot() has been called.
isPersisting() - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister
Gets whether a call to ConfigurationPersister.store(ModelNode, Set) will return a ConfigurationPersister.PersistenceResource that will actually persist to persistent storage.
isPlaceholder() - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry
 
isPlaceHolder() - Method in interface org.jboss.as.controller.transform.description.TransformationDescription
Return true if this description is a placeholder.
isProxy() - Method in class org.jboss.as.controller.extension.ExtensionResource
 
isProxy() - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
isProxy() - Method in class org.jboss.as.controller.registry.DelegatingResource
 
isProxy() - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
isProxy() - Method in interface org.jboss.as.controller.registry.Resource
Gets whether operations against this resource will be proxied to a remote process.
isReadOnly() - Method in enum org.jboss.as.controller.persistence.ConfigurationFile.InteractionPolicy
 
isReloaded() - Method in class org.jboss.as.controller.RunningModeControl
 
isReloadSupported() - Method in class org.jboss.as.controller.ControlledProcessState
 
isRemote() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
isRemote() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
isRemote() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets whether operations against the resource represented by this registration will be proxied to a remote process.
isReplyAllowNull() - Method in class org.jboss.as.controller.OperationDefinition
 
isRequired() - Method in class org.jboss.as.controller.AttributeDefinition
Whether a ModelNode holding the value of this attribute can be ModelType.UNDEFINED when all other attributes in the same overall model that are alternatives of this attribute are undefined.
isRequired() - Method in class org.jboss.as.controller.registry.RuntimePackageDependency
Is this dependency required.
isRequired(ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Gets whether this attribute must be defined in the given operationObject
isResourceAttributeDiscardable(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DefaultDiscardAttributeChecker
 
isResourceAttributeDiscardable(PathAddress, String, ModelNode, TransformationContext) - Method in interface org.jboss.as.controller.transform.description.DiscardAttributeChecker
Gets whether the given attribute can be discarded
isResourceDiscardAllowed(TransformationContext, PathAddress, Resource) - Method in class org.jboss.as.controller.transform.DiscardAttributesTransformer.AttributeValueDiscardApprover
 
isResourceDiscardAllowed(TransformationContext, PathAddress, Resource) - Method in interface org.jboss.as.controller.transform.DiscardAttributesTransformer.DiscardApprover
Replies with whether resource transformation should be done.
isResourceOnly() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
 
isResourceOnly() - Method in class org.jboss.as.controller.AttributeDefinition
Show if attribute is resource only which means it wont be part of add operations but only present on resource
isResourceRegistryAffected() - Method in interface org.jboss.as.controller.OperationContext
Determine whether the management resource registry has thus far been affected by this operation.
isResourceServiceRestartAllowed() - Method in interface org.jboss.as.controller.OperationContext
Gets whether OperationContext.Stage.RUNTIME handlers can restart (or remove) runtime services in order to make the operation take effect.
isResourceServiceRestartAllowed() - Method in interface org.jboss.as.controller.services.path.PathManager.PathEventContext
 
isResourceServiceRestartAllowed(OperationContext, ServiceController<?>) - Method in class org.jboss.as.controller.RestartParentResourceHandlerBase
Gets whether a restart of the parent resource's services is allowed.
isResourceServiceRestartAllowed(OperationContext, ServiceController<?>) - Method in class org.jboss.as.controller.RestartParentWriteAttributeHandler
Gets whether a restart of the parent resource's services is allowed.
isResourceTransformationIgnored(PathAddress) - Method in interface org.jboss.as.controller.transform.Transformers.ResourceIgnoredTransformationRegistry
Gets whether a resource with the given address should be excluded from resource transformation.
isReuseAttributesForAdd() - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
 
isRoleBased() - Method in interface org.jboss.as.controller.access.Authorizer.AuthorizerDescription
Gets whether the authorizer uses a role-based authorization mechanism.
isRoleBased() - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Gets whether the authorizer uses a role-based authorization mechanism.
isRoleBased() - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
isRollbackOnly() - Method in interface org.jboss.as.controller.OperationContext
Determine whether the current operation is bound to be rolled back.
isRollbackOnRuntimeFailure() - Method in interface org.jboss.as.controller.OperationContext
Gets whether any changes made by the operation should be rolled back if an error is introduced by a OperationContext.Stage.RUNTIME or OperationContext.Stage.VERIFY handler.
isRunning() - Method in enum org.jboss.as.controller.ControlledProcessState.State
Gets whether this state represents a process that is fully 'running'; i.e.
isRuntime() - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
isRuntime() - Method in class org.jboss.as.controller.extension.ExtensionResource
 
isRuntime() - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
isRuntime() - Method in class org.jboss.as.controller.registry.DelegatingResource
 
isRuntime() - Method in class org.jboss.as.controller.registry.LegacyResourceDefinition
 
isRuntime() - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
isRuntime() - Method in interface org.jboss.as.controller.registry.Resource
Gets whether this resource only exists in the runtime and has no representation in the persistent configuration model.
isRuntime() - Method in interface org.jboss.as.controller.ResourceDefinition
 
isRuntime() - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
isRuntimeAffected() - Method in interface org.jboss.as.controller.OperationContext
Determine whether the runtime container has thus far been affected by this operation.
isRuntimeOnly() - Method in class org.jboss.as.controller.capability.registry.RuntimeRequirementRegistration
Gets whether the requirement is optional and runtime-only (i.e.
isRuntimeOnly() - Method in class org.jboss.as.controller.registry.DelegatingImmutableManagementResourceRegistration
 
isRuntimeOnly() - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
isRuntimeOnly() - Method in interface org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Gets whether this model node only exists in the runtime and has no representation in the persistent configuration model.
isRuntimeOnlyRegistrationValid() - Method in interface org.jboss.as.controller.ExtensionContext
Gets whether it is valid for the extension to register resources, attributes or operations that do not involve the persistent configuration, but rather only involve runtime services.
isRuntimeSystemPropertyUpdateAllowed(String, String, boolean) - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Gets whether updating the runtime system properties with the given property is allowed.
isRuntimeSystemPropertyUpdateAllowed(String, String, boolean) - Method in interface org.jboss.as.controller.operations.common.ProcessEnvironmentSystemPropertyUpdater
Gets whether updating the runtime system properties with the given property is allowed.
isSensitive(Action.ActionEffect) - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
isServer() - Method in enum org.jboss.as.controller.ProcessType
Returns true if the process is one of the server variants.
isServerEffect() - Method in interface org.jboss.as.controller.access.HostEffect
Gets whether the resource is related to a specific server (either a server resource or a server-config).
isServerGroupAdd() - Method in interface org.jboss.as.controller.access.ServerGroupEffect
Gets whether this effect adds the affected server groups.
isServerGroupEffectGlobal() - Method in interface org.jboss.as.controller.access.ServerGroupEffect
Gets whether the resource logically affects all server groups, including server groups that may not presently exist.
isServerGroupEffectUnassigned() - Method in interface org.jboss.as.controller.access.ServerGroupEffect
Gets whether the resource logically only affects certain server groups but hasn't been specifically associated with a particular server group.
isServerGroupRemove() - Method in interface org.jboss.as.controller.access.ServerGroupEffect
Gets whether this effect removes the affected server groups.
isTimedOut() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
 
isTimedOut() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.SucceededOperation
 
isTimedOut() - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.PreparedOperation
Check if prepare timed out.
isUseCurrentConfig() - Method in class org.jboss.as.controller.RunningModeControl
 
isUseUnprefixedChildTypes() - Method in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
 
isValueDiscardable(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DefaultDiscardAttributeChecker
isValueDiscardable(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.DiscardAttributeChecker.DiscardAttributeValueChecker
 
isWildcard() - Method in class org.jboss.as.controller.PathElement
Determine whether the value is the wildcard value.
isWritable() - Method in enum org.jboss.as.controller.registry.AttributeAccess.AccessType
 
ITERATIVE - org.jboss.as.controller.parsing.Attribute
 
ITERATIVE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
iterator() - Method in class org.jboss.as.controller.PathAddress
Iterate over the elements of this path address.

J

JAAS - org.jboss.as.controller.parsing.Element
 
JAVA_AGENT - org.jboss.as.controller.parsing.Element
 
JAVA_HOME - org.jboss.as.controller.parsing.Attribute
 
JAVA_VERSION - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
JBOSS_DOMAIN_UUID - Static variable in class org.jboss.as.controller.operations.common.ProcessEnvironment
The special process name value that triggers calculation of a UUID
JBOSS_IDENTIFIER - Static variable in class org.jboss.as.controller.xml.VersionedURN
 
JmxAction - Class in org.jboss.as.controller.access
Encapsulates authorization information about an MBean call.
JmxAction(String, JmxAction.Impact) - Constructor for class org.jboss.as.controller.access.JmxAction
 
JmxAction(String, JmxAction.Impact, String) - Constructor for class org.jboss.as.controller.access.JmxAction
 
JmxAction.Impact - Enum in org.jboss.as.controller.access
The impact of the call
JmxAuthorizer - Interface in org.jboss.as.controller.access.management
Hook to expose JMX-related access control configuration to the JMX subsystem without exposing unrelated capabilities.
JmxTarget - Class in org.jboss.as.controller.access
The JMX object that is the target of an action for which access control is needed.
JmxTarget(String, ObjectName, boolean) - Constructor for class org.jboss.as.controller.access.JmxTarget
 
JmxTarget(String, ObjectName, boolean, HostEffect, ServerGroupEffect) - Constructor for class org.jboss.as.controller.access.JmxTarget
 
JSON_FORMAT - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
JSON_FORMATTER - org.jboss.as.controller.parsing.Element
 
JSON_FORMATTER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
JsonAuditLogItemFormatter - Class in org.jboss.as.controller.audit
All methods on this class should be called with ManagedAuditLoggerImpl's lock taken.
JsonAuditLogItemFormatter(String, boolean, String, String, boolean, boolean, boolean) - Constructor for class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
JVM - org.jboss.as.controller.parsing.Element
 
JVM - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
JVM - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
JVM - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
JVM - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
JVM_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
JVM_HOME - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
JVM_OPTIONS - org.jboss.as.controller.parsing.Element
 
JVM_VENDOR - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
JVM_VERSION - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
JVMS - org.jboss.as.controller.parsing.Element
 

K

KEEP - org.jboss.as.controller.OperationContext.ResultAction
The operation will be committed to the model and/or runtime.
KERBEROS - org.jboss.as.controller.parsing.Element
 
KERBEROS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
KERNEL - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
KERNEL_DIR - Static variable in class org.jboss.as.controller.operations.common.ProcessEnvironment
The name of the directory used to store WildFly kernel specific files
KEY - Static variable in class org.jboss.as.controller.operations.common.OrderedChildTypesAttachment
 
KEY - Static variable in class org.jboss.as.controller.operations.global.MapOperations
 
KEY - Static variable in class org.jboss.as.controller.operations.PathAddressFilter
 
KEY - Static variable in class org.jboss.as.controller.transform.TransformerOperationAttachment
 
KEY_DELIMITER - Static variable in class org.jboss.as.controller.security.CredentialReference
 
KEY_PASSWORD - org.jboss.as.controller.parsing.Attribute
 
KEY_PASSWORD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
KEY_PASSWORD_CREDENTIAL_REFERENCE - org.jboss.as.controller.parsing.Element
 
keyAttributeName - Variable in class org.jboss.as.controller.AttributeMarshallers.ObjectMapAttributeMarshaller
 
KEYSTORE - org.jboss.as.controller.parsing.Element
 
KEYSTORE_PASSWORD - org.jboss.as.controller.parsing.Attribute
 
KEYSTORE_PASSWORD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
KEYSTORE_PASSWORD_CREDENTIAL_REFERENCE - org.jboss.as.controller.parsing.Element
 
KEYSTORE_PATH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
KEYSTORE_PROVIDER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
KEYSTORE_RELATIVE_TO - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
KEYTAB - org.jboss.as.controller.parsing.Element
 
KEYTAB - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
KILL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
KILL_SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 

L

LAUNCH_COMMAND - org.jboss.as.controller.parsing.Element
 
LDAP - org.jboss.as.controller.parsing.Element
 
LDAP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LDAP_CONNECTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LegacyResourceDefinition - Class in org.jboss.as.controller.registry
 
LegacyResourceDefinition(ModelNode) - Constructor for class org.jboss.as.controller.registry.LegacyResourceDefinition
 
LegacySubsystemURN<N extends org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,​N>> - Class in org.jboss.as.controller
A versioned subsystem namespace identified by a URN constructed using a version.
LegacySubsystemURN(String, IntVersion) - Constructor for class org.jboss.as.controller.LegacySubsystemURN
Constructs a URN-based versioned namespace using the legacy subsystem namespace identifier and the specified subsystem name and version.
LENIENT_DISCARD_APPROVER - Static variable in class org.jboss.as.controller.transform.DiscardAttributesTransformer
A DiscardApprover that always returns true; use with extreme caution. It would be a very unusual situation for it to be appropriate to always transform a resource or operation regardless of the values in the model or operation.
LEVEL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
limitAction(Action.ActionEffect) - Method in class org.jboss.as.controller.access.Action
 
LINE_PRINTER - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LINE_TERMINATOR - Static variable in class org.jboss.as.controller.audit.AbstractFileAuditLogHandler
 
LINK_LOCAL_ADDRESS - org.jboss.as.controller.parsing.Element
 
LINK_LOCAL_ADDRESS - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
LinkLocalInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given address is a link-local address.
LIST_ADD_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ListOperations
 
LIST_ADD_HANDLER - Static variable in class org.jboss.as.controller.operations.global.ListOperations
 
LIST_CLEAR_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ListOperations
 
LIST_CLEAR_HANDLER - Static variable in class org.jboss.as.controller.operations.global.ListOperations
 
LIST_GET_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ListOperations
 
LIST_GET_HANDLER - Static variable in class org.jboss.as.controller.operations.global.ListOperations
 
LIST_MODULES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LIST_OPERATION_NAMES - Static variable in class org.jboss.as.controller.operations.global.ListOperations
 
LIST_REMOVE_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ListOperations
 
LIST_REMOVE_HANDLER - Static variable in class org.jboss.as.controller.operations.global.ListOperations
 
LIST_SNAPSHOTS_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LIST_TO_MAP_CORRECTOR - Static variable in class org.jboss.as.controller.MapAttributeDefinition
 
ListAttributeDefinition - Class in org.jboss.as.controller
Defining characteristics of an ModelType.LIST attribute in a Resource, with utility methods for conversion to and from xml and for validation.
ListAttributeDefinition(ListAttributeDefinition.Builder<?, ?>) - Constructor for class org.jboss.as.controller.ListAttributeDefinition
 
ListAttributeDefinition.Builder<BUILDER extends ListAttributeDefinition.Builder,​ATTRIBUTE extends ListAttributeDefinition> - Class in org.jboss.as.controller
 
ListAttributeTransformationRequirementChecker(AttributeTransformationRequirementChecker) - Constructor for class org.jboss.as.controller.transform.AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker
 
listLastEntries() - Method in class org.jboss.as.controller.audit.InMemoryAuditLogHandler
 
listLastEntries(String) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Gets the last log entries
listLastEntries(String) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
ListOperations - Class in org.jboss.as.controller.operations.global
 
ListOperations() - Constructor for class org.jboss.as.controller.operations.global.ListOperations
 
ListOperations.ListAddHandler - Class in org.jboss.as.controller.operations.global
Add element to list, with optional index where to put it
ListOperations.ListClearHandler - Class in org.jboss.as.controller.operations.global
Add element to list, with optional index where to put it
ListOperations.ListGetHandler - Class in org.jboss.as.controller.operations.global
Add element to list, with optional index where to put it
ListOperations.ListRemoveHandler - Class in org.jboss.as.controller.operations.global
Add element to list, with optional index where to put it
ListRejectAttributeChecker(RejectAttributeChecker) - Constructor for class org.jboss.as.controller.transform.description.RejectAttributeChecker.ListRejectAttributeChecker
Constructor
listSnapshots() - Method in class org.jboss.as.controller.persistence.AbstractConfigurationPersister
 
listSnapshots() - Method in class org.jboss.as.controller.persistence.BackupXmlConfigurationPersister
 
listSnapshots() - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister
Gets the names of the snapshots in the snapshots directory
ListValidator - Class in org.jboss.as.controller.operations.validation
Validates parameters of type ModelType.LIST.
ListValidator(ParameterValidator) - Constructor for class org.jboss.as.controller.operations.validation.ListValidator
Constructs a new ListValidator
ListValidator(ParameterValidator, boolean) - Constructor for class org.jboss.as.controller.operations.validation.ListValidator
 
ListValidator(ParameterValidator, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.ListValidator
 
ListValidator(ParameterValidator, boolean, int, int) - Constructor for class org.jboss.as.controller.operations.validation.ListValidator
 
ListValidator(ParameterValidator, boolean, int, int, boolean) - Constructor for class org.jboss.as.controller.operations.validation.ListValidator
 
load() - Method in class org.jboss.as.controller.parsing.DeferredExtensionContext
 
load() - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister
Load the configuration model, returning it as a list of updates to be executed by the controller.
load() - Method in class org.jboss.as.controller.persistence.NullConfigurationPersister
Load the configuration model, returning it as a list of updates to be executed by the controller.
load() - Method in class org.jboss.as.controller.persistence.XmlConfigurationPersister
Load the configuration model, returning it as a list of updates to be executed by the controller.
load(Path...) - Method in interface org.jboss.as.controller.persistence.ConfigurationExtension
Loads supplemental configurations.
load(Path...) - Method in class org.jboss.as.controller.persistence.yaml.YamlConfigurationExtension
 
loadAndRegisterTransformers(String, ModelVersion, String) - Method in class org.jboss.as.controller.transform.TransformerRegistry
 
loadingYamlFiles(long) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
loadingYamlFiles(long) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
loadingYamlFiles$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
LOCAL - org.jboss.as.controller.parsing.Element
 
LOCAL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LOCAL_DESTINATION - org.jboss.as.controller.parsing.Element
 
LOCAL_DESTINATION_OUTBOUND_SOCKET_BINDING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LOCAL_HOST_NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LOCAL_USE_0 - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LOCAL_USE_1 - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LOCAL_USE_2 - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LOCAL_USE_3 - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LOCAL_USE_4 - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LOCAL_USE_5 - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LOCAL_USE_6 - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LOCAL_USE_7 - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LOCALE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LocaleResolver - Class in org.jboss.as.controller.operations.global
Utility class handling low-level parsing of Locale string tag.
LocalModelControllerClient - Interface in org.jboss.as.controller
A ModelControllerClient subinterface that does not throw IOException.
localName(Element) - Static method in class org.jboss.as.controller.resource.InterfaceDefinition
 
log(boolean, OperationContext.ResultAction, String, String, AccessMechanism, InetAddress, Resource, List<ModelNode>) - Method in interface org.jboss.as.controller.audit.AuditLogger
 
log(boolean, OperationContext.ResultAction, String, String, AccessMechanism, InetAddress, Resource, List<ModelNode>) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
LOG_ALERT - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LOG_AUDIT - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
LOG_BOOT - org.jboss.as.controller.parsing.Attribute
 
LOG_BOOT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LOG_READ_ONLY - org.jboss.as.controller.parsing.Attribute
 
LOG_READ_ONLY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
logAttributeWarning(PathAddress, String) - Method in class org.jboss.as.controller.transform.TransformersLogger
Log a warning for the resource at the provided address and a single attribute.
logAttributeWarning(PathAddress, String, String) - Method in class org.jboss.as.controller.transform.TransformersLogger
Log warning for the resource at the provided address and single attribute, using the provided detail message.
logAttributeWarning(PathAddress, String, Set<String>) - Method in class org.jboss.as.controller.transform.TransformersLogger
Log a warning for the resource at the provided address and the given attributes, using the provided detail message.
logAttributeWarning(PathAddress, Set<String>) - Method in class org.jboss.as.controller.transform.TransformersLogger
Log a warning for the resource at the provided address and the given attributes.
logAttributeWarning(PathAddress, ModelNode, String, String) - Method in class org.jboss.as.controller.transform.TransformersLogger
Log a warning for the given operation at the provided address for the given attribute, using the provided detail message.
logAttributeWarning(PathAddress, ModelNode, String, Set<String>) - Method in class org.jboss.as.controller.transform.TransformersLogger
Log a warning for the given operation at the provided address for the given attributes, using the provided detail message.
logDiscardedResourceWarning(PathAddress, String) - Method in class org.jboss.as.controller.transform.TransformersLogger
 
LOGGER - org.jboss.as.controller.parsing.Element
 
LOGGER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LOGGING - org.jboss.as.controller.audit.AuditLogger.Status
The logger is actively logging messages to an external store
logHandlerWriteFailed(Throwable, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
logHandlerWriteFailed(Throwable, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating that a handler failed writing a log message
logHandlerWriteFailed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
logJmxMethodAccess(boolean, String, String, AccessMechanism, InetAddress, String, String[], Object[], Throwable) - Method in interface org.jboss.as.controller.audit.AuditLogger
 
logJmxMethodAccess(boolean, String, String, AccessMechanism, InetAddress, String, String[], Object[], Throwable) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
logRejectedResourceWarning(PathAddress, ModelNode) - Method in class org.jboss.as.controller.transform.TransformersLogger
 
logWarning(String) - Method in class org.jboss.as.controller.transform.TransformersLogger
Log a free-form warning
LongRangeValidator - Class in org.jboss.as.controller.operations.validation
Validates that the given parameter is a long in a given range.
LongRangeValidator(long) - Constructor for class org.jboss.as.controller.operations.validation.LongRangeValidator
 
LongRangeValidator(long, boolean) - Constructor for class org.jboss.as.controller.operations.validation.LongRangeValidator
 
LongRangeValidator(long, long, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.LongRangeValidator
 
LongRangeValidator(long, Long) - Constructor for class org.jboss.as.controller.operations.validation.LongRangeValidator
 
LOOPBACK - org.jboss.as.controller.parsing.Element
 
LOOPBACK - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
LOOPBACK - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
LOOPBACK_ADDRESS - org.jboss.as.controller.parsing.Element
 
LOOPBACK_ADDRESS - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
LoopbackAddressInterfaceCriteria - Class in org.jboss.as.controller.interfaces
A loopback criteria with a specified bind address.
LoopbackAddressInterfaceCriteria(String) - Constructor for class org.jboss.as.controller.interfaces.LoopbackAddressInterfaceCriteria
Creates a new LoopbackAddressInterfaceCriteria
LoopbackAddressInterfaceCriteria(InetAddress) - Constructor for class org.jboss.as.controller.interfaces.LoopbackAddressInterfaceCriteria
Creates a new LoopbackAddressInterfaceCriteria
LoopbackInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given interface is a loopback interface

M

MAIL_SYSTEM - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
mainFileNotFound(String, File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
mainFileNotFound(String, File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the canonical file for the main file could not be found.
mainFileNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
MAINTAINER - org.jboss.as.controller.access.rbac.StandardRole
 
MAJOR_VERSION - org.jboss.as.controller.parsing.Attribute
 
MAJOR_VERSION - Static variable in class org.jboss.as.controller.extension.ExtensionSubsystemResourceDefinition
 
MANAGED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ManagedAuditLogger - Interface in org.jboss.as.controller.audit
Abstract base class for AuditLogger implementations.
ManagedAuditLogger.AuditLogHandlerUpdater - Interface in org.jboss.as.controller.audit
The audit log handler updater.
ManagedAuditLoggerImpl - Class in org.jboss.as.controller.audit
Audit logger wrapper
ManagedAuditLoggerImpl(String, boolean) - Constructor for class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
MANAGEMENT - org.jboss.as.controller.parsing.Element
 
MANAGEMENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MANAGEMENT_CLIENT_CONTENT - org.jboss.as.controller.parsing.Element
 
MANAGEMENT_CLIENT_CONTENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MANAGEMENT_INTERFACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MANAGEMENT_INTERFACE_KEY - Static variable in class org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
 
MANAGEMENT_INTERFACES - org.jboss.as.controller.parsing.Element
 
MANAGEMENT_INTERFACES - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
MANAGEMENT_INTERFACES - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
MANAGEMENT_MAJOR_VERSION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MANAGEMENT_MICRO_VERSION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MANAGEMENT_MINOR_VERSION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MANAGEMENT_OPERATIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MANAGEMENT_SECURITY_REALM_CAPABILITY - Static variable in class org.jboss.as.controller.management.Capabilities
 
MANAGEMENT_SUBSYSTEM_ENDPOINT - org.jboss.as.controller.parsing.Attribute
 
MANAGEMENT_SUBSYSTEM_ENDPOINT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ManagementInterfaceAddStepHandler - Class in org.jboss.as.controller.management
The base add handler for management interfaces.
ManagementInterfaceAddStepHandler() - Constructor for class org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
 
ManagementInterfaceAddStepHandler(AttributeDefinition[]) - Constructor for class org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
 
ManagementModel - Interface in org.jboss.as.controller
Encapsulates the elements of a management model.
ManagementPermission - Class in org.jboss.as.controller.access.permission
Base class for Permission implementations related to WildFly access control.
ManagementPermissionAuthorizer - Class in org.jboss.as.controller.access.permission
ManagementPermissionAuthorizer(PermissionFactory) - Constructor for class org.jboss.as.controller.access.permission.ManagementPermissionAuthorizer
 
ManagementPermissionCollection - Class in org.jboss.as.controller.access.permission
ManagementPermissionCollection(Class<? extends ManagementPermission>) - Constructor for class org.jboss.as.controller.access.permission.ManagementPermissionCollection
 
ManagementPermissionCollection(String, Class<? extends ManagementPermission>) - Constructor for class org.jboss.as.controller.access.permission.ManagementPermissionCollection
 
managementResourceNotFound(PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
managementResourceNotFound(PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a resource cannot be found.
managementResourceNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
managementResourceNotFoundMessage(PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
managementResourceNotFoundMessage(PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
managementResourceNotFoundMessage$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ManagementResourceRegistration - Interface in org.jboss.as.controller.registry
A registration for a management resource which consists of a resource description plus registered operation handlers.
ManagementResourceRegistration.Factory - Class in org.jboss.as.controller.registry
A factory for creating a new, root model node registration.
ManagementSecurityIdentitySupplier - Class in org.jboss.as.controller.access.management
A management specific supplier of the SecurityIdentity for access to the ModelController.
ManagementSecurityIdentitySupplier() - Constructor for class org.jboss.as.controller.access.management.ManagementSecurityIdentitySupplier
 
managementUnavailableDuringBoot() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
managementUnavailableDuringBoot() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
managementUnavailableDuringBoot$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
MAP_CLEAR_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.MapOperations
 
MAP_CLEAR_HANDLER - Static variable in class org.jboss.as.controller.operations.global.MapOperations
 
MAP_GET_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.MapOperations
 
MAP_GET_HANDLER - Static variable in class org.jboss.as.controller.operations.global.MapOperations
 
MAP_GROUPS_TO_ROLES - org.jboss.as.controller.parsing.Attribute
 
MAP_GROUPS_TO_ROLES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MAP_OPERATION_NAMES - Static variable in class org.jboss.as.controller.operations.global.MapOperations
 
MAP_PUT_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.MapOperations
 
MAP_PUT_HANDLER - Static variable in class org.jboss.as.controller.operations.global.MapOperations
 
MAP_REMOVE_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.MapOperations
 
MAP_REMOVE_HANDLER - Static variable in class org.jboss.as.controller.operations.global.MapOperations
 
MapAttributeDefinition - Class in org.jboss.as.controller
Defining characteristics of an ModelType.OBJECT attribute in a Resource, where all children of the object have values of the same type; i.e.
MapAttributeDefinition(MapAttributeDefinition.Builder<? extends MapAttributeDefinition.Builder, ? extends MapAttributeDefinition>) - Constructor for class org.jboss.as.controller.MapAttributeDefinition
 
MapAttributeDefinition.Builder<BUILDER extends MapAttributeDefinition.Builder,​ATTRIBUTE extends MapAttributeDefinition> - Class in org.jboss.as.controller
 
MapAttributeMarshaller(String, String, boolean) - Constructor for class org.jboss.as.controller.AttributeMarshallers.MapAttributeMarshaller
 
MapOperations - Class in org.jboss.as.controller.operations.global
 
MapOperations() - Constructor for class org.jboss.as.controller.operations.global.MapOperations
 
MapOperations.MapClearHandler - Class in org.jboss.as.controller.operations.global
Empty map, note that is not the same as :undefine(name=name-of-attribute)
MapOperations.MapGetHandler - Class in org.jboss.as.controller.operations.global
Get entry from map:
MapOperations.MapPutHandler - Class in org.jboss.as.controller.operations.global
put entry to map
MapOperations.MapRemoveHandler - Class in org.jboss.as.controller.operations.global
Remove entry from map
MapParser() - Constructor for class org.jboss.as.controller.AttributeParsers.MapParser
 
MapParser(boolean) - Constructor for class org.jboss.as.controller.AttributeParsers.MapParser
 
MapParser(String) - Constructor for class org.jboss.as.controller.AttributeParsers.MapParser
 
MapParser(String, boolean) - Constructor for class org.jboss.as.controller.AttributeParsers.MapParser
 
MapParser(String, String, boolean) - Constructor for class org.jboss.as.controller.AttributeParsers.MapParser
 
mapRoles(SecurityIdentity, Environment, Set<String>) - Method in interface org.jboss.as.controller.access.rbac.RoleMapper
Determine the roles available for the caller without reference to a particular action or target.
mapRoles(SecurityIdentity, Environment, Set<String>) - Method in class org.jboss.as.controller.access.rbac.RunAsRoleMapper
 
mapRoles(SecurityIdentity, Environment, Set<String>) - Method in class org.jboss.as.controller.access.rbac.StandardRoleMapper
 
mapRoles(SecurityIdentity, Environment, Set<String>) - Method in class org.jboss.as.controller.access.rbac.SuperUserRoleMapper
 
mapRoles(SecurityIdentity, Environment, Action, TargetAttribute) - Method in interface org.jboss.as.controller.access.rbac.RoleMapper
Determine the roles available for the caller for a management operation affecting an individual attribute.
mapRoles(SecurityIdentity, Environment, Action, TargetAttribute) - Method in class org.jboss.as.controller.access.rbac.RunAsRoleMapper
 
mapRoles(SecurityIdentity, Environment, Action, TargetAttribute) - Method in class org.jboss.as.controller.access.rbac.StandardRoleMapper
 
mapRoles(SecurityIdentity, Environment, Action, TargetAttribute) - Method in class org.jboss.as.controller.access.rbac.SuperUserRoleMapper
 
mapRoles(SecurityIdentity, Environment, Action, TargetResource) - Method in interface org.jboss.as.controller.access.rbac.RoleMapper
Determine the roles available for the caller for a management operation affecting an entire resource.
mapRoles(SecurityIdentity, Environment, Action, TargetResource) - Method in class org.jboss.as.controller.access.rbac.RunAsRoleMapper
 
mapRoles(SecurityIdentity, Environment, Action, TargetResource) - Method in class org.jboss.as.controller.access.rbac.StandardRoleMapper
 
mapRoles(SecurityIdentity, Environment, Action, TargetResource) - Method in class org.jboss.as.controller.access.rbac.SuperUserRoleMapper
 
mapRoles(SecurityIdentity, Environment, JmxAction, JmxTarget) - Method in interface org.jboss.as.controller.access.rbac.RoleMapper
Determine the roles available for the caller for a JMX invocation unrelated to the management facade MBeans.
mapRoles(SecurityIdentity, Environment, JmxAction, JmxTarget) - Method in class org.jboss.as.controller.access.rbac.RunAsRoleMapper
 
mapRoles(SecurityIdentity, Environment, JmxAction, JmxTarget) - Method in class org.jboss.as.controller.access.rbac.StandardRoleMapper
 
mapRoles(SecurityIdentity, Environment, JmxAction, JmxTarget) - Method in class org.jboss.as.controller.access.rbac.SuperUserRoleMapper
 
MapValidator - Class in org.jboss.as.controller.operations.validation
Validates parameters of type ModelType.OBJECT.
MapValidator(ParameterValidator) - Constructor for class org.jboss.as.controller.operations.validation.MapValidator
Constructs a new MapValidator
MapValidator(ParameterValidator, boolean) - Constructor for class org.jboss.as.controller.operations.validation.MapValidator
Constructs a new MapValidator
MapValidator(ParameterValidator, boolean, int, int) - Constructor for class org.jboss.as.controller.operations.validation.MapValidator
Constructs a new MapValidator
markResourceRestarted(PathAddress, Object) - Method in interface org.jboss.as.controller.OperationContext
Marks a resource to indicate that it's backing service(s) will be restarted.
marshall(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshaller
 
marshallAsAttribute(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshaller
Marshalls the value from the given resourceModel as an xml element, if it is marshallable.
marshallAsAttribute(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshallers.MapAttributeMarshaller
 
marshallAsAttribute(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.DefaultAttributeMarshaller
 
marshallAsAttribute(ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.SimpleAttributeDefinition
Marshalls the value from the given resourceModel as an xml attribute, if it is marshallable.
marshallAsAttribute(ModelNode, XMLStreamWriter) - Method in class org.jboss.as.controller.SimpleAttributeDefinition
Marshalls the value from the given resourceModel as an xml attribute, if it is marshallable.
marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshaller.AttributeElementMarshaller
 
marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshaller
 
marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshallers.MapAttributeMarshaller
 
marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshallers.NamedStringListMarshaller
 
marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshallers.SimpleListAttributeMarshaller
 
marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.DefaultAttributeMarshaller
 
marshallAsElement(ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeDefinition
Marshalls the value from the given resourceModel as an xml element, if it is marshallable.
marshallAsElement(ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.ListAttributeDefinition
 
marshallAsElement(ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.MapAttributeDefinition
 
marshallAsElement(ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
marshallAsElement(ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.SimpleAttributeDefinition
Marshalls the value from the given resourceModel as an xml element, if it is marshallable.
marshallAsElement(ModelNode, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeDefinition
Marshalls the value from the given resourceModel as an xml element, if it is marshallable.
marshallAsXml(ModelNode, OutputStream) - Method in class org.jboss.as.controller.persistence.AbstractConfigurationPersister
Marshals the given configuration model to XML, writing to the given stream.
marshallAsXml(ModelNode, OutputStream) - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister
Marshals the given configuration model to XML, writing to the given stream.
marshallElementContent(String, XMLStreamWriter) - Static method in class org.jboss.as.controller.AttributeMarshaller
Applies standard element text formatting such that multiline content is on a new line from the element wrapping the text and is indented one level.
marshallSingleElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshallers.MapAttributeMarshaller
 
marshallSingleElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshallers.ObjectMapAttributeMarshaller
 
marshallSingleElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.controller.AttributeMarshallers.PropertiesAttributeMarshaller
 
mask - Variable in class org.jboss.as.controller.operations.validation.MaskedAddressValidator.ParsedResult
 
MASK - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MaskedAddressValidator - Class in org.jboss.as.controller.operations.validation
Validates that the given parameter is a string that can be converted into a masked InetAddress.
MaskedAddressValidator(boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.MaskedAddressValidator
 
MaskedAddressValidator.ParsedResult - Class in org.jboss.as.controller.operations.validation
 
MASTER - org.jboss.as.controller.extension.ExtensionRegistryType
The extension registry is for the domain model part in a host controller running as a slave.
MASTER_HOST_CONTROLLER_ONLY - org.jboss.as.controller.registry.OperationEntry.Flag
A domain-level operation that should only be executed on the master HostController and not on the slaves, even if the default behavior would indicate otherwise
matches(PathAddress) - Method in class org.jboss.as.controller.PathAddress
Check if this path matches the address path.
matches(PathElement) - Method in class org.jboss.as.controller.PathElement
Determine whether the given element matches this element.
matches(ModelNode, ModelNode) - Method in class org.jboss.as.controller.operations.CompositeOperationAwareTransmuter
 
matches(Property) - Method in class org.jboss.as.controller.PathElement
Determine whether the given property matches this element.
max - Variable in class org.jboss.as.controller.operations.validation.IntRangeValidator
 
max - Variable in class org.jboss.as.controller.operations.validation.LongRangeValidator
 
max - Variable in class org.jboss.as.controller.operations.validation.StringBytesLengthValidator
 
max - Variable in class org.jboss.as.controller.operations.validation.StringLengthValidator
 
MAX - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MAX_BACKUP_INDEX - org.jboss.as.controller.parsing.Attribute
 
MAX_BACKUP_INDEX - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MAX_CACHE_SIZE - org.jboss.as.controller.parsing.Attribute
 
MAX_FAILED_SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MAX_FAILURE_COUNT - org.jboss.as.controller.parsing.Attribute
 
MAX_FAILURE_COUNT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MAX_FAILURE_PERCENTAGE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MAX_HISTORY - org.jboss.as.controller.parsing.Attribute
 
MAX_HISTORY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MAX_LENGTH - org.jboss.as.controller.parsing.Attribute
 
MAX_LENGTH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MAX_OCCURS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MAX_SIZE - org.jboss.as.controller.parsing.Attribute
 
MAX_THREADS - org.jboss.as.controller.parsing.Attribute
 
MAX_THREADS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MECHANISM - org.jboss.as.controller.parsing.Attribute
 
MEMBERSHIP_FILTER - org.jboss.as.controller.parsing.Element
 
mergeSubsystem(GlobalTransformerRegistry, String, ModelVersion) - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry
Merge a new subsystem from the global registration.
mergeSubtree(OperationTransformerRegistry, Map<PathAddress, ModelVersion>) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
Merge a subtree.
mergeSubtree(OperationTransformerRegistry, PathAddress, Map<PathAddress, ModelVersion>) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
 
mergeSubtree(OperationTransformerRegistry, PathAddress, ModelVersion) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
 
MESSAGE - Static variable in class org.jboss.as.controller.notification.Notification
 
MESSAGE_TRANSFER - org.jboss.as.controller.parsing.Attribute
 
MESSAGE_TRANSFER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
METHOD_NAME - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
METHOD_PARAMETERS - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
METHOD_SIGNATURE - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
METRIC - org.jboss.as.controller.registry.AttributeAccess.AccessType
A read-only Storage.RUNTIME attribute
MGMT_OP_LOGGER - Static variable in interface org.jboss.as.controller.logging.ControllerLogger
Logger for management operation messages.
MICRO_VERSION - org.jboss.as.controller.parsing.Attribute
 
MICRO_VERSION - Static variable in class org.jboss.as.controller.extension.ExtensionSubsystemResourceDefinition
 
MIME_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
min - Variable in class org.jboss.as.controller.operations.validation.IntRangeValidator
 
min - Variable in class org.jboss.as.controller.operations.validation.LongRangeValidator
 
min - Variable in class org.jboss.as.controller.operations.validation.StringBytesLengthValidator
 
min - Variable in class org.jboss.as.controller.operations.validation.StringLengthValidator
 
MIN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MIN_LENGTH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MIN_OCCURS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MinMaxValidator - Interface in org.jboss.as.controller.operations.validation
A validator that checks whether the node complies with some sort of minimum or maximum.
MINOR_VERSION - org.jboss.as.controller.parsing.Attribute
 
MINOR_VERSION - Static variable in class org.jboss.as.controller.extension.ExtensionSubsystemResourceDefinition
 
MINUTE - org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler.Period
 
MISSING_TRANSITIVE_DEPENDENCY_PROBLEMS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
missingListAttributeValueType(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingListAttributeValueType(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
missingListAttributeValueType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingManagementServices() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingManagementServices() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
missingManagementServices$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingOneOf(StringBuilder, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingOneOf(StringBuilder, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating there must be one of the elements, represented by the sb parameter, included.
missingOneOf(XMLExtendedStreamReader, Set<?>) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting a missing, required XML child element.
missingOneOf$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingRequired(XMLExtendedStreamReader, String...) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting a missing, required XML attribute.
missingRequired(XMLExtendedStreamReader, Set<?>) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting a missing, required XML attribute.
missingRequiredAttributes(StringBuilder, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingRequiredAttributes(StringBuilder, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating there are missing required attribute(s).
missingRequiredAttributes$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingRequiredElement(XMLExtendedStreamReader, Set<?>) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting a missing, required XML child element.
missingRequiredElements(StringBuilder, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingRequiredElements(StringBuilder, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating there are missing required element(s).
missingRequiredElements$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingRequiredServices() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingRequiredServices() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
missingRequiredServices$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingTransitiveDependencies() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingTransitiveDependencies() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
missingTransitiveDependencies$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingTransitiveDependencyProblem() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingTransitiveDependencyProblem() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
missingTransitiveDependencyProblem$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingTransitiveDependents() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingTransitiveDependents() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
missingTransitiveDependents$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingYamlFile(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
missingYamlFile(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
missingYamlFile$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
MODEL - org.jboss.as.controller.OperationContext.Stage
The step applies to the model (read or write).
MODEL_DESCRIPTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ModelController - Interface in org.jboss.as.controller
Controls reads of and modifications to a management model.
ModelController.OperationTransaction - Interface in org.jboss.as.controller
An operation transaction.
ModelController.OperationTransactionControl - Interface in org.jboss.as.controller
A callback interface for the operation's completion status.
ModelControllerClientFactory - Interface in org.jboss.as.controller
Factory for obtaining a ModelControllerClient for use in the same VM as the target ModelController.
ModelControllerClientOperationHandler - Class in org.jboss.as.controller.remote
Operation handlers for the remote implementation of ModelControllerClient
ModelControllerClientOperationHandler(ModelController, ManagementChannelAssociation, ResponseAttachmentInputStreamSupport, ExecutorService) - Constructor for class org.jboss.as.controller.remote.ModelControllerClientOperationHandler
 
ModelControllerClientOperationHandler(ModelController, ManagementChannelAssociation, ResponseAttachmentInputStreamSupport, ExecutorService, SecurityIdentity) - Constructor for class org.jboss.as.controller.remote.ModelControllerClientOperationHandler
 
ModelControllerClientOperationHandlerFactoryService - Class in org.jboss.as.controller.remote
Service used to create a new client protocol operation handler per channel
ModelControllerClientOperationHandlerFactoryService(Consumer<AbstractModelControllerOperationHandlerFactoryService>, Supplier<ModelController>, Supplier<ExecutorService>, Supplier<ScheduledExecutorService>) - Constructor for class org.jboss.as.controller.remote.ModelControllerClientOperationHandlerFactoryService
 
ModelControllerOperationHandlerFactory - Interface in org.jboss.as.controller.remote
Factory for operation handler services.
ModelControllerServiceInitialization - Interface in org.jboss.as.controller
Internal extension point for core resource registrations.
ModelControllerServiceInitializationParams(ServiceLoader<ModelControllerServiceInitialization>) - Constructor for class org.jboss.as.controller.AbstractControllerService.ModelControllerServiceInitializationParams
 
ModelDescriptionConstants - Class in org.jboss.as.controller.descriptions
String constants frequently used in model descriptions.
modelFieldsNotKnown(Set<String>, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
modelFieldsNotKnown(Set<String>, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
modelFieldsNotKnown$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ModelMarshallingContext - Interface in org.jboss.as.controller.persistence
Context passed to XMLElementWriters that marshal a model.
ModelOnlyAddStepHandler - Class in org.jboss.as.controller
A handler for the add operation that only manipulates the model.
ModelOnlyAddStepHandler(AbstractAddStepHandler.Parameters) - Constructor for class org.jboss.as.controller.ModelOnlyAddStepHandler
 
ModelOnlyAddStepHandler(AttributeDefinition...) - Constructor for class org.jboss.as.controller.ModelOnlyAddStepHandler
Creates a new ModelOnlyStepHandler that stores the given attributes to the model.
ModelOnlyRemoveStepHandler - Class in org.jboss.as.controller
A handler for the remove operation that only manipulates the model.
ModelOnlyRemoveStepHandler() - Constructor for class org.jboss.as.controller.ModelOnlyRemoveStepHandler
 
ModelOnlyResourceDefinition - Class in org.jboss.as.controller
ResourceDefinition implementation designed for use in extensions based on AbstractLegacyExtension.
ModelOnlyResourceDefinition(PathElement, ResourceDescriptionResolver, AttributeDefinition...) - Constructor for class org.jboss.as.controller.ModelOnlyResourceDefinition
 
ModelOnlyResourceDefinition(PathElement, ResourceDescriptionResolver, ModelOnlyAddStepHandler, AttributeDefinition...) - Constructor for class org.jboss.as.controller.ModelOnlyResourceDefinition
 
ModelOnlyResourceDefinition(SimpleResourceDefinition.Parameters, AttributeDefinition...) - Constructor for class org.jboss.as.controller.ModelOnlyResourceDefinition
 
ModelOnlyWriteAttributeHandler - Class in org.jboss.as.controller
A write-attribute handler that simply validates the attribute value and stores it in the model.
ModelOnlyWriteAttributeHandler(Collection<AttributeDefinition>) - Constructor for class org.jboss.as.controller.ModelOnlyWriteAttributeHandler
 
ModelOnlyWriteAttributeHandler(AttributeDefinition...) - Constructor for class org.jboss.as.controller.ModelOnlyWriteAttributeHandler
 
ModelTypeValidator - Class in org.jboss.as.controller.operations.validation
Validates that the given parameter is of the correct type.
ModelTypeValidator(boolean, boolean, boolean, ModelType, ModelType...) - Constructor for class org.jboss.as.controller.operations.validation.ModelTypeValidator
Creates a ModelTypeValidator that allows potentially more than one type.
ModelTypeValidator(ModelType) - Constructor for class org.jboss.as.controller.operations.validation.ModelTypeValidator
Same as ModelTypeValidator(type, false, false, false).
ModelTypeValidator(ModelType, boolean) - Constructor for class org.jboss.as.controller.operations.validation.ModelTypeValidator
Same as ModelTypeValidator(type, nullable, false, false).
ModelTypeValidator(ModelType, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.ModelTypeValidator
Same as ModelTypeValidator(type, nullable, allowExpressions, false).
ModelTypeValidator(ModelType, boolean, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.ModelTypeValidator
Creates a ModelTypeValidator that allows the given type.
modelUpdateNotAuthorized(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
modelUpdateNotAuthorized(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
modelUpdateNotAuthorized$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ModelVersion - Class in org.jboss.as.controller
 
ModelVersionRange - Interface in org.jboss.as.controller
 
ModelVersionRange.Versions - Class in org.jboss.as.controller
 
MODULE - org.jboss.as.controller.parsing.Attribute
 
MODULE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MODULE - Static variable in class org.jboss.as.controller.extension.ExtensionResourceDefinition
 
MODULE_LOADING - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
MODULE_LOADING - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
MODULE_LOADING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MODULE_OPTIONS - org.jboss.as.controller.parsing.Element
 
moduleInitializationInterrupted(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
moduleInitializationInterrupted(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an interruption awaiting to initialize the module.
moduleInitializationInterrupted$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
moduleLoadingInterrupted(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
moduleLoadingInterrupted(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an interruption awaiting to load the module.
moduleLoadingInterrupted$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
MONITOR - org.jboss.as.controller.access.rbac.StandardRole
 
MONTH - org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler.Period
 
moreThanOneInstanceOfAdditionalBootCliScriptInvokerFound(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
moreThanOneInstanceOfAdditionalBootCliScriptInvokerFound(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
moreThanOneInstanceOfAdditionalBootCliScriptInvokerFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
MULTICAST - org.jboss.as.controller.parsing.Element
 
MULTICAST - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
MULTICAST_ADDRESS - org.jboss.as.controller.parsing.Attribute
 
MULTICAST_ADDRESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MULTICAST_ADDRESS - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
MULTICAST_PORT - org.jboss.as.controller.parsing.Attribute
 
MULTICAST_PORT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
MULTICAST_PORT - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
MulticastAddressValidator - Class in org.jboss.as.controller.operations.validation
Validates that a value can resolve to a multicast address.
MulticastAddressValidator(boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.MulticastAddressValidator
 
multipleMatchingAddresses(String, Set<InetAddress>, Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
multipleMatchingAddresses(String, Set<InetAddress>, Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning message indicating multiple addresses or nics matched the selection criteria provided for an interface
multipleMatchingAddresses(String, Set<InetAddress>, Set<String>, InetAddress, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
multipleMatchingAddresses(String, Set<InetAddress>, Set<String>, InetAddress, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning message indicating multiple addresses or nics matched the selection criteria provided for an interface
multipleMatchingAddresses3$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
multipleMatchingAddresses5$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
multipleModelNodes(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
multipleModelNodes(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a model contains multiple nodes.
multipleModelNodes$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
MultistepUtil - Class in org.jboss.as.controller.operations
Utility code related to multistep operations.
MultistepUtil.OperationHandlerResolver - Interface in org.jboss.as.controller.operations
Resolves an OperationStepHandler to use given a set of inputs.
MutableRootResourceRegistrationProvider - Interface in org.jboss.as.controller.extension
Provides access to the mutable ManagementResourceRegistration for the root resource.

N

name - Variable in class org.jboss.as.controller.audit.AuditLogItemFormatter
 
name - Variable in class org.jboss.as.controller.OperationDefinition
 
name - Variable in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
NAME - org.jboss.as.controller.parsing.Attribute
 
NAME - org.jboss.as.controller.parsing.Element
 
NAME - Static variable in class org.jboss.as.controller.CompositeOperationHandler
 
NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NAME - Static variable in class org.jboss.as.controller.operations.common.ProcessEnvironment
AttributeDefinition for the name attribute for a processes root resource
NAME - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingGroupResourceDefinition
 
NAME - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
NAME - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
NAME_FROM_ADDRESS - Static variable in interface org.jboss.as.controller.transform.description.AttributeConverter
An attribute converter which converts the attribute value to be the value of the last PathElement in the PathAddress
NameAndGroup(String) - Constructor for class org.jboss.as.controller.AttributeDefinition.NameAndGroup
 
NameAndGroup(String, String) - Constructor for class org.jboss.as.controller.AttributeDefinition.NameAndGroup
 
NameAndGroup(AttributeDefinition) - Constructor for class org.jboss.as.controller.AttributeDefinition.NameAndGroup
 
NamedStringListMarshaller() - Constructor for class org.jboss.as.controller.AttributeMarshallers.NamedStringListMarshaller
 
NamedStringListMarshaller(String) - Constructor for class org.jboss.as.controller.AttributeMarshallers.NamedStringListMarshaller
 
NamedStringListParser() - Constructor for class org.jboss.as.controller.AttributeParsers.NamedStringListParser
 
NamedStringListParser(String) - Constructor for class org.jboss.as.controller.AttributeParsers.NamedStringListParser
 
names() - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister.SnapshotInfo
Gets the names of the snapshot files in the snapshots directory
NAMES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
Namespace - Enum in org.jboss.as.controller.parsing
An enumeration of the supported domain model namespaces.
NAMESPACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NamespaceAddHandler - Class in org.jboss.as.controller.operations.common
Handler for the root resource add-namespace operation.
namespaceAlreadyRegistered(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
namespaceAlreadyRegistered(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating a namespace with the prefix, represented by the prefix parameter, is already registered with the schema URI, represented by the uri parameter.
namespaceAlreadyRegistered$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
namespaceNotFound(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
namespaceNotFound(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating no namespace with the URI prefix, was found.
namespaceNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NamespaceRemoveHandler - Class in org.jboss.as.controller.operations.common
Handler for the root resource remove-namespace operation.
NAMESPACES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NATIVE - org.jboss.as.controller.parsing.Attribute
 
NATIVE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NATIVE_INTERFACE - org.jboss.as.controller.parsing.Element
 
NATIVE_INTERFACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NATIVE_MANAGEMENT_CAPABILITY - Static variable in class org.jboss.as.controller.management.Capabilities
 
NATIVE_MANAGEMENT_RUNTIME_CAPABILITY - Static variable in class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
NATIVE_REMOTING_INTERFACE - org.jboss.as.controller.parsing.Element
 
NATIVE_REMOTING_INTERFACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NativeInterfaceCommonPolicy - Interface in org.jboss.as.controller.management
Policy information for the native mangement interface that is common across both standalone and domain mode.
navigate(PathAddress) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
navigate(PathAddress) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
navigate(PathAddress) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
navigate(PathAddress) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
navigate(PathAddress) - Method in interface org.jboss.as.controller.registry.Resource
Navigate the resource tree.
navigate(Resource, PathAddress) - Static method in class org.jboss.as.controller.registry.Resource.Tools
Navigate from a parent resource to the descendant resource at the given relative address.
NESTED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NESTED_ATTRIBUTES - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
NESTED_LIST_ATTRIBUTES - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
The nested attributes for any, not.
nestedElementNotAllowed(Element) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
nestedElementNotAllowed(Element) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the element, represented by the element parameter, does not allow nesting.
nestedElementNotAllowed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NETWORK - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NETWORK_NEWS - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
NEVER - org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler.Period
 
NEVER - org.jboss.as.controller.transform.description.DiscardPolicy
Don't discard the resource or operation.
NEW - org.jboss.as.controller.persistence.ConfigurationFile.InteractionPolicy
Fail if there is an existing file and it is non-empty; otherwise create a new empty file
NEW_ALIAS - Static variable in class org.jboss.as.controller.security.CredentialReference
 
NEW_ENTRY_ADDED - Static variable in class org.jboss.as.controller.security.CredentialReference
 
NEW_VALUE - Static variable in class org.jboss.as.controller.operations.global.GlobalNotifications
 
newInstance(Consumer<AbstractModelControllerOperationHandlerFactoryService>, Supplier<ModelController>, Supplier<ExecutorService>, Supplier<ScheduledExecutorService>) - Method in interface org.jboss.as.controller.remote.ModelControllerOperationHandlerFactory
 
newPermissionCollection() - Method in class org.jboss.as.controller.access.permission.ManagementPermission
 
next(PathElement...) - Method in interface org.jboss.as.controller.transform.PathAddressTransformer.Builder
Append an element to the current address and continue to the next transformer in the chain.
next(PathElement...) - Method in class org.jboss.as.controller.transform.PathAddressTransformer.BuilderImpl
 
nextElement(XMLExtendedStreamReader) - Static method in class org.jboss.as.controller.parsing.ParseUtils
 
nextElement(XMLExtendedStreamReader, Namespace) - Static method in class org.jboss.as.controller.parsing.ParseUtils
A variation of nextElement that verifies the nextElement is not in a different namespace.
nextInChainOperation(ResourceTransformationContext, OperationTransformerRegistry.PlaceholderResolver) - Static method in class org.jboss.as.controller.transform.ChainedTransformationTools
Call when transforming a new model version delta for an operation.
nextInChainResource(ResourceTransformationContext, OperationTransformerRegistry.PlaceholderResolver) - Static method in class org.jboss.as.controller.transform.ChainedTransformationTools
Call when transforming a new model version delta for a resource.
NIC - org.jboss.as.controller.parsing.Element
 
NIC - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
NIC_MATCH - org.jboss.as.controller.parsing.Element
 
NIC_MATCH - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
NicInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given name matches the network interface's name.
NicInterfaceCriteria(String) - Constructor for class org.jboss.as.controller.interfaces.NicInterfaceCriteria
Creates a new AnyInterfaceCriteria
NicMatchInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given regex pattern matches the network interface's name.
NicMatchInterfaceCriteria(Pattern) - Constructor for class org.jboss.as.controller.interfaces.NicMatchInterfaceCriteria
Creates a new AnyInterfaceCriteria
NIL_SIGNIFICANT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NILLABLE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NillableOrExpressionParameterValidator - Class in org.jboss.as.controller.operations.validation
ParameterValidator that validates undefined values and expression types, delegating to a provided validator for everything else.
NillableOrExpressionParameterValidator(ParameterValidator, Boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.NillableOrExpressionParameterValidator
Creates a new NillableOrExpressionParameterValidator.
NO_DATA - Static variable in interface org.jboss.as.controller.NotificationDefinition.DataValueDescriptor
 
NO_NAMESPACE_SCHEMA_LOCATION - org.jboss.as.controller.parsing.Attribute
 
NO_OP_LOGGER - Static variable in interface org.jboss.as.controller.audit.AuditLogger
An audit logger that doesn't log.
NO_SERVICES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
noActiveStep() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noActiveStep() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating there is no active step.
noActiveStep$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noAttributeSetForAddress(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noAttributeSetForAddress(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noAttributeSetForAddress$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noChildResource(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noChildResource(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noChildResource$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noChildType(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noChildType(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating no child type for the name.
noChildType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noContextToDelegateTo(int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noContextToDelegateTo(int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noContextToDelegateTo$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NODE_NAME - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
nodeAlreadyRegistered(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
nodeAlreadyRegistered(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a node is already registered at the location.
nodeAlreadyRegistered$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noFeature() - Method in interface org.jboss.as.controller.ResourceBuilder
 
noFinalProxyOutcomeReceived(ModelNode, ModelNode, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noFinalProxyOutcomeReceived(ModelNode, ModelNode, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning message indicating an invocation on a ProxyController did not provide a final response.
noFinalProxyOutcomeReceived$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noHandlerCalled(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noHandlerCalled(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noHandlerCalled$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noHandlerForOperation(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noHandlerForOperation(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noHandlerForOperation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noInterfaceCriteria() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noInterfaceCriteria() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating that no interface criteria was provided.
noInterfaceCriteria$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noKnownProviderPoints() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noKnownProviderPoints() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noKnownProviderPoints$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NON_TRANSPARENT_FRAMING - org.jboss.as.controller.audit.SyslogAuditLogHandler.MessageTransfer
 
NonAuditConstraint - Class in org.jboss.as.controller.access.constraint
Constraint related to whether a resource, attribute or operation is NOT related to administrative audit logging.
NONE - org.jboss.as.controller.operations.global.ReadResourceDescriptionHandler.AccessControl
No access control information should be included
NONE - org.jboss.as.controller.parsing.Namespace
 
nonexistentInterface(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
nonexistentInterface(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
nonexistentInterface$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
nonHostCapableSubsystemInHostModel(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
nonHostCapableSubsystemInHostModel(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
nonHostCapableSubsystemInHostModel$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NonResolvingResourceDescriptionResolver - Class in org.jboss.as.controller.descriptions
Resource description resolver that does no resolving at all.
NonResolvingResourceDescriptionResolver() - Constructor for class org.jboss.as.controller.descriptions.NonResolvingResourceDescriptionResolver
NOOP - Static variable in interface org.jboss.as.controller.ProxyOperationAddressTranslator
 
NOOP_RESULT_HANDLER - Static variable in interface org.jboss.as.controller.OperationContext.ResultHandler
A OperationContext.ResultHandler that does nothing in the callback.
NOOP_ROLLBACK_HANDLER - Static variable in interface org.jboss.as.controller.OperationContext.RollbackHandler
A OperationContext.RollbackHandler that does nothing in the callback.
noOperationDefined(ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noOperationDefined(ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noOperationDefined$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noOperationEntry(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noOperationEntry(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noOperationEntry$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noOperationHandler() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noOperationHandler() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating there is no operation handler.
noOperationHandler(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noOperationHandler(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noOperationHandler0$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noOperationHandler2$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NoopOperationStepHandler - Class in org.jboss.as.controller
noPathToResolve(String, String, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noPathToResolve(String, String, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noPathToResolve$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noPermissionToResolveExpression(ModelNode, SecurityException) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noPermissionToResolveExpression(ModelNode, SecurityException) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception message indicating an expression could not be resolved due to lack of security permissions.
noPermissionToResolveExpression$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noResourceForUndefiningAttribute(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noResourceForUndefiningAttribute(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noResourceForUndefiningAttribute$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noResourceRegistered(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noResourceRegistered(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noResourceRegistered(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noResourceRegistered(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noResourceRegistered1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noResourceRegistered2$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noRestartMarkerFile() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noRestartMarkerFile() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noRestartMarkerFile$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NORMAL - org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry.RuntimeStatus
Runtime services are functioning normally as per their persistent configuration and the process' current running mode.
NORMAL - org.jboss.as.controller.RunningMode
Normal operations; server has started all configured services and is capable of handling end user requests.
NORMAL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
noSatisfactoryCapability(String, String, Set<RegistrationPoint>, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noSatisfactoryCapability(String, String, Set<RegistrationPoint>, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noSatisfactoryCapability$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NoSuchCapabilityException(String) - Constructor for exception org.jboss.as.controller.capability.CapabilityServiceSupport.NoSuchCapabilityException
 
NoSuchResourceException(String) - Constructor for exception org.jboss.as.controller.registry.Resource.NoSuchResourceException
 
NoSuchResourceException(PathElement) - Constructor for exception org.jboss.as.controller.registry.Resource.NoSuchResourceException
 
noSuchResourceType(PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
noSuchResourceType(PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
noSuchResourceType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NOT - org.jboss.as.controller.parsing.Element
 
NOT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NOT - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
notADirectory(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
notADirectory(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the path is not a directory.
notADirectory$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
notFound(String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
notFound(String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating no path/className was found for the module name.
notFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
Notification - Class in org.jboss.as.controller.notification
A notification emitted by a resource and handled by NotificationHandler.
Notification(String, PathAddress, String) - Constructor for class org.jboss.as.controller.notification.Notification
 
Notification(String, PathAddress, String, ModelNode) - Constructor for class org.jboss.as.controller.notification.Notification
 
NOTIFICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NOTIFICATION_DATA_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NOTIFICATION_REGISTRY_CAPABILITY - Static variable in class org.jboss.as.controller.AbstractControllerService
Capability in-vm users of the controller use to register notification handlers
NOTIFICATION_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NotificationDefinition - Class in org.jboss.as.controller
Defining characteristics of notification in a Resource
NotificationDefinition.Builder - Class in org.jboss.as.controller
 
NotificationDefinition.DataValueDescriptor - Interface in org.jboss.as.controller
 
NotificationEntry - Class in org.jboss.as.controller.registry
Information about a registered notification.
NotificationEntry(DescriptionProvider, boolean) - Constructor for class org.jboss.as.controller.registry.NotificationEntry
 
NotificationFilter - Interface in org.jboss.as.controller.notification
A filter to let NotificationHandler filters out notifications they are not interested to handle.
NotificationHandler - Interface in org.jboss.as.controller.notification
A notification handler is used to be notified of events on the server.
NotificationHandlerNodeSubregistry - Class in org.jboss.as.controller.registry
A subregistry of NotificationHandlerNodeRegistry corresponding to a PathElement.getKey() node and its children.
NotificationHandlerRegistration - Interface in org.jboss.as.controller.registry
The NotificationHandlerRegistration is used to register and unregister notification handlers.
NotificationHandlerRegistration.Factory - Class in org.jboss.as.controller.registry
Factory to create a new NotificationHandlerRegistration
NotificationHandlerRegistry - Interface in org.jboss.as.controller.notification
The NotificationHandlerRegistry is used to register and unregister notification handlers.
notificationIsNotDescribed(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
notificationIsNotDescribed(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
notificationIsNotDescribed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NOTIFICATIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
NotificationSupport - Interface in org.jboss.as.controller.notification
The NotificationSupport can be used to emit notifications.
NotificationSupport.Factory - Class in org.jboss.as.controller.notification
 
NotInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given network interface and address satisfy none of a contained set of InterfaceCriteria.
NotInterfaceCriteria(Set<InterfaceCriteria>) - Constructor for class org.jboss.as.controller.interfaces.NotInterfaceCriteria
Creates a new NotInterfaceCriteria
NTP - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
NULL - Static variable in interface org.jboss.as.controller.Cancellable
An empty implementation which does nothing when a cancel is requested.
NULL_SNAPSHOT_INFO - Static variable in interface org.jboss.as.controller.persistence.ConfigurationPersister
 
nullable - Variable in class org.jboss.as.controller.operations.validation.ModelTypeValidator
 
nullAsynchronousExecutor() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
nullAsynchronousExecutor() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an asynchronous operation cannot execute without an executor.
nullAsynchronousExecutor$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
NullConfigurationPersister - Class in org.jboss.as.controller.persistence
A configuration persister which does not store configuration changes.
NullConfigurationPersister() - Constructor for class org.jboss.as.controller.persistence.NullConfigurationPersister
 
NullConfigurationPersister(XMLElementWriter<ModelMarshallingContext>) - Constructor for class org.jboss.as.controller.persistence.NullConfigurationPersister
 
nullNotAllowed(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
nullNotAllowed(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
An exception indicating the name may not be null.
nullNotAllowed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 

O

OBJECT_ATTRIBUTE - Static variable in interface org.jboss.as.controller.AttributeMarshallers
Marshaller for ObjectTypeAttributeDefinition.
OBJECT_ELEMENT_ONLY - Static variable in interface org.jboss.as.controller.AttributeMarshallers
Marshaller for ObjectTypeAttributeDefinition.
OBJECT_LIST - Static variable in interface org.jboss.as.controller.AttributeMarshallers
 
OBJECT_LIST_MARSHALLER - Static variable in class org.jboss.as.controller.AttributeMarshaller
 
OBJECT_LIST_PARSER - Static variable in class org.jboss.as.controller.AttributeParser
 
OBJECT_LIST_UNWRAPPED - Static variable in interface org.jboss.as.controller.AttributeMarshallers
 
OBJECT_LIST_WRAPPED - Static variable in interface org.jboss.as.controller.AttributeMarshallers
 
OBJECT_MAP_MARSHALLER - Static variable in class org.jboss.as.controller.AttributeMarshaller
 
OBJECT_MAP_MARSHALLER - Static variable in interface org.jboss.as.controller.AttributeMarshallers
 
OBJECT_MAP_UNWRAPPED - Static variable in interface org.jboss.as.controller.AttributeParsers
 
OBJECT_MAP_WRAPPED - Static variable in interface org.jboss.as.controller.AttributeParsers
 
OBJECT_PARSER - Static variable in class org.jboss.as.controller.AttributeParser
 
ObjectFieldsAttributeTransformationRequirementChecker(Map<String, AttributeTransformationRequirementChecker>) - Constructor for class org.jboss.as.controller.transform.AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker
 
ObjectFieldsRejectAttributeChecker(Map<String, RejectAttributeChecker>) - Constructor for class org.jboss.as.controller.transform.description.RejectAttributeChecker.ObjectFieldsRejectAttributeChecker
Constructor
ObjectListAttributeDefinition - Class in org.jboss.as.controller
AttributeDefinition suitable for managing LISTs of OBJECTs, which takes into account recursive processing of allowed values and their value types.
ObjectListAttributeDefinition.Builder - Class in org.jboss.as.controller
 
ObjectMapAttributeDefinition - Class in org.jboss.as.controller
MapAttributeDefinition for maps with keys of ModelType.STRING and values of type ObjectTypeAttributeDefinition
ObjectMapAttributeDefinition.Builder - Class in org.jboss.as.controller
 
ObjectMapAttributeMarshaller() - Constructor for class org.jboss.as.controller.AttributeMarshallers.ObjectMapAttributeMarshaller
 
ObjectMapAttributeMarshaller(String) - Constructor for class org.jboss.as.controller.AttributeMarshallers.ObjectMapAttributeMarshaller
 
ObjectMapAttributeMarshaller(String, boolean) - Constructor for class org.jboss.as.controller.AttributeMarshallers.ObjectMapAttributeMarshaller
 
ObjectMapAttributeMarshaller(String, String, boolean) - Constructor for class org.jboss.as.controller.AttributeMarshallers.ObjectMapAttributeMarshaller
 
ObjectMapAttributeMarshaller(String, String, boolean, String) - Constructor for class org.jboss.as.controller.AttributeMarshallers.ObjectMapAttributeMarshaller
 
ObjectMapParser() - Constructor for class org.jboss.as.controller.AttributeParsers.ObjectMapParser
 
ObjectMapParser(boolean) - Constructor for class org.jboss.as.controller.AttributeParsers.ObjectMapParser
 
ObjectMapParser(String, boolean) - Constructor for class org.jboss.as.controller.AttributeParsers.ObjectMapParser
 
ObjectMapParser(String, String, boolean, String) - Constructor for class org.jboss.as.controller.AttributeParsers.ObjectMapParser
 
ObjectParser() - Constructor for class org.jboss.as.controller.AttributeParsers.ObjectParser
 
ObjectTypeAttributeDefinition - Class in org.jboss.as.controller
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.
ObjectTypeAttributeDefinition(AbstractAttributeDefinitionBuilder<?, ? extends ObjectTypeAttributeDefinition>, String, AttributeDefinition[]) - Constructor for class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
ObjectTypeAttributeDefinition(ObjectTypeAttributeDefinition.Builder) - Constructor for class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
ObjectTypeAttributeDefinition.Builder - Class in org.jboss.as.controller
 
ObjectTypeValidator - Class in org.jboss.as.controller.operations.validation
Date: 16.11.2011
ObjectTypeValidator(boolean, AttributeDefinition...) - Constructor for class org.jboss.as.controller.operations.validation.ObjectTypeValidator
 
obtainProcessUUID(Path, String) - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Obtain the unique management id for this process and persist it for reuse if the process is restarted.
OCTET_COUNTING - org.jboss.as.controller.audit.SyslogAuditLogHandler.MessageTransfer
 
of(String) - Static method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
Create a builder for a non-dynamic capability with no custom runtime API.
of(String) - Static method in class org.jboss.as.controller.StringListAttributeDefinition.Builder
 
of(String, boolean) - Static method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
Create a builder for a possibly dynamic capability with no custom runtime API.
of(String, boolean, Class<?>) - Static method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
Create a builder for a possibly dynamic capability that installs a service with the given value type.
of(String, boolean, T) - Static method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
Create a builder for a possibly dynamic capability that provides the given custom runtime API.
of(String, Class<?>) - Static method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
Create a builder for a non-dynamic capability that installs a service with the given value type.
of(String, AttributeDefinition) - Static method in class org.jboss.as.controller.SimpleListAttributeDefinition.Builder
 
of(String, AttributeDefinition...) - Static method in class org.jboss.as.controller.ObjectTypeAttributeDefinition.Builder
 
of(String, AttributeDefinition[], AttributeDefinition[]) - Static method in class org.jboss.as.controller.ObjectTypeAttributeDefinition.Builder
 
of(String, ResourceDescriptionResolver) - Static method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
of(String, ObjectTypeAttributeDefinition) - Static method in class org.jboss.as.controller.ObjectListAttributeDefinition.Builder
 
of(String, ObjectTypeAttributeDefinition) - Static method in class org.jboss.as.controller.ObjectMapAttributeDefinition.Builder
 
of(String, PathManager) - Static method in class org.jboss.as.controller.services.path.ResolvePathHandler.Builder
Deprecated.
of(String, ModelType) - Static method in class org.jboss.as.controller.PrimitiveListAttributeDefinition.Builder
 
of(String, T) - Static method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
Create a builder for a non-dynamic capability that provides the given custom runtime API.
of(PathManager) - Static method in class org.jboss.as.controller.services.path.PathInfoHandler.Builder
 
of(PathManager) - Static method in class org.jboss.as.controller.services.path.ResolvePathHandler.Builder
Creates a builder with the default operation name of resolve-path.
OLD_VALUE - Static variable in class org.jboss.as.controller.operations.global.GlobalNotifications
 
onlyAccessHostControllerInfoInRuntimeStage() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
onlyAccessHostControllerInfoInRuntimeStage() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
onlyAccessHostControllerInfoInRuntimeStage$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
OP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
Use this as the standard operation name field in the operation *request* ModelNode
OP_ADDR - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
Use this standard operation address field in the operation *request* ModelNode
OP_PARAMS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OP_PARAMS_MAPPING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
operation - Variable in class org.jboss.as.controller.ParsedBootOp
 
operation(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operation(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates a message indicating the operation step.
OPERATION_DATE - Static variable in class org.jboss.as.controller.audit.InMemoryAuditLogHandler
 
OPERATION_DATE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OPERATION_HANDLER_NAME_SUFFIX - Static variable in class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
 
OPERATION_HEADERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OPERATION_ID - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OPERATION_NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OPERATION_NAME - Static variable in class org.jboss.as.controller.extension.ExtensionAddHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.controller.extension.ExtensionRemoveHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.controller.operations.common.ProcessReloadHandler
The operation name.
OPERATION_NAME - Static variable in class org.jboss.as.controller.operations.common.ResolveExpressionHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.controller.operations.common.ValidateAddressOperationHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.controller.services.path.PathAddHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.controller.services.path.PathRemoveHandler
 
OPERATION_REQUIRES_RELOAD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OPERATION_REQUIRES_RESTART - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
operation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationAlreadyComplete() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationAlreadyComplete() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the operation is already complete.
operationAlreadyComplete$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
OperationAttachments - Class in org.jboss.as.controller.operations
 
OperationCancellationException - Exception in org.jboss.as.controller._private
OperationCancellationException(String) - Constructor for exception org.jboss.as.controller._private.OperationCancellationException
 
operationCancelled() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationCancelled() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates a message indicating the operation is cancelled.
operationCancelled$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationCancelledAsynchronously() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationCancelledAsynchronously() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates a message indicating the operation is cancelled asynchronously.
operationCancelledAsynchronously$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
OperationClientException - Interface in org.jboss.as.controller
Marker interface for an Exception indicating a management operation has failed due to a client mistake (e.g.
operationComplete(T, OperationResponse) - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener
 
operationComplete(T, OperationResponse) - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.TransactionalOperationListener
Notification that an operation completed.
operationCompleted(OperationResponse) - Method in interface org.jboss.as.controller.ProxyController.ProxyOperationControl
OperationContext - Interface in org.jboss.as.controller
The context for an operation step execution.
OperationContext.AttachmentKey<T> - Class in org.jboss.as.controller
An attachment key instance.
OperationContext.ExecutionStatus - Enum in org.jboss.as.controller
The current activity of an operation.
OperationContext.ResultAction - Enum in org.jboss.as.controller
The result action.
OperationContext.ResultHandler - Interface in org.jboss.as.controller
Handler for a callback to an OperationStepHandler indicating that the result of the overall operation is known and the handler can take any necessary actions to deal with that result.
OperationContext.RollbackHandler - Interface in org.jboss.as.controller
Handler for a callback to an OperationStepHandler indicating that the overall operation is being rolled back and the handler should revert any change it has made.
OperationContext.Stage - Enum in org.jboss.as.controller
The stage at which a step should apply.
operationContextIsNotAbstractOperationContext() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationContextIsNotAbstractOperationContext() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
operationContextIsNotAbstractOperationContext$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
OperationDefinition - Class in org.jboss.as.controller
Defining characteristics of operation in a Resource
OperationDefinition(SimpleOperationDefinitionBuilder) - Constructor for class org.jboss.as.controller.OperationDefinition
 
operationDeprecated(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationDeprecated(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
operationDeprecated$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationDeprecatedMessage(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationDeprecatedMessage(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
operationDeprecatedMessage$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
OperationDescriptor - Interface in org.jboss.as.controller
Describes the parameters of operation..
OperationEntry - Class in org.jboss.as.controller.registry
Information about a registered OperationStepHandler.
OperationEntry.EntryType - Enum in org.jboss.as.controller.registry
 
OperationEntry.Flag - Enum in org.jboss.as.controller.registry
Flags to indicate special characteristics of an operation
operationFailed(Throwable, ModelNode, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationFailed(Throwable, ModelNode, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating operation failed.
operationFailed(ModelNode) - Method in interface org.jboss.as.controller.ProxyController.ProxyOperationControl
Handle the result of an operation whose execution failed before ModelController.OperationTransactionControl.operationPrepared(ModelController.OperationTransaction, ModelNode) could be invoked.
operationFailed(ModelNode, ModelNode, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationFailed(ModelNode, ModelNode, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating operation failed.
operationFailed(T, ModelNode) - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener
 
operationFailed(T, ModelNode) - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.TransactionalOperationListener
Notification that an operation failed.
operationFailed2$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationFailed3$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
OperationFailedException - Exception in org.jboss.as.controller
Exception indicating an operation has failed due to a client mistake (e.g.
OperationFailedException(String) - Constructor for exception org.jboss.as.controller.OperationFailedException
Constructs a OperationFailedException with the given message.
OperationFailedException(String, Throwable) - Constructor for exception org.jboss.as.controller.OperationFailedException
Constructs a OperationFailedException with the specified cause and message.
OperationFailedException(String, Throwable, ModelNode) - Constructor for exception org.jboss.as.controller.OperationFailedException
Constructs a OperationFailedException with the specified detail message and cause.
OperationFailedException(String, ModelNode) - Constructor for exception org.jboss.as.controller.OperationFailedException
Constructs a OperationFailedException with the specified detail message.
OperationFailedException(Throwable) - Constructor for exception org.jboss.as.controller.OperationFailedException
Constructs a OperationFailedException with the specified cause.
OperationFailedException(Throwable, ModelNode) - Constructor for exception org.jboss.as.controller.OperationFailedException
Constructs a OperationFailedException with the specified cause.
operationFailedOnClientError(ModelNode, ModelNode, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationFailedOnClientError(ModelNode, ModelNode, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs an error message indicating operation failed due to a client error (e.g.
operationFailedOnClientError$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
OperationFailedRuntimeException - Exception in org.jboss.as.controller._private
Runtime exception indicating an operation has failed due to a client mistake (e.g.
OperationFailedRuntimeException(String) - Constructor for exception org.jboss.as.controller._private.OperationFailedRuntimeException
Constructs a OperationFailedException with the given message.
operationHandlerFailed(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationHandlerFailed(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the operation handler failed.
operationHandlerFailed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationName - Variable in class org.jboss.as.controller.ParsedBootOp
 
operationNotRegistered(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationNotRegistered(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating there is no operation, represented by the op parameter, registered at the address, represented by the address parameter.
operationNotRegistered$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationNotRegisteredException(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationNotRegisteredException(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating there is no operation, represented by the op parameter, registered at the address, represented by the address parameter.
operationNotRegisteredException$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationPrepared(ModelController.OperationTransaction, ModelNode) - Method in interface org.jboss.as.controller.ModelController.OperationTransactionControl
Notify that an operation is complete and may be committed or rolled back.
operationPrepared(ModelController.OperationTransaction, ModelNode, OperationContext) - Method in interface org.jboss.as.controller.ModelController.OperationTransactionControl
Notify that an operation is complete and may be committed or rolled back.
operationPrepared(TransactionalProtocolClient.PreparedOperation<T>) - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener
 
operationPrepared(TransactionalProtocolClient.PreparedOperation<T>) - Method in interface org.jboss.as.controller.remote.TransactionalProtocolClient.TransactionalOperationListener
Notification that an operation was prepared.
OperationRejectionPolicy - Interface in org.jboss.as.controller.transform
Policy for rejecting operations on the domain controller.
OperationResultTransformer - Interface in org.jboss.as.controller.transform
Transformer for the operation response.
operationRollingBack() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationRollingBack() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the operation is rolling back.
operationRollingBack$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
OPERATIONS - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
OPERATIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OperationStepHandler - Interface in org.jboss.as.controller
Handler for an individual step in the overall execution of a management operation.
operationSucceeded() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
operationSucceeded() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the operation succeeded and is committing.
operationSucceeded$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
OperationTransformationOverrideBuilder - Interface in org.jboss.as.controller.transform.description
Transformation builder interface for overriding a given operation.
OperationTransformer - Interface in org.jboss.as.controller.transform
The operation transformer.
OperationTransformer.TransformedOperation - Class in org.jboss.as.controller.transform
 
OperationTransformerEntry(OperationTransformer, boolean) - Constructor for class org.jboss.as.controller.registry.OperationTransformerRegistry.OperationTransformerEntry
 
OperationTransformerRegistry - Class in org.jboss.as.controller.registry
Resolved/unversioned operation transformer registry.
OperationTransformerRegistry(PathAddressTransformer, OperationTransformerRegistry.ResourceTransformerEntry, OperationTransformerRegistry.OperationTransformerEntry, boolean) - Constructor for class org.jboss.as.controller.registry.OperationTransformerRegistry
 
OperationTransformerRegistry.OperationTransformerEntry - Class in org.jboss.as.controller.registry
 
OperationTransformerRegistry.PlaceholderResolver - Interface in org.jboss.as.controller.registry
An extra resolver to be used for OperationTransformerRegistry entries where placeholder==true.
OperationTransformerRegistry.ResourceTransformerEntry - Class in org.jboss.as.controller.registry
 
OperationValidator - Class in org.jboss.as.controller.operations.validation
Validates operations against the model controllers description providers
OperationValidator(ExpressionResolver, ImmutableManagementResourceRegistration, boolean, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.OperationValidator
 
OperationValidator(ImmutableManagementResourceRegistration) - Constructor for class org.jboss.as.controller.operations.validation.OperationValidator
 
OPERATOR - org.jboss.as.controller.access.rbac.StandardRole
 
OPERATOR - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OPTION - org.jboss.as.controller.parsing.Element
 
optional(String) - Static method in class org.jboss.as.controller.registry.RuntimePackageDependency
Build an optional RuntimePackageDependency.
OPTIONAL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OPTIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OR - org.jboss.as.controller.operations.global.QueryOperationHandler.Operator
 
orderedChildTypeRenamed(PathAddress, PathAddress, String, Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
orderedChildTypeRenamed(PathAddress, PathAddress, String, Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
orderedChildTypeRenamed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
OrderedChildTypesAttachment - Class in org.jboss.as.controller.operations.common
We currently only care about ordered child resources when describing the model for the use of the sync handlers.
OrderedChildTypesAttachment() - Constructor for class org.jboss.as.controller.operations.common.OrderedChildTypesAttachment
 
org.jboss.as.controller - package org.jboss.as.controller
 
org.jboss.as.controller._private - package org.jboss.as.controller._private
 
org.jboss.as.controller.access - package org.jboss.as.controller.access
 
org.jboss.as.controller.access.constraint - package org.jboss.as.controller.access.constraint
 
org.jboss.as.controller.access.management - package org.jboss.as.controller.access.management
 
org.jboss.as.controller.access.permission - package org.jboss.as.controller.access.permission
 
org.jboss.as.controller.access.rbac - package org.jboss.as.controller.access.rbac
 
org.jboss.as.controller.audit - package org.jboss.as.controller.audit
 
org.jboss.as.controller.capability - package org.jboss.as.controller.capability
 
org.jboss.as.controller.capability.registry - package org.jboss.as.controller.capability.registry
 
org.jboss.as.controller.descriptions - package org.jboss.as.controller.descriptions
 
org.jboss.as.controller.descriptions.common - package org.jboss.as.controller.descriptions.common
 
org.jboss.as.controller.extension - package org.jboss.as.controller.extension
 
org.jboss.as.controller.interfaces - package org.jboss.as.controller.interfaces
 
org.jboss.as.controller.logging - package org.jboss.as.controller.logging
 
org.jboss.as.controller.management - package org.jboss.as.controller.management
 
org.jboss.as.controller.notification - package org.jboss.as.controller.notification
 
org.jboss.as.controller.operations - package org.jboss.as.controller.operations
 
org.jboss.as.controller.operations.common - package org.jboss.as.controller.operations.common
 
org.jboss.as.controller.operations.global - package org.jboss.as.controller.operations.global
 
org.jboss.as.controller.operations.validation - package org.jboss.as.controller.operations.validation
 
org.jboss.as.controller.parsing - package org.jboss.as.controller.parsing
 
org.jboss.as.controller.persistence - package org.jboss.as.controller.persistence
 
org.jboss.as.controller.persistence.yaml - package org.jboss.as.controller.persistence.yaml
 
org.jboss.as.controller.registry - package org.jboss.as.controller.registry
 
org.jboss.as.controller.remote - package org.jboss.as.controller.remote
 
org.jboss.as.controller.resource - package org.jboss.as.controller.resource
 
org.jboss.as.controller.security - package org.jboss.as.controller.security
 
org.jboss.as.controller.services.path - package org.jboss.as.controller.services.path
 
org.jboss.as.controller.transform - package org.jboss.as.controller.transform
 
org.jboss.as.controller.transform.description - package org.jboss.as.controller.transform.description
 
org.jboss.as.controller.xml - package org.jboss.as.controller.xml
 
ORGANIZATION - org.jboss.as.controller.parsing.Attribute
 
ORGANIZATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ORIGINAL_RESULT - Static variable in interface org.jboss.as.controller.transform.OperationResultTransformer
 
OS - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
OTHERS - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
OUTBOUND_CONNECTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OUTBOUND_CONNECTIONS - org.jboss.as.controller.parsing.Element
 
OUTBOUND_SOCKET_BINDING - org.jboss.as.controller.parsing.Element
 
OUTCOME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
Use this standard operation address field in the operation *description* ModelNode
OverallInterfaceCriteria - Class in org.jboss.as.controller.interfaces
Overall interface criteria.
OverallInterfaceCriteria(String, Set<InterfaceCriteria>) - Constructor for class org.jboss.as.controller.interfaces.OverallInterfaceCriteria
 
OverrideDescriptionProvider - Interface in org.jboss.as.controller.descriptions
Provides description elements to override the description of a resource produced by a DescriptionProvider.
OVERWRITE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
OWNER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 

P

PACKAGE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PACKAGES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ParallelBootOperationStepHandler - Class in org.jboss.as.controller
Special handler that executes subsystem boot operations in parallel.
ParallelExtensionAddHandler - Class in org.jboss.as.controller.extension
Special handler that executes extension initialization in parallel.
ParallelExtensionAddHandler(ExecutorService, MutableRootResourceRegistrationProvider) - Constructor for class org.jboss.as.controller.extension.ParallelExtensionAddHandler
 
ParameterCorrector - Interface in org.jboss.as.controller
An implementation of this interface will be invoked before a new attribute value is set, so it has a chance to adjust the new value, if and as necessary, e.g.
parameters - Variable in class org.jboss.as.controller.OperationDefinition
 
parameters - Variable in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
Parameters() - Constructor for class org.jboss.as.controller.AbstractAddStepHandler.Parameters
 
Parameters(PathElement, DescriptionProvider) - Constructor for class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Creates a Parameters object
Parameters(PathElement, ResourceDescriptionResolver) - Constructor for class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Creates a Parameters object
ParametersValidator - Class in org.jboss.as.controller.operations.validation
Performs multiple parameter validations against a detyped operation.
ParametersValidator() - Constructor for class org.jboss.as.controller.operations.validation.ParametersValidator
 
ParametersValidator(ParametersValidator) - Constructor for class org.jboss.as.controller.operations.validation.ParametersValidator
 
ParameterValidator - Interface in org.jboss.as.controller.operations.validation
Performs validation on detyped operation parameters.
PARAMS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PARENT - Static variable in class org.jboss.as.controller.capability.DynamicNameMappers
 
ParentResourceDescriptionResolver - Interface in org.jboss.as.controller.descriptions
A factory for creating resource description resolvers for child resources.
parse(String, Location) - Method in class org.jboss.as.controller.MapAttributeDefinition
Creates and returns a ModelNode using the given value after first validating the node against this object's validator.
parse(AttributeDefinition, String, XMLStreamReader) - Method in class org.jboss.as.controller.AttributeParser.DiscardOldDefaultValueParser
 
parse(AttributeDefinition, String, XMLStreamReader) - Method in class org.jboss.as.controller.AttributeParser
Creates and returns a ModelNode using the given value after first validating the node against this object's validator.
parse(ModelNode, boolean, ExpressionResolver) - Static method in class org.jboss.as.controller.interfaces.ParsedInterfaceCriteria
 
parse(XMLExtendedStreamReader, PathAddress, List<ModelNode>) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription
Parse xml from provided reader and add resulting operations to passed list
parse(XMLExtendedStreamReader, PathAddress, List<ModelNode>) - Method in interface org.jboss.as.controller.ResourceParser
 
PARSE_ROLES_FROM_DN - org.jboss.as.controller.parsing.Attribute
 
PARSE_ROLES_FROM_DN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
parseAndAddParameterElement(String, String, ModelNode, XMLExtendedStreamReader) - Method in class org.jboss.as.controller.MapAttributeDefinition
 
parseAndAddParameterElement(String, ModelNode, XMLStreamReader) - Method in class org.jboss.as.controller.ListAttributeDefinition
parseAndSetParameter(String, ModelNode, XMLStreamReader) - Method in class org.jboss.as.controller.SimpleAttributeDefinition
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 name.
parseAndSetParameter(AttributeDefinition, String, ModelNode, XMLStreamReader) - Method in class org.jboss.as.controller.AttributeParser
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}.
parseAttributeValue(String, boolean, ModelType) - Static method in class org.jboss.as.controller.parsing.ParseUtils
 
parseCLIStyleAddress(String) - Static method in class org.jboss.as.controller.PathAddress
 
ParsedBootOp - Class in org.jboss.as.controller
Encapsulates information about a boot operation for use during boot execution.
ParsedBootOp(ParsedBootOp, OperationStepHandler) - Constructor for class org.jboss.as.controller.ParsedBootOp
 
ParsedBootOp(ModelNode, OperationStepHandler) - Constructor for class org.jboss.as.controller.ParsedBootOp
 
ParsedInterfaceCriteria - Class in org.jboss.as.controller.interfaces
Utility class to create an interface criteria based on a ModelNode description
ParsedResult(InetAddress, int) - Constructor for class org.jboss.as.controller.operations.validation.MaskedAddressValidator.ParsedResult
 
parseElement(AttributeDefinition, XMLExtendedStreamReader, ModelNode) - Method in class org.jboss.as.controller.AttributeParser
 
parseElement(AttributeDefinition, XMLExtendedStreamReader, ModelNode) - Method in class org.jboss.as.controller.AttributeParsers.AttributeElementParser
 
parseElement(AttributeDefinition, XMLExtendedStreamReader, ModelNode) - Method in class org.jboss.as.controller.AttributeParsers.MapParser
 
parseElement(AttributeDefinition, XMLExtendedStreamReader, ModelNode) - Method in class org.jboss.as.controller.AttributeParsers.NamedStringListParser
 
parseElement(AttributeDefinition, XMLExtendedStreamReader, ModelNode) - Method in class org.jboss.as.controller.AttributeParsers.ObjectParser
 
parseElement(AttributeDefinition, XMLExtendedStreamReader, ModelNode) - Method in class org.jboss.as.controller.AttributeParsers.UnWrappedObjectListParser
 
parseElement(AttributeDefinition, XMLExtendedStreamReader, ModelNode) - Method in class org.jboss.as.controller.AttributeParsers.WrappedObjectListParser
 
parseExtensions(XMLExtendedStreamReader, ModelNode, Namespace, List<ModelNode>) - Method in class org.jboss.as.controller.parsing.ExtensionXml
 
parseMasked(ModelNode) - Static method in class org.jboss.as.controller.operations.validation.MaskedAddressValidator
 
parsePossibleExpression(String) - Static method in class org.jboss.as.controller.parsing.ParseUtils
 
parseServiceName(String) - Static method in class org.jboss.as.controller.ServiceNameFactory
Parses a string into a ServiceName using the same algorithm as ServiceName.parse(String) but also attempts to ensure that once parsing occurs if any other name that is equal to the parsed name or one of its ancestors has been parsed previously that that previously parsed name is used.
parseSingleElement(MapAttributeDefinition, XMLExtendedStreamReader, ModelNode) - Method in class org.jboss.as.controller.AttributeParsers.MapParser
 
parseSingleElement(MapAttributeDefinition, XMLExtendedStreamReader, ModelNode) - Method in class org.jboss.as.controller.AttributeParsers.ObjectMapParser
 
parseSingleElement(MapAttributeDefinition, XMLExtendedStreamReader, ModelNode) - Method in class org.jboss.as.controller.AttributeParsers.PropertiesParser
 
ParseUtils - Class in org.jboss.as.controller.parsing
 
passive(String) - Static method in class org.jboss.as.controller.registry.RuntimePackageDependency
Build a passive RuntimePackageDependency.
PASSIVE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PASSWORD - org.jboss.as.controller.parsing.Attribute
 
PASSWORD - org.jboss.as.controller.parsing.Element
 
PASSWORD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PATCHING - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
PATCHING - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
PATH - org.jboss.as.controller.parsing.Attribute
 
PATH - org.jboss.as.controller.parsing.Element
 
PATH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PATH - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
PATH - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingGroupResourceDefinition
 
PATH - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
PATH - Static variable in class org.jboss.as.controller.services.path.PathResourceDefinition
A path attribute definition
PATH_ADDRESS - Static variable in class org.jboss.as.controller.services.path.PathResourceDefinition
 
PATH_CAPABILITY - Static variable in class org.jboss.as.controller.services.path.PathResourceDefinition
 
PATH_MANAGER_CAPABILITY - Static variable in class org.jboss.as.controller.AbstractControllerService
Capability users of the controller use to coordinate changes to paths.
PathAddHandler - Class in org.jboss.as.controller.services.path
Handler for the path resource add operation.
pathAddress(String, String) - Static method in class org.jboss.as.controller.PathAddress
 
pathAddress(List<PathElement>) - Static method in class org.jboss.as.controller.PathAddress
 
pathAddress(PathAddress, PathElement...) - Static method in class org.jboss.as.controller.PathAddress
 
pathAddress(PathElement...) - Static method in class org.jboss.as.controller.PathAddress
 
pathAddress(ModelNode) - Static method in class org.jboss.as.controller.PathAddress
Creates a PathAddress from the given ModelNode address.
PathAddress - Class in org.jboss.as.controller
A path address for an operation.
PathAddressFilter - Class in org.jboss.as.controller.operations
 
PathAddressFilter(boolean) - Constructor for class org.jboss.as.controller.operations.PathAddressFilter
 
PathAddressTransformer - Interface in org.jboss.as.controller.transform
A path address transformation step.
PathAddressTransformer.BasicPathAddressTransformer - Class in org.jboss.as.controller.transform
 
PathAddressTransformer.Builder - Interface in org.jboss.as.controller.transform
 
PathAddressTransformer.BuilderImpl - Class in org.jboss.as.controller.transform
 
PathAddressTransformer.ReplaceElementKey - Class in org.jboss.as.controller.transform
 
PathAddressValidator - Class in org.jboss.as.controller.operations.validation
Validates that a node can be converted to a PathAddress.
PathAddressValidator() - Constructor for class org.jboss.as.controller.operations.validation.PathAddressValidator
 
pathElement(String) - Static method in class org.jboss.as.controller.PathElement
Construct a new instance with a wildcard value.
pathElement(String, String) - Static method in class org.jboss.as.controller.PathElement
Construct a new instance.
PathElement - Class in org.jboss.as.controller
An element of a path specification for matching operations with addresses.
PathEntry - Class in org.jboss.as.controller.services.path
Represents a path entry
PathEntry(PathEntry) - Constructor for class org.jboss.as.controller.services.path.PathEntry
 
pathEntryAlreadyExists(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
pathEntryAlreadyExists(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
pathEntryAlreadyExists$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
pathEntryIsReadOnly(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
pathEntryIsReadOnly(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
pathEntryIsReadOnly$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
pathEntryNotFound(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
pathEntryNotFound(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
pathEntryNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
pathEvent(PathManager.Event, PathEntry) - Method in interface org.jboss.as.controller.services.path.PathManager.Callback
Called once the model has been successfully updated, and the path has been updated in the path manager.
PathInfoHandler - Class in org.jboss.as.controller.services.path
Handler for file usage metric which contains the total size of a folder and the usable space (as in Java nio).
PathInfoHandler.Builder - Class in org.jboss.as.controller.services.path
 
pathIsAWindowsAbsolutePath(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
pathIsAWindowsAbsolutePath(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
pathIsAWindowsAbsolutePath$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
PathManager - Interface in org.jboss.as.controller.services.path
The client interface for the PathManagerService
PathManager.Callback - Interface in org.jboss.as.controller.services.path
PathManager.Callback.Handle - Interface in org.jboss.as.controller.services.path
A handle to a callback
PathManager.Event - Enum in org.jboss.as.controller.services.path
An event triggered when changes are made to a path entry
PathManager.PathEventContext - Interface in org.jboss.as.controller.services.path
 
PathManager.ReloadServerCallback - Class in org.jboss.as.controller.services.path
pathManagerNotAvailable(ProcessType) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
pathManagerNotAvailable(ProcessType) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
pathManagerNotAvailable$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
PathManagerService - Class in org.jboss.as.controller.services.path
PathManager implementation that exposes additional methods used by the management operation handlers used for paths, and also exposes the the PathManager as an MSC Service.
PathManagerService() - Constructor for class org.jboss.as.controller.services.path.PathManagerService
 
PathManagerService(RuntimeCapabilityRegistry) - Constructor for class org.jboss.as.controller.services.path.PathManagerService
 
pathModelEvent(PathManager.PathEventContext, String) - Method in interface org.jboss.as.controller.services.path.PathManager.Callback
Called when a path is modified in the model.
pathNameOf(String) - Static method in class org.jboss.as.controller.services.path.AbstractPathService
 
PathRemoveHandler - Class in org.jboss.as.controller.services.path
Handler for the path resource remove operation.
PathResourceDefinition - Class in org.jboss.as.controller.services.path
Definition of a resource type that represents a logical filesystem path.
PATHS - org.jboss.as.controller.parsing.Element
 
PATHS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PATTERN - org.jboss.as.controller.parsing.Attribute
 
PATTERN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PERFORM_IN_VM_CALL - Static variable in class org.jboss.as.controller.security.ControllerPermission
The Controller Permission named performInVmCall, which should be used to perform an in-vm call.
PERFORM_IN_VM_CALL_NAME - Static variable in class org.jboss.as.controller.security.ControllerPermission
 
PERFORM_INSTALLATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
performBoottime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractBoottimeAddStepHandler
Make any runtime changes necessary to effect the changes indicated by the given operation.
performBoottime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.AbstractBoottimeAddStepHandler
Make any runtime changes necessary to effect the changes indicated by the given operation.
performRemove(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.AbstractRemoveStepHandler
 
performRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractAddStepHandler
Make any runtime changes necessary to effect the changes indicated by the given operation.
performRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractBoottimeAddStepHandler
performRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractModelUpdateHandler
Make any runtime changes necessary to effect the changes indicated by the given operation.
performRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.ModelOnlyAddStepHandler
performRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.ReloadRequiredAddStepHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.AbstractAddStepHandler
Make any runtime changes necessary to effect the changes indicated by the given operation.
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.AbstractRemoveStepHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.management.BaseHttpInterfaceAddStepHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.management.BaseNativeInterfaceAddStepHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.ModelOnlyRemoveStepHandler
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.operations.common.InterfaceAddHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.ReloadRequiredRemoveStepHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.ServiceRemoveStepHandler
If the context allows resource removal, removes services; otherwise puts the process in reload-required state.
performRuntime(OperationContext, ModelNode, ModelNode, String, ParsedInterfaceCriteria) - Method in class org.jboss.as.controller.operations.common.InterfaceAddHandler
 
PERIODIC_ROTATING_FILE_HANDLER - org.jboss.as.controller.parsing.Element
 
PERIODIC_ROTATING_FILE_HANDLER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PeriodicRotatingFileAuditLogHandler - Class in org.jboss.as.controller.audit
All methods on this class should be called with ManagedAuditLoggerImpl's lock taken.
PeriodicRotatingFileAuditLogHandler(String, String, int, PathManagerService, String, String, String, TimeZone) - Constructor for class org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler
 
PeriodicRotatingFileAuditLogHandler.Period - Enum in org.jboss.as.controller.audit
Possible period values.
PERMGEN - org.jboss.as.controller.parsing.Element
 
PERMISSION_COMBINATION_POLICY - org.jboss.as.controller.parsing.Attribute
 
PERMISSION_COMBINATION_POLICY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
permissionCollectionIsReadOnly() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
permissionCollectionIsReadOnly() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
permissionCollectionIsReadOnly$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
permissionDenied() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
permissionDenied() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
permissionDenied$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
PermissionFactory - Interface in org.jboss.as.controller.access.permission
Factory for a compatible set of permissions.
PERMISSIVE - org.jboss.as.controller.access.CombinationPolicy
If multiple permissions for the same action exist, if any of them allow the action the action should be allowed.
PERMIT - org.jboss.as.controller.access.AuthorizationResult.Decision
 
PERMITTED - Static variable in class org.jboss.as.controller.access.AuthorizationResult
 
persist(XMLExtendedStreamWriter, ModelNode) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription
 
persist(XMLExtendedStreamWriter, ModelNode) - Method in interface org.jboss.as.controller.ResourceMarshaller
 
persist(XMLExtendedStreamWriter, ModelNode, String) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription
 
PERSIST_NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
persistChildren(XMLExtendedStreamWriter, ModelNode) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription
 
PERSISTENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PersistentResourceDefinition - Class in org.jboss.as.controller
A persistent resource definition.
PersistentResourceDefinition(PathElement, ResourceDescriptionResolver) - Constructor for class org.jboss.as.controller.PersistentResourceDefinition
 
PersistentResourceDefinition(PathElement, ResourceDescriptionResolver, OperationStepHandler, OperationStepHandler) - Constructor for class org.jboss.as.controller.PersistentResourceDefinition
 
PersistentResourceDefinition(PathElement, ResourceDescriptionResolver, OperationStepHandler, OperationStepHandler, boolean) - Constructor for class org.jboss.as.controller.PersistentResourceDefinition
 
PersistentResourceDefinition(PathElement, ResourceDescriptionResolver, OperationStepHandler, OperationStepHandler, OperationEntry.Flag, OperationEntry.Flag) - Constructor for class org.jboss.as.controller.PersistentResourceDefinition
 
PersistentResourceDefinition(PathElement, ResourceDescriptionResolver, OperationStepHandler, OperationStepHandler, OperationEntry.Flag, OperationEntry.Flag, boolean) - Constructor for class org.jboss.as.controller.PersistentResourceDefinition
 
PersistentResourceDefinition(SimpleResourceDefinition.Parameters) - Constructor for class org.jboss.as.controller.PersistentResourceDefinition
 
PersistentResourceXMLDescription - Class in org.jboss.as.controller
A representation of a resource as needed by the XML parser.
PersistentResourceXMLDescription.AdditionalOperationsGenerator - Interface in org.jboss.as.controller
Some resources require more operations that just a simple add.
PersistentResourceXMLDescription.PersistentResourceXMLBuilder - Class in org.jboss.as.controller
 
PersistentResourceXMLDescriptionReader - Class in org.jboss.as.controller
An XMLElementReader based on a PersistentResourceXMLDescription.
PersistentResourceXMLDescriptionReader(Supplier<PersistentResourceXMLDescription>) - Constructor for class org.jboss.as.controller.PersistentResourceXMLDescriptionReader
Creates an XMLElementReader using the specified PersistentResourceXMLDescription supplier.
PersistentResourceXMLDescriptionReader(PersistentResourceXMLDescription) - Constructor for class org.jboss.as.controller.PersistentResourceXMLDescriptionReader
Creates an XMLElementReader using the specified PersistentResourceXMLDescription.
PersistentResourceXMLDescriptionReader(PersistentSubsystemSchema<S>) - Constructor for class org.jboss.as.controller.PersistentResourceXMLDescriptionReader
Creates an XMLElementReader for the specified subsystem schema.
PersistentResourceXMLDescriptionWriter - Class in org.jboss.as.controller
An XMLElementWriter based on a PersistentResourceXMLDescription.
PersistentResourceXMLDescriptionWriter(Supplier<PersistentResourceXMLDescription>) - Constructor for class org.jboss.as.controller.PersistentResourceXMLDescriptionWriter
Creates an XMLElementWriter using the specified PersistentResourceXMLDescription supplier.
PersistentResourceXMLDescriptionWriter(PersistentResourceXMLDescription) - Constructor for class org.jboss.as.controller.PersistentResourceXMLDescriptionWriter
Creates an XMLElementWriter using the specified PersistentResourceXMLDescription.
PersistentResourceXMLDescriptionWriter(PersistentSubsystemSchema<S>) - Constructor for class org.jboss.as.controller.PersistentResourceXMLDescriptionWriter
Creates an XMLElementWriter using the specified subsystem schema.
PersistentResourceXMLParser - Class in org.jboss.as.controller
 
PersistentResourceXMLParser() - Constructor for class org.jboss.as.controller.PersistentResourceXMLParser
 
PersistentSubsystemSchema<S extends PersistentSubsystemSchema<S>> - Interface in org.jboss.as.controller
Defines a versioned schema for a subsystem defined via a PersistentResourceXMLDescription.
persisterNotInjected() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
persisterNotInjected() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating no configuration persister was injected.
persisterNotInjected$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
PlaceholderResource - Class in org.jboss.as.controller.registry
Resource that solely holds a place in the resource tree and has no model or children.
PlaceholderResource.PlaceholderResourceEntry - Class in org.jboss.as.controller.registry
 
PlaceholderResourceEntry(String, String) - Constructor for class org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
 
PlaceholderResourceEntry(PathElement) - Constructor for class org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
 
PLAIN_TEXT - org.jboss.as.controller.parsing.Attribute
 
PLAIN_TEXT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PLATFORM_MBEAN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PLUG_IN - org.jboss.as.controller.parsing.Element
 
PLUG_INS - org.jboss.as.controller.parsing.Element
 
POINT_TO_POINT - org.jboss.as.controller.parsing.Element
 
POINT_TO_POINT - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
PointToPointInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given interface is a point-to-point interface.
pop() - Method in interface org.jboss.as.controller.ResourceBuilder
 
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractAddStepHandler
Populate the given resource in the persistent configuration model based on the values in the given operation.
populateModel(ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractAddStepHandler
Populate the given resource in the persistent configuration model based on the values in the given operation.
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.controller.AbstractAddStepHandler
Populate the given node in the persistent configuration model based on the values in the given operation.
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.controller.management.BaseHttpInterfaceAddStepHandler
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.controller.operations.common.InterfaceAddHandler
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.controller.RestartParentResourceAddHandler
Populate the given node in the persistent configuration model based on the values in the given operation.
PORT - org.jboss.as.controller.parsing.Attribute
 
PORT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PORT - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
PORT_OFFSET - org.jboss.as.controller.parsing.Attribute
 
PORT_OFFSET - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
POSSIBLE_CAUSES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
possibleCapabilityProviderPoints(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
possibleCapabilityProviderPoints(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
possibleCapabilityProviderPoints$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
PossibleCapabilityRegistry - Interface in org.jboss.as.controller.capability.registry
Registry that holds possible capabilities.
postBoot() - Method in class org.jboss.as.controller.AbstractControllerService
 
PREFER_ORIGINAL_CONNECTION - org.jboss.as.controller.parsing.Attribute
 
PREFER_ORIGINAL_CONNECTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PREFIX - org.jboss.as.controller.parsing.Attribute
 
PRIMARY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PrimitiveListAttributeDefinition - Class in org.jboss.as.controller
Date: 13.10.2011
PrimitiveListAttributeDefinition.Builder - Class in org.jboss.as.controller
 
PRINCIPAL - org.jboss.as.controller.parsing.Attribute
 
PRINCIPAL_ATTRIBUTE - org.jboss.as.controller.parsing.Attribute
 
PRINCIPAL_ATTRIBUTE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PRINCIPAL_TO_GROUP - org.jboss.as.controller.parsing.Element
 
PRINCIPAL_TO_GROUP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PRIORITY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PRIVATE - org.jboss.as.controller.registry.OperationEntry.EntryType
 
PROBLEM - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PROCESS_STATE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PROCESS_STATE_NOTIFIER_CAPABILITY - Static variable in class org.jboss.as.controller.AbstractControllerService
Capability users of the controller use to read process state and get notification of state changes.
PROCESS_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
processChild(PathElement, Resource) - Method in interface org.jboss.as.controller.transform.ResourceTransformationContext
Process a child.
processChildren(Resource) - Method in interface org.jboss.as.controller.transform.ResourceTransformationContext
Process all children of a given resource.
ProcessEnvironment - Class in org.jboss.as.controller.operations.common
Base class for objects that store environment information for a process.
ProcessEnvironment() - Constructor for class org.jboss.as.controller.operations.common.ProcessEnvironment
 
ProcessEnvironment.ProcessNameWriteAttributeHandler - Class in org.jboss.as.controller.operations.common
 
ProcessEnvironmentSystemPropertyUpdater - Interface in org.jboss.as.controller.operations.common
 
ProcessNameWriteAttributeHandler() - Constructor for class org.jboss.as.controller.operations.common.ProcessEnvironment.ProcessNameWriteAttributeHandler
 
processOperations(ImmutableManagementResourceRegistration, List<ParsedBootOp>) - Method in interface org.jboss.as.controller.persistence.ConfigurationExtension
Process the already defined boot operations to update them with the supplemnetal configurations.
processOperations(ImmutableManagementResourceRegistration, List<ParsedBootOp>) - Method in class org.jboss.as.controller.persistence.yaml.YamlConfigurationExtension
 
ProcessReloadHandler<T extends RunningModeControl> - Class in org.jboss.as.controller.operations.common
Operation handler for process reloads of servers.
ProcessReloadHandler(ServiceName, T, ControlledProcessState) - Constructor for class org.jboss.as.controller.operations.common.ProcessReloadHandler
 
ProcessReloadHandler.ReloadContext<T> - Interface in org.jboss.as.controller.operations.common
 
ProcessStateAttributeHandler - Class in org.jboss.as.controller.operations.common
Reads the server state.
ProcessStateAttributeHandler(ControlledProcessState) - Constructor for class org.jboss.as.controller.operations.common.ProcessStateAttributeHandler
 
ProcessStateNotifier - Interface in org.jboss.as.controller
Allows callers to check the current ControlledProcessState.State of the process and to register for notifications of state changes.
processType - Variable in class org.jboss.as.controller.AbstractControllerService
 
ProcessType - Enum in org.jboss.as.controller
Holds the possible process types.
PRODUCT_COMMUNITY_IDENTIFIER - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
PRODUCT_HOME - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
PRODUCT_INSTALLATION_DATE - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
PRODUCT_LAST_UPDATE - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
PRODUCT_NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PRODUCT_TYPE - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
Type of PRODUCT_COMMUNITY_IDENTIFIER
PRODUCT_VERSION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PROFILE - org.jboss.as.controller.parsing.Attribute
 
PROFILE - org.jboss.as.controller.parsing.Element
 
PROFILE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PROFILE_NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ProfileParsingCompletionHandler - Interface in org.jboss.as.controller.parsing
Callback an ProfileParsingCompletionHandler can register to, upon completion of normal parsing of a profile, manipulate the list of parsed boot operations associated with a profile.
PROFILES - org.jboss.as.controller.parsing.Element
 
PROJECT_TYPE - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
PropagatingCorrector - Class in org.jboss.as.controller
This implementation propagates properties present in the current attribute value but missing from the new value.
PropagatingCorrector() - Constructor for class org.jboss.as.controller.PropagatingCorrector
 
PROPERTIES - org.jboss.as.controller.parsing.Element
 
PROPERTIES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PROPERTIES_MARSHALLER - Static variable in class org.jboss.as.controller.AttributeMarshaller
 
PROPERTIES_MARSHALLER_UNWRAPPED - Static variable in class org.jboss.as.controller.AttributeMarshaller
 
PROPERTIES_PARSER - Static variable in class org.jboss.as.controller.AttributeParser
 
PROPERTIES_PARSER_UNWRAPPED - Static variable in class org.jboss.as.controller.AttributeParser
 
PROPERTIES_UNWRAPPED - Static variable in interface org.jboss.as.controller.AttributeMarshallers
 
PROPERTIES_UNWRAPPED - Static variable in interface org.jboss.as.controller.AttributeParsers
 
PROPERTIES_WRAPPED - Static variable in interface org.jboss.as.controller.AttributeMarshallers
 
PROPERTIES_WRAPPED - Static variable in interface org.jboss.as.controller.AttributeParsers
 
PropertiesAttributeDefinition - Class in org.jboss.as.controller
Represents simple key=value map equivalent of java.util.Map()
PropertiesAttributeDefinition.Builder - Class in org.jboss.as.controller
 
PropertiesAttributeMarshaller() - Constructor for class org.jboss.as.controller.AttributeMarshallers.PropertiesAttributeMarshaller
 
PropertiesAttributeMarshaller(String, boolean) - Constructor for class org.jboss.as.controller.AttributeMarshallers.PropertiesAttributeMarshaller
 
PropertiesAttributeMarshaller(String, String, boolean) - Constructor for class org.jboss.as.controller.AttributeMarshallers.PropertiesAttributeMarshaller
 
PropertiesParser() - Constructor for class org.jboss.as.controller.AttributeParsers.PropertiesParser
 
PropertiesParser(boolean) - Constructor for class org.jboss.as.controller.AttributeParsers.PropertiesParser
 
PropertiesParser(String) - Constructor for class org.jboss.as.controller.AttributeParsers.PropertiesParser
 
PropertiesParser(String, boolean) - Constructor for class org.jboss.as.controller.AttributeParsers.PropertiesParser
 
PropertiesParser(String, String, boolean) - Constructor for class org.jboss.as.controller.AttributeParsers.PropertiesParser
 
PROPERTY - org.jboss.as.controller.parsing.Element
 
PROPERTY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
propertyCanOnlyBeUsedWithAdminOnlyModeServer(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
propertyCanOnlyBeUsedWithAdminOnlyModeServer(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
propertyCanOnlyBeUsedWithAdminOnlyModeServer$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
propertyCanOnlyBeUsedWithStandaloneOrEmbeddedServer(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
propertyCanOnlyBeUsedWithStandaloneOrEmbeddedServer(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
propertyCanOnlyBeUsedWithStandaloneOrEmbeddedServer$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
PropertyValidator - Class in org.jboss.as.controller.operations.validation
 
PropertyValidator(boolean, ParameterValidator) - Constructor for class org.jboss.as.controller.operations.validation.PropertyValidator
 
PROTOCOL - org.jboss.as.controller.parsing.Attribute
 
PROTOCOL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
PROVIDER - org.jboss.as.controller.parsing.Attribute
 
PROVIDER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
provides(RuntimeCapability<?>...) - Method in interface org.jboss.as.controller.CapabilityServiceBuilder
Provide value under given capabilities.
provides(RuntimeCapability<?>[], ServiceName[]) - Method in interface org.jboss.as.controller.CapabilityServiceBuilder
Provide value under given capabilities and alias names.
provides(RuntimeCapability<?>, ServiceName, ServiceName...) - Method in interface org.jboss.as.controller.CapabilityServiceBuilder
Provide value under given capability and aliases.
PROVIDES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
proxiedOperationTimedOut(String, PathAddress, long) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
proxiedOperationTimedOut(String, PathAddress, long) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
proxiedOperationTimedOut$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
PROXIES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ProxyController - Interface in org.jboss.as.controller
A proxy controller to be registered with a ModelController.
ProxyController.ProxyOperationControl - Interface in org.jboss.as.controller
 
proxyHandlerAlreadyRegistered(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
proxyHandlerAlreadyRegistered(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the proxy handler is already registered at the location.
proxyHandlerAlreadyRegistered$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ProxyOperationAddressTranslator - Interface in org.jboss.as.controller
Used by ProxyController implementations to translate addresses to the target controller's address space.
ProxyStepHandler - Class in org.jboss.as.controller
Step handler that uses a proxied ModelController to execute the step.
ProxyStepHandler(ProxyController) - Constructor for class org.jboss.as.controller.ProxyStepHandler
 
proxyTimeoutDetected(PathAddress) - Method in interface org.jboss.as.controller.BlockingTimeout
Notifies this object that a timeout has occurred when invoking on the given target, allowing shorter timeouts values to be returned from BlockingTimeout.getProxyBlockingTimeout(PathAddress, ProxyController)
PUBLIC - org.jboss.as.controller.registry.OperationEntry.EntryType
 
PUBLIC_ADDRESS - org.jboss.as.controller.parsing.Element
 
PUBLIC_ADDRESS - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
PublicAddressInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given address is not site-local, link-local or a wildcard address.
publish(String) - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister
Publish the current configuration
pushChild(PathElement) - Method in interface org.jboss.as.controller.ResourceBuilder
 
pushChild(PathElement, StandardResourceDescriptionResolver) - Method in interface org.jboss.as.controller.ResourceBuilder
 
pushChild(PathElement, StandardResourceDescriptionResolver, OperationStepHandler, OperationStepHandler) - Method in interface org.jboss.as.controller.ResourceBuilder
 
pushChild(PathElement, OperationStepHandler, OperationStepHandler) - Method in interface org.jboss.as.controller.ResourceBuilder
 
pushChild(ResourceBuilder) - Method in interface org.jboss.as.controller.ResourceBuilder
 

Q

QUERY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
QueryOperationHandler - Class in org.jboss.as.controller.operations.global
 
QueryOperationHandler.Operator - Enum in org.jboss.as.controller.operations.global
 
QUEUEING - org.jboss.as.controller.audit.AuditLogger.Status
The logger is queueing log messages in memory until it is switched to status AuditLogger.Status.LOGGING or status AuditLogger.Status.DISABLED

R

range(ModelVersion...) - Static method in class org.jboss.as.controller.ModelVersionRange.Versions
 
READ - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_ATTRIBUTE_GROUP_NAMES_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_ATTRIBUTE_GROUP_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_ATTRIBUTE_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_CHILDREN_NAMES_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_CHILDREN_RESOURCES_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_CHILDREN_TYPES_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_CONFIG - org.jboss.as.controller.access.Action.ActionEffect
Read the persistent configuration
READ_CONFIG_AS_FEATURES_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_CONFIG_AS_XML_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_CONTENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_FEATURE_DESCRIPTION_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_ONLY - org.jboss.as.controller.access.JmxAction.Impact
The call is read-only
READ_ONLY - org.jboss.as.controller.persistence.ConfigurationFile.InteractionPolicy
Require that the specified file exist, but do not update it
READ_ONLY - org.jboss.as.controller.registry.AttributeAccess.AccessType
A read-only attribute, which can be either Storage.CONFIGURATION or Storage.RUNTIME
READ_ONLY - org.jboss.as.controller.registry.OperationEntry.Flag
Operation only reads, does not modify
READ_ONLY - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
READ_ONLY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_OPERATION_DESCRIPTION_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_OPERATION_NAMES_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_RESOURCE_DESCRIPTION_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_RESOURCE_METRICS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_RESOURCE_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_RUNTIME - org.jboss.as.controller.access.Action.ActionEffect
Read runtime state
READ_TRANSFORMED_RESOURCE_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
READ_WHOLE_CONFIG - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
READ_WHOLE_CONFIG - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
READ_WRITE - org.jboss.as.controller.registry.AttributeAccess.AccessType
A read-write attribute, which can be either Storage.CONFIGURATION or Storage.RUNTIME
readArrayAttributeElement(XMLExtendedStreamReader, String, Class<T>) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Read an element which contains only a single list attribute of a given type, returning it as an array.
ReadAttributeGroupHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler returning the attributes of a resource for a given attribute-group.
ReadAttributeGroupHandler() - Constructor for class org.jboss.as.controller.operations.global.ReadAttributeGroupHandler
 
ReadAttributeGroupHandler(boolean) - Constructor for class org.jboss.as.controller.operations.global.ReadAttributeGroupHandler
 
ReadAttributeGroupNamesHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler returning the names of attribute groups of a given model address.
ReadAttributeGroupNamesHandler() - Constructor for class org.jboss.as.controller.operations.global.ReadAttributeGroupNamesHandler
 
ReadAttributeHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler reading a single attribute at the given operation address.
ReadAttributeHandler() - Constructor for class org.jboss.as.controller.operations.global.ReadAttributeHandler
 
ReadAttributeHandler(boolean) - Constructor for class org.jboss.as.controller.operations.global.ReadAttributeHandler
 
readBooleanAttributeElement(XMLExtendedStreamReader, String) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Read an element which contains only a single boolean attribute.
ReadChildrenNamesHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler querying the children names of a given "child-type".
ReadChildrenNamesHandler() - Constructor for class org.jboss.as.controller.operations.global.ReadChildrenNamesHandler
 
ReadChildrenResourcesHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler querying the children resources of a given "child-type".
ReadChildrenResourcesHandler() - Constructor for class org.jboss.as.controller.operations.global.ReadChildrenResourcesHandler
 
ReadChildrenTypesHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler querying the child types of a given node.
ReadChildrenTypesHandler() - Constructor for class org.jboss.as.controller.operations.global.ReadChildrenTypesHandler
 
ReadConfigAsFeaturesOperationHandler - Class in org.jboss.as.controller.operations.global
 
ReadConfigAsFeaturesOperationHandler() - Constructor for class org.jboss.as.controller.operations.global.ReadConfigAsFeaturesOperationHandler
 
ReadConfigAsFeaturesOperationHandler(PathAddressFilter) - Constructor for class org.jboss.as.controller.operations.global.ReadConfigAsFeaturesOperationHandler
 
readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.controller.PersistentResourceXMLDescriptionReader
 
readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.controller.PersistentResourceXMLParser
 
readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in interface org.jboss.as.controller.PersistentSubsystemSchema
 
ReadFeatureDescriptionHandler - Class in org.jboss.as.controller.operations.global
Global operation handler that describes the resource as a Galleon feature.
readListAttributeElement(XMLExtendedStreamReader, String, Class<T>) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Read an element which contains only a single list attribute of a given type.
readModel(Resource) - Static method in class org.jboss.as.controller.registry.Resource.Tools
Recursively reads an entire resource tree, ignoring runtime-only and proxy resources, and generates a DMR tree representing all of the non-ignored resources.
readModel(Resource, int) - Static method in class org.jboss.as.controller.registry.Resource.Tools
Reads a resource tree, recursing up to the given number of levels but ignoring runtime-only and proxy resources, and generates a DMR tree representing all of the non-ignored resources.
readModel(Resource, int, ImmutableManagementResourceRegistration) - Static method in class org.jboss.as.controller.registry.Resource.Tools
Reads a resource tree, recursing up to the given number of levels but ignoring runtime-only and proxy resources, and generates a DMR tree representing all of the non-ignored resources.
readModel(Resource, int, ResourceFilter) - Static method in class org.jboss.as.controller.registry.Resource.Tools
Reads a resource tree, recursing up to the given number of levels but ignoring resources not accepted by the given filter, and generates a DMR tree representing all of the non-ignored resources.
readModel(Resource, ImmutableManagementResourceRegistration) - Static method in class org.jboss.as.controller.registry.Resource.Tools
Recursively reads an entire resource tree, ignoring runtime-only and proxy resources, and generates a DMR tree representing all of the non-ignored resources.
readOnlyContext() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
readOnlyContext() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
readOnlyContext$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ReadOperationDescriptionHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler returning the type description of a single operation description.
ReadOperationDescriptionHandler() - Constructor for class org.jboss.as.controller.operations.global.ReadOperationDescriptionHandler
 
ReadOperationNamesHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler returning the names of the defined operations at a given model address.
ReadOperationNamesHandler() - Constructor for class org.jboss.as.controller.operations.global.ReadOperationNamesHandler
 
readProperty(XMLExtendedStreamReader) - Static method in class org.jboss.as.controller.parsing.ParseUtils
 
readProperty(XMLExtendedStreamReader, boolean) - Static method in class org.jboss.as.controller.parsing.ParseUtils
 
readResource(PathAddress) - Method in interface org.jboss.as.controller.OperationContext
Get the resource for read only operations, relative to the executed operation address.
readResource(PathAddress) - Method in interface org.jboss.as.controller.transform.TransformationContext
Read a model resource.
readResource(PathAddress, boolean) - Method in interface org.jboss.as.controller.OperationContext
Get the resource for read only operations, relative to the executed operation address.
ReadResourceDescriptionHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler querying the complete type description of a given model node.
ReadResourceDescriptionHandler.AccessControl - Enum in org.jboss.as.controller.operations.global
For use with the access-control parameter
readResourceForUpdate(PathAddress) - Method in interface org.jboss.as.controller.OperationContext
Get an addressable resource for update operations.
readResourceFromRoot(PathAddress) - Method in interface org.jboss.as.controller.OperationContext
Read an addressable resource from the root of the model.
readResourceFromRoot(PathAddress) - Method in class org.jboss.as.controller.registry.AliasEntry.AliasContext
 
readResourceFromRoot(PathAddress) - Method in interface org.jboss.as.controller.transform.TransformationContext
Read a model resource from the root.
readResourceFromRoot(PathAddress, boolean) - Method in interface org.jboss.as.controller.OperationContext
Read an addressable resource from the root of the model.
readResourceFromRoot(PathAddress, boolean) - Method in class org.jboss.as.controller.registry.AliasEntry.AliasContext
 
ReadResourceHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler reading a part of the model.
ReadResourceHandler() - Constructor for class org.jboss.as.controller.operations.global.ReadResourceHandler
 
ReadResourceHandler(boolean) - Constructor for class org.jboss.as.controller.operations.global.ReadResourceHandler
 
ReadResourceNameOperationStepHandler - Class in org.jboss.as.controller
OperationStepHandler that reads the address of the operation and returns the value of its last element as the operation result.
readStringAttributeElement(XMLExtendedStreamReader, String) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Read an element which contains only a single string attribute.
readTransformedResource(PathAddress) - Method in interface org.jboss.as.controller.transform.ResourceTransformationContext
Read a resource from the transformed model.
REALM - org.jboss.as.controller.parsing.Attribute
 
REALM - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
REASON - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RECONNECT_TIMEOUT - org.jboss.as.controller.parsing.Attribute
 
RECONNECT_TIMEOUT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
reconnectToSyslogFailed(String, Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
reconnectToSyslogFailed(String, Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
reconnectToSyslogFailed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
record - Variable in class org.jboss.as.controller.operations.global.ReportAttacher.AbstractReportAttacher
 
recordCapabilitiesAndRequirements(OperationContext, AttributeDefinition, ModelNode, ModelNode) - Method in class org.jboss.as.controller.AbstractWriteAttributeHandler
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.
recordCapabilitiesAndRequirements(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractAddStepHandler
Record any new capabilities that are available as a result of this operation, as well as any requirements for other capabilities that now exist.
recordCapabilitiesAndRequirements(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractRemoveStepHandler
Record any new capabilities that are no longer available as a result of this operation, as well as any requirements for other capabilities that no longer exist.
recordCapabilitiesAndRequirements(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.RestartParentResourceAddHandler
 
recordCapabilitiesAndRequirements(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.RestartParentResourceRemoveHandler
 
recordOperationSteps(OperationContext, Map<T, ModelNode>, Map<T, ModelNode>) - Static method in class org.jboss.as.controller.operations.MultistepUtil
Adds a step to the given OperationContext for each operation included in the given map, either using for each step a response node provided in the responses map, or if the responses map is empty, creating them and storing them in the responses map.
recordOperationSteps(OperationContext, Map<T, ModelNode>, Map<T, ModelNode>, MultistepUtil.OperationHandlerResolver, boolean, boolean) - Static method in class org.jboss.as.controller.operations.MultistepUtil
This is a specialized version of the other variant of this method that allows a pluggable strategy for resolving the OperationStepHandler to use for the added steps.
recordSubsystemVersions(String, ModelNode) - Method in class org.jboss.as.controller.extension.ExtensionRegistry
Records the versions of the subsystems associated with the given moduleName as properties in the provided ModelNode.
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.AbstractRemoveStepHandler
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.ModelOnlyRemoveStepHandler
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.ReloadRequiredRemoveStepHandler
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.controller.ServiceRemoveStepHandler
If the context allows resource removal, attempts to restore services by invoking the performRuntime method on the @{code addOperation} handler passed to the constructor; otherwise puts the process in reload-required state.
recreateParentService(OperationContext, PathAddress, ModelNode) - Method in class org.jboss.as.controller.RestartParentResourceHandlerBase
Deprecated, for removal: This API element is subject to removal in a future version.
recreateParentService(OperationContext, PathAddress, ModelNode) - Method in class org.jboss.as.controller.RestartParentWriteAttributeHandler
Deprecated, for removal: This API element is subject to removal in a future version.
recreateParentService(OperationContext, ModelNode) - Method in class org.jboss.as.controller.RestartParentResourceHandlerBase
Recreate the parent service(s) using the given model.
recreateParentService(OperationContext, ModelNode) - Method in class org.jboss.as.controller.RestartParentWriteAttributeHandler
Recreate the parent service(s) using the given model.
RECURSIVE - org.jboss.as.controller.parsing.Attribute
 
RECURSIVE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RECURSIVE_DEPTH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RECURSIVE_GLOBAL_OP - Static variable in class org.jboss.as.controller.registry.AliasEntry.AliasContext
 
RECYCLE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
recycleHandler(String) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Recycles a handler.
recycleHandler(String) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
REDEPLOY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
REDEPLOY_AFFECTED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
REDEPLOY_LINKS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
REF - org.jboss.as.controller.parsing.Attribute
 
REFERRALS - org.jboss.as.controller.parsing.Attribute
 
REFS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
register(String, int, Resource) - Method in interface org.jboss.as.controller.registry.ResourceProvider
 
register(String, Resource) - Method in interface org.jboss.as.controller.registry.ResourceProvider
 
register(TransformationDescription, SubsystemTransformerRegistration, ModelVersion...) - Static method in class org.jboss.as.controller.transform.description.TransformationDescription.Tools
Register a transformation description as a sub-resource at a given SubsystemRegistration.
register(TransformationDescription, SubsystemTransformerRegistration, ModelVersionRange) - Static method in class org.jboss.as.controller.transform.description.TransformationDescription.Tools
Register a transformation description as a sub-resource at a given SubsystemRegistration.
register(TransformationDescription, TransformersSubRegistration) - Static method in class org.jboss.as.controller.transform.description.TransformationDescription.Tools
Register a transformation description as a sub-resource at a given TransformersSubRegistration.
registerAccessConstraintAttributeUtilization(AccessConstraintKey, PathAddress, String) - Method in interface org.jboss.as.controller.access.management.AccessConstraintUtilizationRegistry
 
registerAccessConstraintAttributeUtilization(AccessConstraintKey, PathAddress, String) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
registerAccessConstraintOperationUtilization(AccessConstraintKey, PathAddress, String) - Method in interface org.jboss.as.controller.access.management.AccessConstraintUtilizationRegistry
 
registerAccessConstraintOperationUtilization(AccessConstraintKey, PathAddress, String) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
registerAccessConstraintResourceUtilization(AccessConstraintKey, PathAddress) - Method in interface org.jboss.as.controller.access.management.AccessConstraintUtilizationRegistry
 
registerAccessConstraintResourceUtilization(AccessConstraintKey, PathAddress) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
registerAdditionalCapabilityRequirement(String, String, String) - Method in interface org.jboss.as.controller.OperationContext
Registers an additional hard requirement a capability has beyond what it was aware of when capability was passed to OperationContext.registerCapability(org.jboss.as.controller.capability.RuntimeCapability).
registerAdditionalCapabilityRequirement(RuntimeRequirementRegistration) - Method in interface org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry
Registers an additional requirement a capability has beyond what it was aware of when capability was passed to RuntimeCapabilityRegistry.registerCapability(RuntimeCapabilityRegistration).
registerAdditionalCapabilityRequirement(RuntimeRequirementRegistration) - Method in class org.jboss.as.controller.CapabilityRegistry
Registers an additional requirement a capability has beyond what it was aware of when capability was passed to CapabilityRegistry.registerCapability(RuntimeCapabilityRegistration).
registerAdditionalRootElement(QName, XMLElementReader<List<ModelNode>>) - Method in class org.jboss.as.controller.persistence.BackupXmlConfigurationPersister
 
registerAdditionalRootElement(QName, XMLElementReader<List<ModelNode>>) - Method in class org.jboss.as.controller.persistence.XmlConfigurationPersister
 
registerAdditionalRuntimePackages(ManagementResourceRegistration) - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
registerAdditionalRuntimePackages(ManagementResourceRegistration) - Method in interface org.jboss.as.controller.ResourceDefinition
Register "additional" Galleon packages that must be installed in order for this Resource to function.
registerAdditionalRuntimePackages(ManagementResourceRegistration) - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
registerAdditionalRuntimePackages(RuntimePackageDependency...) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerAdditionalRuntimePackages(RuntimePackageDependency...) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Register RuntimePackageDependency additional packages.
registerAddOperation(ManagementResourceRegistration, AbstractAddStepHandler, OperationEntry.Flag...) - Method in class org.jboss.as.controller.SimpleResourceDefinition
Registers add operation
registerAddOperation(ManagementResourceRegistration, OperationStepHandler, OperationEntry.Flag...) - Method in class org.jboss.as.controller.SimpleResourceDefinition
registerAlias(PathElement, AliasEntry) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerAlias(PathElement, AliasEntry) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Register an alias registration to another part of the model
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.extension.ExtensionResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.extension.ExtensionSubsystemResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.ModelOnlyResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.PersistentResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.registry.LegacyResourceDefinition
Register operations associated with this resource.
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.resource.AbstractSocketBindingGroupResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.resource.InterfaceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in interface org.jboss.as.controller.ResourceDefinition
Register operations associated with this resource.
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.services.path.PathResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
registerCallback(String, PathManager.Callback, PathManager.Event...) - Method in interface org.jboss.as.controller.services.path.PathManager
Registers a callback for when a path is added/changed/removed
registerCallback(String, PathManager.Callback, PathManager.Event...) - Method in class org.jboss.as.controller.services.path.PathManagerService
 
registerCapabilities(ManagementResourceRegistration) - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
registerCapabilities(ManagementResourceRegistration) - Method in class org.jboss.as.controller.registry.LegacyResourceDefinition
 
registerCapabilities(ManagementResourceRegistration) - Method in interface org.jboss.as.controller.ResourceDefinition
Register capabilities associated with this resource.
registerCapabilities(ManagementResourceRegistration) - Method in class org.jboss.as.controller.SimpleResourceDefinition
Register capabilities associated with this resource.
registerCapability(RuntimeCapabilityRegistration) - Method in interface org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry
Registers a capability with the system.
registerCapability(RuntimeCapabilityRegistration) - Method in class org.jboss.as.controller.CapabilityRegistry
Registers a capability with the system.
registerCapability(RuntimeCapability) - Method in interface org.jboss.as.controller.OperationContext
Registers a capability with the system.
registerCapability(RuntimeCapability) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerCapability(RuntimeCapability) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Registers passed capability on resource
registerChild(PathElement, int, Resource) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
registerChild(PathElement, int, Resource) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
registerChild(PathElement, int, Resource) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
registerChild(PathElement, int, Resource) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
registerChild(PathElement, int, Resource) - Method in interface org.jboss.as.controller.registry.Resource
Register a child resource
registerChild(PathElement, Resource) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
registerChild(PathElement, Resource) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
registerChild(PathElement, Resource) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
registerChild(PathElement, Resource) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
registerChild(PathElement, Resource) - Method in interface org.jboss.as.controller.registry.Resource
Register a child resource.
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.controller.extension.ExtensionResourceDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.controller.PersistentResourceDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.controller.registry.LegacyResourceDefinition
Register child resources associated with this resource.
registerChildren(ManagementResourceRegistration) - Method in interface org.jboss.as.controller.ResourceDefinition
Register child resources associated with this resource.
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
registerDeploymentModel(ResourceDefinition) - Method in interface org.jboss.as.controller.SubsystemRegistration
Get the deployment model node registration for this subsystem.
registerExpressionResolverExtension(Supplier<ExpressionResolverExtension>, Pattern, boolean) - Method in interface org.jboss.as.controller.ExtensionContext
Registers that the extension may provide an ExpressionResolverExtension if one of its subsystems is appropriately configured.
registerGlobalNotifications(ManagementResourceRegistration, ProcessType) - Static method in class org.jboss.as.controller.operations.global.GlobalNotifications
 
registerGlobalOperations(ManagementResourceRegistration, ProcessType) - Static method in class org.jboss.as.controller.operations.global.GlobalOperationHandlers
 
registerIncorporatingCapabilities(Set<RuntimeCapability>) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerIncorporatingCapabilities(Set<RuntimeCapability>) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Registers a set of capabilities that this resource does not directly provide but to which it contributes.
registerMetric(AttributeDefinition, OperationStepHandler) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerMetric(AttributeDefinition, OperationStepHandler) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Records that the given attribute is a metric.
registerModelControllerServiceInitializationBootStep(BootContext) - Method in class org.jboss.as.controller.AbstractControllerService
Used to add the operation used to initialise the ModelControllerServiceInitialization instances.
registerModelTransformers(ModelVersionRange, CombinedTransformer) - Method in interface org.jboss.as.controller.transform.SubsystemTransformerRegistration
Register transformers for a given model version.
registerModelTransformers(ModelVersionRange, ResourceTransformer) - Method in interface org.jboss.as.controller.transform.SubsystemTransformerRegistration
Register transformers for a specific model versions.
registerModelTransformers(ModelVersionRange, ResourceTransformer, OperationTransformer, boolean) - Method in interface org.jboss.as.controller.transform.SubsystemTransformerRegistration
Register transformers for a given model version.
registerNotification(NotificationDefinition) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerNotification(NotificationDefinition) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Record that the given notification can be emitted by this resource.
registerNotification(NotificationDefinition, boolean) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerNotification(NotificationDefinition, boolean) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Record that the given notification can be emitted by this resource.
registerNotificationHandler(PathAddress, NotificationHandler, NotificationFilter) - Method in interface org.jboss.as.controller.notification.NotificationHandlerRegistry
Register the given NotificationHandler to receive notifications emitted by the resource at the given source address.
registerNotifications(ManagementResourceRegistration) - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
registerNotifications(ManagementResourceRegistration) - Method in class org.jboss.as.controller.registry.LegacyResourceDefinition
 
registerNotifications(ManagementResourceRegistration) - Method in interface org.jboss.as.controller.ResourceDefinition
Register notifications associated with this resource.
registerNotifications(ManagementResourceRegistration) - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
registerOperation(ManagementResourceRegistration, PathInfoHandler) - Static method in class org.jboss.as.controller.services.path.PathInfoHandler
 
registerOperationHandler(OperationDefinition, OperationStepHandler) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerOperationHandler(OperationDefinition, OperationStepHandler) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Register an operation handler for this resource.
registerOperationHandler(OperationDefinition, OperationStepHandler, boolean) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerOperationHandler(OperationDefinition, OperationStepHandler, boolean) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Register an operation handler for this resource.
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.controller.extension.ExtensionResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.controller.registry.LegacyResourceDefinition
Register operations associated with this resource.
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.controller.resource.InterfaceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in interface org.jboss.as.controller.ResourceDefinition
Register operations associated with this resource.
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.controller.services.path.PathResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.controller.SimpleResourceDefinition
Register operations associated with this resource.
registerOperationTransformer(String, OperationTransformer) - Method in class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
registerOperationTransformer(String, OperationTransformer) - Method in interface org.jboss.as.controller.transform.TransformersSubRegistration
Register an operation transformer.
registerOverrideModel(String, OverrideDescriptionProvider) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerOverrideModel(String, OverrideDescriptionProvider) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Register a specifically named resource that overrides this wildcard registration by adding additional attributes, operations or child types.
registerPossibleCapability(Capability, PathAddress) - Method in interface org.jboss.as.controller.capability.registry.PossibleCapabilityRegistry
Registers a possible capability with the system.
registerPossibleCapability(Capability, PathAddress) - Method in class org.jboss.as.controller.CapabilityRegistry
Registers a capability with the system.
registerProxyController(PathElement, ProxyController) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerProxyController(PathElement, ProxyController) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Register a proxy controller.
registerReadOnlyAttribute(AttributeDefinition, OperationStepHandler) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerReadOnlyAttribute(AttributeDefinition, OperationStepHandler) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Records that the given attribute can be read from but not written to, and optionally provides an operation handler for the read.
registerReadWriteAttribute(AttributeDefinition, OperationStepHandler, OperationStepHandler) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerReadWriteAttribute(AttributeDefinition, OperationStepHandler, OperationStepHandler) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Records that the given attribute can be both read from and written to, and provides operation handlers for the read and the write.
registerRemoveOperation(ManagementResourceRegistration, AbstractRemoveStepHandler, OperationEntry.Flag...) - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
registerRemoveOperation(ManagementResourceRegistration, OperationStepHandler, OperationEntry.Flag...) - Method in class org.jboss.as.controller.SimpleResourceDefinition
Deprecated.
registerRequirements(Set<CapabilityReferenceRecorder>) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerRequirements(Set<CapabilityReferenceRecorder>) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Registers a set of CapabilityReferenceRecorder.
registerResourceProvider(String, ResourceProvider) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
registerResourceProvider(String, ResourceProvider) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
registerResourceProvider(String, ResourceProvider) - Method in class org.jboss.as.controller.registry.ResourceProvider.ResourceProviderRegistry
 
registerScopedRoleListener(AuthorizerConfiguration.ScopedRoleListener) - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Register a listener for changes in the configured scoped roles.
registerScopedRoleListener(AuthorizerConfiguration.ScopedRoleListener) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
registerSubModel(ResourceDefinition) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
registerSubModel(ResourceDefinition) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Register the existence of an addressable sub-resource of this resource.
registerSubResource(PathElement) - Method in class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
registerSubResource(PathElement) - Method in interface org.jboss.as.controller.transform.TransformersSubRegistration
Register a sub resource.
registerSubResource(PathElement, boolean) - Method in class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
registerSubResource(PathElement, boolean) - Method in interface org.jboss.as.controller.transform.TransformersSubRegistration
Register a sub resource.
registerSubResource(PathElement, CombinedTransformer) - Method in class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
registerSubResource(PathElement, CombinedTransformer) - Method in interface org.jboss.as.controller.transform.TransformersSubRegistration
Register a sub resource.
registerSubResource(PathElement, OperationTransformer) - Method in class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
registerSubResource(PathElement, OperationTransformer) - Method in interface org.jboss.as.controller.transform.TransformersSubRegistration
Register a sub resource.
registerSubResource(PathElement, PathAddressTransformer, ResourceTransformer, OperationTransformer) - Method in class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
registerSubResource(PathElement, PathAddressTransformer, ResourceTransformer, OperationTransformer) - Method in interface org.jboss.as.controller.transform.TransformersSubRegistration
Register a sub resource.
registerSubResource(PathElement, PathAddressTransformer, ResourceTransformer, OperationTransformer, boolean, boolean) - Method in class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
registerSubResource(PathElement, PathAddressTransformer, ResourceTransformer, OperationTransformer, boolean, boolean) - Method in interface org.jboss.as.controller.transform.TransformersSubRegistration
Register a sub resource.
registerSubResource(PathElement, ResourceTransformer) - Method in class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
registerSubResource(PathElement, ResourceTransformer) - Method in interface org.jboss.as.controller.transform.TransformersSubRegistration
register a sub resource.
registerSubResource(PathElement, ResourceTransformer, OperationTransformer) - Method in class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
registerSubResource(PathElement, ResourceTransformer, OperationTransformer) - Method in interface org.jboss.as.controller.transform.TransformersSubRegistration
Register a sub resource.
registerSubsystem(String, ModelVersion) - Method in interface org.jboss.as.controller.ExtensionContext
Convenience variant of ExtensionContext.registerSubsystem(String, ModelVersion, boolean) that uses false as the deprecated value.
registerSubsystem(String, ModelVersion, boolean) - Method in interface org.jboss.as.controller.ExtensionContext
Register a new subsystem type.
registerSubsystemModel(ResourceDefinition) - Method in interface org.jboss.as.controller.SubsystemRegistration
Get the model node registration for this subsystem.
registerSubsystemTransformers(String, ModelVersionRange, ResourceTransformer) - Method in class org.jboss.as.controller.transform.TransformerRegistry
Register a subsystem transformer.
registerSubsystemTransformers(String, ModelVersionRange, ResourceTransformer, OperationTransformer, boolean) - Method in class org.jboss.as.controller.transform.TransformerRegistry
Register a subsystem transformer.
registerSubsystemWriter(String, Supplier<XMLElementWriter<SubsystemMarshallingContext>>) - Method in class org.jboss.as.controller.persistence.AbstractConfigurationPersister
 
registerSubsystemWriter(String, Supplier<XMLElementWriter<SubsystemMarshallingContext>>) - Method in interface org.jboss.as.controller.persistence.SubsystemXmlWriterRegistry
Registers the writer that can marshal to XML the configuration of the named subsystem.
registerTransformer(PathAddress, int, int, String, OperationTransformer) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
Register an operation transformer.
registerTransformer(PathAddress, ModelVersion, String, OperationTransformer) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
Register an operation transformer.
registerTransformers(SubsystemTransformerRegistration) - Method in interface org.jboss.as.controller.transform.ExtensionTransformerRegistration
Registers subsystem tranformers against the SubsystemTransformerRegistration
registerValidator(String, ParameterValidator) - Method in class org.jboss.as.controller.operations.validation.ParametersValidator
 
registerXMLElementWriter(Supplier<XMLElementWriter<SubsystemMarshallingContext>>) - Method in interface org.jboss.as.controller.SubsystemRegistration
Registers the XMLElementWriter that can handle marshalling the subsystem's configuration to XML.
registerXMLElementWriter(XMLElementWriter<SubsystemMarshallingContext>) - Method in interface org.jboss.as.controller.SubsystemRegistration
Registers the XMLElementWriter that can handle marshalling the subsystem's configuration to XML.
RegistrationPoint - Class in org.jboss.as.controller.capability.registry
Encapsulates the point in the model that triggered the registration of a capability or requirement.
RegistrationPoint(PathAddress, String) - Constructor for class org.jboss.as.controller.capability.registry.RegistrationPoint
 
REGULAR_EXPRESSION - org.jboss.as.controller.parsing.Attribute
 
REJECT_AND_WARN - org.jboss.as.controller.transform.description.DiscardPolicy
Reject operations and only warn for resource transformations.
REJECT_CREDENTIAL_REFERENCE_WITH_BOTH_STORE_AND_CLEAR_TEXT - Static variable in class org.jboss.as.controller.security.CredentialReference
 
rejectAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.DefaultCheckersAndConverter
Gets called by the default implementations of #rejectOperationParameter(String, ModelNode, ModelNode, TransformationContext) and #rejectResourceAttribute(String, ModelNode, TransformationContext).
rejectAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.DefaultRejectAttributeChecker
rejectAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleAcceptAttributeChecker
 
rejectAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleRejectAttributeChecker
 
RejectAttributeChecker - Interface in org.jboss.as.controller.transform.description
Checks whether an attribute should be rejected or not
RejectAttributeChecker.DefaultRejectAttributeChecker - Class in org.jboss.as.controller.transform.description
A standard implementation of RejectAttributeChecker.
RejectAttributeChecker.ListRejectAttributeChecker - Class in org.jboss.as.controller.transform.description
A RejectAttributeChecker for ModelType.LIST attribute values
RejectAttributeChecker.ObjectFieldsRejectAttributeChecker - Class in org.jboss.as.controller.transform.description
A RejectAttributeChecker for ModelType.OBJECT attribute values
RejectAttributeChecker.SimpleAcceptAttributeChecker - Class in org.jboss.as.controller.transform.description
Rejects an attribute if the value is anything other than the specified value..
RejectAttributeChecker.SimpleRejectAttributeChecker - Class in org.jboss.as.controller.transform.description
Rejects the attribute if the value is equal to the specified value.
rejectAttributesCoreModelResourceTransformer(PathAddress, String, ModelVersion, List<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rejectAttributesCoreModelResourceTransformer(PathAddress, String, ModelVersion, List<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
rejectAttributesCoreModelResourceTransformer$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rejectAttributesSubsystemModelResourceTransformer(PathAddress, String, String, ModelVersion, List<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rejectAttributesSubsystemModelResourceTransformer(PathAddress, String, String, ModelVersion, List<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
rejectAttributesSubsystemModelResourceTransformer$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rejectChildResource(PathElement) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Recursively rejects all child resources and its operations
rejectedResourceResourceTransformation(PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rejectedResourceResourceTransformation(PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
rejectedResourceResourceTransformation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rejectEmptyConfig(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rejectEmptyConfig(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
rejectEmptyConfig$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
RejectExpressionValuesTransformer - Class in org.jboss.as.controller.transform
A transformer rejecting values containing an expression.
RejectExpressionValuesTransformer(String...) - Constructor for class org.jboss.as.controller.transform.RejectExpressionValuesTransformer
 
RejectExpressionValuesTransformer(String, AttributeTransformationRequirementChecker) - Constructor for class org.jboss.as.controller.transform.RejectExpressionValuesTransformer
 
RejectExpressionValuesTransformer(Map<String, AttributeTransformationRequirementChecker>) - Constructor for class org.jboss.as.controller.transform.RejectExpressionValuesTransformer
 
RejectExpressionValuesTransformer(Set<String>) - Constructor for class org.jboss.as.controller.transform.RejectExpressionValuesTransformer
 
RejectExpressionValuesTransformer(Set<String>, Map<String, AttributeTransformationRequirementChecker>) - Constructor for class org.jboss.as.controller.transform.RejectExpressionValuesTransformer
 
RejectExpressionValuesTransformer(AttributeDefinition...) - Constructor for class org.jboss.as.controller.transform.RejectExpressionValuesTransformer
 
REJECTING - org.jboss.as.controller.access.CombinationPolicy
If multiple permissions for the same action exist an exception should be thrown and the action should not be allowed.
REJECTING - Static variable in interface org.jboss.as.controller.ExpressionResolver
An expression resolver that throws an OperationFailedException if any expressions are found.
rejectOperation(ModelNode) - Method in interface org.jboss.as.controller.transform.OperationRejectionPolicy
Reject the operation.
rejectOperation(ModelNode) - Method in class org.jboss.as.controller.transform.OperationTransformer.TransformedOperation
 
rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.DefaultCheckersAndConverter
Determines whether the given operation parameter value is not understandable by the target process and needs to be rejected.
rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.DefaultRejectAttributeChecker
Determines whether the given operation parameter value is not understandable by the target process and needs to be rejected.
rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.ListRejectAttributeChecker
Determines whether the given operation parameter value is not understandable by the target process and needs to be rejected.
rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.ObjectFieldsRejectAttributeChecker
Determines whether the given operation parameter value is not understandable by the target process and needs to be rejected.
rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
Determines whether the given operation parameter value is not understandable by the target process and needs to be rejected.
rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.DefaultCheckersAndConverter
Gets whether the given resource attribute value is not understandable by the target process and needs to be rejected.
rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.DefaultRejectAttributeChecker
Gets whether the given resource attribute value is not understandable by the target process and needs to be rejected.
rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.ListRejectAttributeChecker
Gets whether the given resource attribute value is not understandable by the target process and needs to be rejected.
rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.controller.transform.description.RejectAttributeChecker.ObjectFieldsRejectAttributeChecker
Gets whether the given resource attribute value is not understandable by the target process and needs to be rejected.
rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
Gets whether the given resource attribute value is not understandable by the target process and needs to be rejected.
rejectResourceOperationTransformation(PathAddress, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rejectResourceOperationTransformation(PathAddress, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
rejectResourceOperationTransformation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
RejectTransformationDescriptionBuilder - Class in org.jboss.as.controller.transform.description
 
RejectTransformationDescriptionBuilder(PathElement) - Constructor for class org.jboss.as.controller.transform.description.RejectTransformationDescriptionBuilder
 
RELATIVE_ADDRESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RELATIVE_TO - org.jboss.as.controller.parsing.Attribute
 
RELATIVE_TO - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RELATIVE_TO - Static variable in class org.jboss.as.controller.services.path.PathResourceDefinition
A relative-to attribute definition
RELATIVE_TO_ONLY - Static variable in class org.jboss.as.controller.services.path.ResolvePathHandler
 
RelativePathService - Class in org.jboss.as.controller.services.path
AbstractPathService implementation for paths that are relative to other paths.
RELEASE_CODENAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RELEASE_VERSION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
releaseReadLock(int) - Method in class org.jboss.as.controller.AbstractControllerService
 
RELOAD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RELOAD_REQUIRED - org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry.RuntimeStatus
The process needs to be reloaded to bring runtime services for a capability in sync with their persistent configuration.
RELOAD_REQUIRED - org.jboss.as.controller.ControlledProcessState.State
The process requires a stop and re-start of its root service (but not a full process restart) in order to ensure stable operation and/or to bring its running state in line with its persistent configuration.
RELOAD_REQUIRED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RELOAD_SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
reloadingServerToNormalModeAfterAdditionalBootCliScript(String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
reloadingServerToNormalModeAfterAdditionalBootCliScript(String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
reloadingServerToNormalModeAfterAdditionalBootCliScript$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
reloadingServerToNormalModeAfterRestartAfterAdditionalBootCliScript(String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
reloadingServerToNormalModeAfterRestartAfterAdditionalBootCliScript(String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
reloadingServerToNormalModeAfterRestartAfterAdditionalBootCliScript$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
reloadInitiated(T) - Method in interface org.jboss.as.controller.operations.common.ProcessReloadHandler.ReloadContext
 
reloadRequired() - Method in interface org.jboss.as.controller.OperationContext
Notify the context that the process requires a stop and re-start of its root service (but not a full process restart) in order to ensure stable operation and/or to bring its running state in line with its persistent configuration.
reloadRequired() - Method in interface org.jboss.as.controller.services.path.PathManager.PathEventContext
 
ReloadRequiredAddStepHandler - Class in org.jboss.as.controller
An handler for an 'add' operation that does nothing in the runtime stage but put the process in reload-required state.
ReloadRequiredAddStepHandler(Collection<AttributeDefinition>) - Constructor for class org.jboss.as.controller.ReloadRequiredAddStepHandler
 
ReloadRequiredAddStepHandler(AbstractAddStepHandler.Parameters) - Constructor for class org.jboss.as.controller.ReloadRequiredAddStepHandler
 
ReloadRequiredAddStepHandler(AttributeDefinition...) - Constructor for class org.jboss.as.controller.ReloadRequiredAddStepHandler
 
ReloadRequiredRemoveStepHandler - Class in org.jboss.as.controller
A handler for the "remove" operation that always puts the process in "reload-required" state.
ReloadRequiredRemoveStepHandler() - Constructor for class org.jboss.as.controller.ReloadRequiredRemoveStepHandler
Creates a new ReloadRequiredRemoveStepHandler
ReloadRequiredWriteAttributeHandler - Class in org.jboss.as.controller
Simple AbstractWriteAttributeHandler that triggers putting the process in a restart-required state if attribute that has flag AttributeAccess.Flag.RESTART_JVM otherwise it puts process in reload-required state.
ReloadRequiredWriteAttributeHandler(Collection<AttributeDefinition>) - Constructor for class org.jboss.as.controller.ReloadRequiredWriteAttributeHandler
 
ReloadRequiredWriteAttributeHandler(AttributeDefinition...) - Constructor for class org.jboss.as.controller.ReloadRequiredWriteAttributeHandler
 
ReloadServerCallback() - Constructor for class org.jboss.as.controller.services.path.PathManager.ReloadServerCallback
 
REMOTE - org.jboss.as.controller.parsing.Element
 
REMOTE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
REMOTE_ADDRESS - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
REMOTE_DESTINATION - org.jboss.as.controller.parsing.Element
 
REMOTE_DESTINATION_OUTBOUND_SOCKET_BINDING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RemoteProxyController - Class in org.jboss.as.controller.remote
Remote ProxyController implementation.
remove() - Method in interface org.jboss.as.controller.services.path.PathManager.Callback.Handle
Removes the callback
remove(String) - Method in interface org.jboss.as.controller.registry.ResourceProvider
 
REMOVE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
REMOVE_CONTENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
REMOVE_REALM - org.jboss.as.controller.parsing.Attribute
 
removeAlternatives(String...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Removes names of alternative attributes from the set of those that should not be defined if this attribute is defined.
removeCapability(String, CapabilityScope, PathAddress) - Method in interface org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry
Remove a previously registered capability if all registration points for it have been removed.
removeCapability(String, CapabilityScope, PathAddress) - Method in class org.jboss.as.controller.CapabilityRegistry
Remove a previously registered capability if all registration points for it have been removed.
removeCapabilityRequirement(RuntimeRequirementRegistration) - Method in interface org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry
Remove a previously registered requirement for a capability.
removeCapabilityRequirement(RuntimeRequirementRegistration) - Method in class org.jboss.as.controller.CapabilityRegistry
Remove a previously registered requirement for a capability.
removeCapabilityRequirements(OperationContext, Resource, String, String...) - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ContextDependencyRecorder
Deregisters capability requirement information from the given context.
removeCapabilityRequirements(OperationContext, Resource, String, String...) - Method in interface org.jboss.as.controller.CapabilityReferenceRecorder
Deregisters capability requirement information from the given context.
removeCapabilityRequirements(OperationContext, Resource, String, String...) - Method in class org.jboss.as.controller.CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder
 
removeCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Based on the given attribute value, remove capability requirements.
removeCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
 
removeCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.ObjectMapAttributeDefinition
 
removeCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
 
removeCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.PrimitiveListAttributeDefinition
 
removeCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition
 
removeCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.SimpleMapAttributeDefinition
 
removeCapabilityRequirements(OperationContext, Resource, ModelNode) - Method in class org.jboss.as.controller.StringListAttributeDefinition
 
removeChild(PathElement) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
removeChild(PathElement) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
removeChild(PathElement) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
removeChild(PathElement) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
removeChild(PathElement) - Method in interface org.jboss.as.controller.registry.Resource
Remove a child resource.
removeChildRecursively(PathElement) - Method in class org.jboss.as.controller.AbstractRemoveStepHandler
Gets whether a child resource should be removed via the addition of a step to invoke the "remove" operation for its address.
REMOVED - org.jboss.as.controller.services.path.PathManager.Event
A path entry was removed
removeExtension(Resource, String, ManagementResourceRegistration) - Method in class org.jboss.as.controller.extension.ExtensionRegistry
Cleans up a extension module's subsystems from the resource registration model.
removeFlag(AttributeAccess.Flag) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Removes a special purpose flag from the set of those relevant to the attribute
removeFormatter(String) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Remove a formatter
removeFormatter(String) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
removeHandler(String) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger.AuditLogHandlerUpdater
Remove a handler.
removeHandler(String) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
removeHandlerReference(PathAddress) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger.AuditLogHandlerUpdater
Add a handler reference.
removeHandlerReference(PathAddress) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
removePossibleCapability(Capability, PathAddress) - Method in interface org.jboss.as.controller.capability.registry.PossibleCapabilityRegistry
Remove a previously registered possible capability if all registration points for it have been removed.
removePossibleCapability(Capability, PathAddress) - Method in class org.jboss.as.controller.CapabilityRegistry
Remove a previously registered capability if all registration points for it have been removed.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jboss.as.controller.ControlledProcessStateService
Removes a previously registered listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jboss.as.controller.ProcessStateNotifier
Remove a listener for changes in the current state.
removeRegistrationPoint(RegistrationPoint) - Method in class org.jboss.as.controller.capability.registry.CapabilityRegistration
 
removeRegistrationPoint(RegistrationPoint) - Method in class org.jboss.as.controller.capability.registry.RequirementRegistration
 
removeResolverExtension(ExpressionResolverExtension) - Method in interface org.jboss.as.controller.extension.ResolverExtensionRegistry
Removes an extension from the set used by the ExpressionResolver.
removeResource(PathAddress) - Method in interface org.jboss.as.controller.OperationContext
Remove a resource relative to the executed operation address.
removeRoleMapping(String) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
Remove a role from the list of defined roles.
removeRoleMappingPrincipal(String, AuthorizerConfiguration.PrincipalType, WritableAuthorizerConfiguration.MatchType, String, String) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
removeScopedRole(String) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
removeService(ServiceController<?>) - Method in interface org.jboss.as.controller.OperationContext
Initiate a service removal.
removeService(ServiceName) - Method in interface org.jboss.as.controller.OperationContext
Initiate a service removal.
removeServices(OperationContext, ServiceName, ModelNode) - Method in class org.jboss.as.controller.RestartParentResourceHandlerBase
Removes services.
removeServices(OperationContext, ServiceName, ModelNode) - Method in class org.jboss.as.controller.RestartParentWriteAttributeHandler
Removes services.
removeUnsupportedLegacyExtension(List<String>, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
removeUnsupportedLegacyExtension(List<String>, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
removeUnsupportedLegacyExtension$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
removingExtensionWithRegisteredSubsystem(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
removingExtensionWithRegisteredSubsystem(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an attempt was made to remove an extension before removing all of its subsystems.
removingExtensionWithRegisteredSubsystem$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
removingServiceUnsatisfiedDependencies() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
removingServiceUnsatisfiedDependencies() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating that removing services has lead to unsatisfied dependencies.
removingServiceUnsatisfiedDependencies(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
removingServiceUnsatisfiedDependencies(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating that removing services has lead to unsatisfied dependencies.
removingServiceUnsatisfiedDependencies0$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
removingServiceUnsatisfiedDependencies1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rename(File, File) - Method in class org.jboss.as.controller.audit.AbstractFileAuditLogHandler
 
rename(String) - Method in interface org.jboss.as.controller.transform.description.OperationTransformationOverrideBuilder
Give the operation a new name
REPLACE_DEPLOYMENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ReplaceElementKey(String) - Constructor for class org.jboss.as.controller.transform.PathAddressTransformer.ReplaceElementKey
 
replaceLastElement(PathElement) - Static method in class org.jboss.as.controller.transform.AliasOperationTransformer
Deprecated.
Replace the last element of an address with a static path element.
replaces(Constraint) - Method in class org.jboss.as.controller.access.constraint.AbstractConstraint
Gets whether this constraint is equivalent to and can thus replace another constraint in a ManagementPermission.
replaces(Constraint) - Method in interface org.jboss.as.controller.access.constraint.Constraint
Gets whether this constraint is equivalent to and can thus replace another constraint in a ManagementPermission.
replaces(Constraint) - Method in class org.jboss.as.controller.access.constraint.HostEffectConstraint
 
replaces(Constraint) - Method in class org.jboss.as.controller.access.constraint.ServerGroupEffectConstraint
 
REPLY - Static variable in class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
REPLY_PROPERTIES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
replyAllowNull - Variable in class org.jboss.as.controller.OperationDefinition
 
replyAllowNull - Variable in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
replyParameters - Variable in class org.jboss.as.controller.OperationDefinition
 
replyParameters - Variable in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
replyType - Variable in class org.jboss.as.controller.OperationDefinition
 
replyType - Variable in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
replyValueType - Variable in class org.jboss.as.controller.OperationDefinition
 
replyValueType - Variable in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
report(MessageSeverity, String) - Method in interface org.jboss.as.controller.OperationContext
Send a message to the client.
ReportAttacher - Interface in org.jboss.as.controller.operations.global
Interfaceto build a report from ModelNode as a binary stream and attach it to the response.
ReportAttacher.AbstractReportAttacher - Class in org.jboss.as.controller.operations.global
 
REQUEST_PROPERTIES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
requireAttributes(XMLExtendedStreamReader, String...) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Require all the named attributes, returning their values in order.
requireChild(PathElement) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
requireChild(PathElement) - Method in class org.jboss.as.controller.registry.AbstractModelResource
 
requireChild(PathElement) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
requireChild(PathElement) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
requireChild(PathElement) - Method in interface org.jboss.as.controller.registry.Resource
Get a single child of this resource with the given address.
required(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
required(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the name is required.
required(String) - Static method in class org.jboss.as.controller.registry.RuntimePackageDependency
Build a required RuntimePackageDependency.
REQUIRED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
required$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requiredAttributeNotSet(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requiredAttributeNotSet(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
requiredAttributeNotSet$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requiredCapabilityMissing() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requiredCapabilityMissing() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
requiredCapabilityMissing(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requiredCapabilityMissing(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
requiredCapabilityMissing0$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requiredCapabilityMissing1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requiredWithAlternatives(String, Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requiredWithAlternatives(String, Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
requiredWithAlternatives$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requirementPointFull(String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requirementPointFull(String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
requirementPointFull$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requirementPointSimple(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
requirementPointSimple(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
requirementPointSimple$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
RequirementRegistration - Class in org.jboss.as.controller.capability.registry
Encapsulates the registration information for a requirement for a capability.
RequirementRegistration(String, String, CapabilityScope) - Constructor for class org.jboss.as.controller.capability.registry.RequirementRegistration
 
RequirementRegistration(String, String, CapabilityScope, RegistrationPoint) - Constructor for class org.jboss.as.controller.capability.registry.RequirementRegistration
Creates a new requirement registration.
RequirementRegistration(String, CapabilityId) - Constructor for class org.jboss.as.controller.capability.registry.RequirementRegistration
 
RequirementRegistration(RuntimeRequirementRegistration) - Constructor for class org.jboss.as.controller.capability.registry.RequirementRegistration
Copy constructor.
requireNamespace(XMLExtendedStreamReader, Namespace) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Require that the namespace of the current element matches the required namespace.
requireNoAttributes(XMLExtendedStreamReader) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Checks that the current element has no attributes, throwing an XMLStreamException if one is found.
requireNoContent(XMLExtendedStreamReader) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Consumes the remainder of the current element, throwing an XMLStreamException if it contains any child elements.
requireNoNamespaceAttribute(XMLExtendedStreamReader, int) - Static method in class org.jboss.as.controller.parsing.ParseUtils
 
requireOptionalCapability(String, String, String) - Method in interface org.jboss.as.controller.OperationContext
Requests that one of a capability's optional requirements hereafter be treated as required, until the process is stopped or reloaded.
REQUIRES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
REQUIRES_ADDRESSABLE - org.jboss.as.controller.parsing.Attribute
 
REQUIRES_READ - org.jboss.as.controller.parsing.Attribute
 
REQUIRES_WRITE - org.jboss.as.controller.parsing.Attribute
 
requiresCapability(String, Class<V>, String...) - Method in interface org.jboss.as.controller.CapabilityServiceBuilder
Capability requirement.
requiresConsistencyCheck() - Method in interface org.jboss.as.controller.capability.registry.CapabilityScope
Gets whether a consistency check must be performed when other capabilities depend on capabilities in this scope.
requireSingleAttribute(XMLExtendedStreamReader, String) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Require that the current element have only a single attribute with the given name.
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.AbstractAddStepHandler
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.AbstractModelUpdateHandler
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.AbstractRemoveStepHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.AbstractRuntimeOnlyHandler
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.AbstractWriteAttributeHandler
Gets whether a OperationContext.Stage.RUNTIME handler should be added.
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.ModelOnlyAddStepHandler
Returns false.
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.ModelOnlyRemoveStepHandler
Returns false.
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.ModelOnlyWriteAttributeHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.operations.common.NamespaceAddHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.operations.common.SchemaLocationAddHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.ReloadRequiredAddStepHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.RestartParentResourceHandlerBase
Gets whether this operation needs to update the runtime.
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.ServiceRemoveStepHandler
Is a runtime step required? By default his method delegates to the supplied AbstractAddStepHandler, if the add handler required a runtime step then most likely the remove step handler will also require one.
requiresRuntime(OperationContext) - Method in class org.jboss.as.controller.services.path.PathInfoHandler
 
requiresTransformation(ModelVersion) - Method in interface org.jboss.as.controller.SubsystemModel
Indicates whether the version of this subsystem model is more recent than the specified version and thus requires transformation
reserved(String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
reserved(String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the name is reserved.
reserved$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
reset() - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
Reset the internal state of this object back to what it originally was.
reset() - Method in class org.jboss.as.controller.capability.registry.CapabilityResolutionContext
Resets this object, removing all attachments.
resetBootFile(boolean, String) - Method in class org.jboss.as.controller.persistence.ConfigurationFile
Reset so the next call to ConfigurationFile.getBootFile() will re-determine the appropriate file to use for parsing boot operations.
RESOLVE_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ReadAttributeGroupHandler
 
RESOLVE_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ReadAttributeHandler
 
RESOLVE_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.ReadResourceHandler
 
RESOLVE_EXPRESSIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RESOLVE_INSTANCE - Static variable in class org.jboss.as.controller.operations.global.ReadAttributeGroupHandler
 
RESOLVE_INSTANCE - Static variable in class org.jboss.as.controller.operations.global.ReadAttributeHandler
 
RESOLVE_INSTANCE - Static variable in class org.jboss.as.controller.operations.global.ReadResourceHandler
 
resolvedFileDoesNotExistOrIsDirectory(File) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
resolvedFileDoesNotExistOrIsDirectory(File) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
resolvedFileDoesNotExistOrIsDirectory$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
resolveExpression(String, OperationContext) - Method in interface org.jboss.as.controller.extension.ExpressionResolverExtension
Resolve a given simple expression string, returning null if the string is not of a form recognizable to the plugin.
ResolveExpressionHandler - Class in org.jboss.as.controller.operations.common
Operation that resolves an expression (but not against the vault) and returns the resolved value.
resolveExpressions(ModelNode) - Method in interface org.jboss.as.controller.ExpressionResolver
Resolves any expressions in the passed in ModelNode.
resolveExpressions(ModelNode) - Method in class org.jboss.as.controller.ExpressionResolverImpl
 
resolveExpressions(ModelNode) - Method in interface org.jboss.as.controller.OperationContext
Resolves any expressions in the passed in ModelNode.
resolveExpressions(ModelNode, OperationContext) - Method in interface org.jboss.as.controller.ExpressionResolver
Resolves any expressions in the passed in ModelNode.
resolveExpressions(ModelNode, OperationContext) - Method in class org.jboss.as.controller.ExpressionResolverImpl
 
resolveGUID(String) - Static method in class org.jboss.as.controller.operations.common.ProcessEnvironment
 
resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain, ManagementRequestHeader) - Method in class org.jboss.as.controller.remote.ModelControllerClientOperationHandler
 
resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain, ManagementRequestHeader) - Method in class org.jboss.as.controller.remote.TransactionalProtocolOperationHandler
 
resolveHost(ModelVersion, Map<PathAddress, ModelVersion>) - Method in class org.jboss.as.controller.transform.TransformerRegistry
Resolve the host registry.
resolveHost(ModelVersion, ModelNode) - Method in class org.jboss.as.controller.transform.TransformerRegistry
Resolve the host registry.
resolveModelAttribute(ExpressionResolver, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Finds a value in the given model whose key matches this attribute's name, uses the given resolver to ExpressionResolver.resolveExpressions(org.jboss.dmr.ModelNode) resolve} it and validates it using this attribute's validator.
resolveModelAttribute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Finds a value in the given model whose key matches this attribute's name, uses the given context to resolve it and validates it using this attribute's validator.
resolveOperationTransformer(Iterator<PathElement>, String) - Method in interface org.jboss.as.controller.registry.OperationTransformerRegistry.PlaceholderResolver
Resolves a resource transformer from the relative address of the current OperationTransformerRegistry entry
resolveOperationTransformer(PathAddress, String, OperationTransformerRegistry.PlaceholderResolver) - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry
Resolve an operation transformer entry.
resolvePath() - Method in class org.jboss.as.controller.services.path.AbsolutePathService
 
resolvePath() - Method in class org.jboss.as.controller.services.path.AbstractPathService
 
resolvePath() - Method in class org.jboss.as.controller.services.path.PathEntry
Returns the fully resolved path
resolvePath() - Method in class org.jboss.as.controller.services.path.RelativePathService
 
ResolvePathHandler - Class in org.jboss.as.controller.services.path
An operation to resolve a relative-to path.
ResolvePathHandler.Builder - Class in org.jboss.as.controller.services.path
Build an operation to resolve the
resolvePathTransformers(Iterator<PathElement>, List<PathAddressTransformer>) - Method in interface org.jboss.as.controller.registry.OperationTransformerRegistry.PlaceholderResolver
Adds path address transformers to the list for the relative address and below of the current OperationTransformerRegistry entry
resolvePluggableExpression(ModelNode, OperationContext) - Method in class org.jboss.as.controller.ExpressionResolverImpl
Attempt to resolve the expression encapsulated in the given node, setting the value of node to the resolved string if successful, or leaving node unaltered if the expression is not of a form resolvable by this method.
resolveRelativePathEntry(String, String) - Method in interface org.jboss.as.controller.services.path.PathManager
Resolves a relative path
resolveRelativePathEntry(String, String) - Method in class org.jboss.as.controller.services.path.PathManagerService
 
resolveResourceTransformer(PathAddress, OperationTransformerRegistry.PlaceholderResolver) - Method in class org.jboss.as.controller.registry.OperationTransformerRegistry
Resolve a resource transformer for a given address.
resolverExtensionExpressionsNotAllowed(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
resolverExtensionExpressionsNotAllowed(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
resolverExtensionExpressionsNotAllowed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ResolverExtensionRegistry - Interface in org.jboss.as.controller.extension
Registry for extensions to a server or host controller's ExpressionResolver.
resolveServer(ModelVersion, Map<PathAddress, ModelVersion>) - Method in class org.jboss.as.controller.transform.TransformerRegistry
Resolve the server registry.
resolveServer(ModelVersion, ModelNode) - Method in class org.jboss.as.controller.transform.TransformerRegistry
Resolve the server registry.
resolveTransformer(Iterator<PathElement>, ModelVersion, String) - Method in class org.jboss.as.controller.registry.GlobalTransformerRegistry
 
resolveTransformer(ResourceTransformationContext, PathAddress) - Method in interface org.jboss.as.controller.transform.TransformationTarget
Resolve a resource transformer for agiven address.
resolveTransformer(ResourceTransformationContext, PathAddress) - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
resolveTransformer(TransformationContext, PathAddress, String) - Method in interface org.jboss.as.controller.transform.TransformationTarget
Resolve an operation transformer for a given address.
resolveTransformer(TransformationContext, PathAddress, String) - Method in class org.jboss.as.controller.transform.TransformationTargetImpl
 
resolveTransformerEntry(Iterator<PathElement>) - Method in interface org.jboss.as.controller.registry.OperationTransformerRegistry.PlaceholderResolver
Resolves a TransformerEntry from the relative address of the current OperationTransformerRegistry entry
resolveValue(ExpressionResolver, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Takes the given value, resolves it using the given resolver and validates it using this attribute's validator.
resolveValue(ExpressionResolver, ModelNode) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition
Overrides the superclass implementation to allow the value type's AttributeDefinition to in turn resolve each element.
resolveValue(ExpressionResolver, ModelNode) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition
Overrides the superclass implementation to allow the AttributeDefinition for each field in the object to in turn resolve that field.
resolveValue(OperationContext, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Takes the given value, resolves it using the given context and validates it using this attribute's validator.
resolveVersions(ExtensionRegistry) - Static method in class org.jboss.as.controller.transform.TransformerRegistry
 
resolveVersions(ModelNode) - Static method in class org.jboss.as.controller.transform.TransformerRegistry
 
Resource - Interface in org.jboss.as.controller.registry
An addressable resource in the management model, representing a local model and child resources.
RESOURCE_ADDED_NOTIFICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RESOURCE_NAME - Static variable in class org.jboss.as.controller.descriptions.common.ControllerResolver
 
RESOURCE_PATH - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
RESOURCE_PATH - Static variable in class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
RESOURCE_REMOVED_NOTIFICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RESOURCE_SERVICES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
Resource.Factory - Class in org.jboss.as.controller.registry
 
Resource.NoSuchResourceException - Exception in org.jboss.as.controller.registry
A NoSuchElementException variant that can be thrown by Resource.requireChild(PathElement) and Resource.navigate(PathAddress) implementations to indicate a client error when invoking a management operation.
Resource.ResourceEntry - Interface in org.jboss.as.controller.registry
 
Resource.Tools - Class in org.jboss.as.controller.registry
 
ResourceAuthorization - Interface in org.jboss.as.controller.access
Encapsulates the AuthorizationResults for a given caller's access to a particular resource.
ResourceBuilder - Interface in org.jboss.as.controller
 
ResourceBuilder.Factory - Class in org.jboss.as.controller
 
ResourceCapabilityReferenceRecorder(String, Function<PathAddress, String[]>, String) - Constructor for class org.jboss.as.controller.CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder
 
ResourceCapabilityReferenceRecorder(Function<PathAddress, String[]>, String, Function<PathAddress, String[]>, String) - Constructor for class org.jboss.as.controller.CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder
 
ResourceDefinition - Interface in org.jboss.as.controller
Provides essential information defining a management resource.
ResourceDescriptionResolver - Interface in org.jboss.as.controller.descriptions
Resolves localized text descriptions of resources and their components.
ResourceFilter - Interface in org.jboss.as.controller.registry
A resource filter.
ResourceMarshaller - Interface in org.jboss.as.controller
 
resourceMustExist(OperationContext, ModelNode) - Method in class org.jboss.as.controller.AbstractRuntimeOnlyHandler
By default the handler will check whether the resource exist before calling @{link #executeRuntimeStep(OperationContext, ModelNode)}.
ResourceNotAddressableException - Exception in org.jboss.as.controller.access
Resource.NoSuchResourceException variant to throw when a resource should not be visible due to the called lacking permissions to perform Action.ActionEffect.ADDRESS.
ResourceNotAddressableException(PathAddress) - Constructor for exception org.jboss.as.controller.access.ResourceNotAddressableException
 
resourceNotFound(PathAddress, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
resourceNotFound(PathAddress, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a resource does not exist.
resourceNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ResourceParser - Interface in org.jboss.as.controller
 
ResourceProvider - Interface in org.jboss.as.controller.registry
 
ResourceProvider.ResourceProviderRegistry - Class in org.jboss.as.controller.registry
 
ResourceProvider.Tool - Class in org.jboss.as.controller.registry
 
ResourceProviderRegistry() - Constructor for class org.jboss.as.controller.registry.ResourceProvider.ResourceProviderRegistry
 
resourceRegistrationIsNotAnAlias() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
resourceRegistrationIsNotAnAlias() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
resourceRegistrationIsNotAnAlias$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ResourceTransformationContext - Interface in org.jboss.as.controller.transform
The resource transformation context.
ResourceTransformationDescriptionBuilder - Interface in org.jboss.as.controller.transform.description
Resource specific transformation description builder.
ResourceTransformer - Interface in org.jboss.as.controller.transform
The resource transformer.
ResourceTransformerEntry(ResourceTransformer, boolean) - Constructor for class org.jboss.as.controller.registry.OperationTransformerRegistry.ResourceTransformerEntry
 
resourceWasAdded(PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
resourceWasAdded(PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
resourceWasAdded$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
resourceWasRemoved(PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
resourceWasRemoved(PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
resourceWasRemoved$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
response - Variable in class org.jboss.as.controller.ParsedBootOp
 
RESPONSE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RESPONSE_HEADERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ResponseAttachmentInputStreamSupport - Class in org.jboss.as.controller.remote
Support logic related to dealing with input streams attached to an operation response.
ResponseAttachmentInputStreamSupport() - Constructor for class org.jboss.as.controller.remote.ResponseAttachmentInputStreamSupport
For test usage only as it has no facility for closing attached streams.
ResponseAttachmentInputStreamSupport(ScheduledExecutorService) - Constructor for class org.jboss.as.controller.remote.ResponseAttachmentInputStreamSupport
Create a new support with the given timeout for closing unread streams.
responseHandlerNotFound(int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
responseHandlerNotFound(int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
responseHandlerNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
RESTART - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RESTART_ALL_SERVICES - org.jboss.as.controller.registry.AttributeAccess.Flag
A modification to the attribute can only be applied to the runtime via a restart of all services, but does not require a full jvm restart
RESTART_ALL_SERVICES - org.jboss.as.controller.registry.OperationEntry.Flag
The operation modifies the configuration but can only be applied to the runtime via a restart of all services; however it does not require a full jvm restart
RESTART_JVM - org.jboss.as.controller.registry.AttributeAccess.Flag
A modification to the attribute can only be applied to the runtime via a full jvm restart
RESTART_JVM - org.jboss.as.controller.registry.OperationEntry.Flag
The operation modifies the configuration but can only be applied to the runtime via a full jvm restart
RESTART_NONE - org.jboss.as.controller.registry.AttributeAccess.Flag
A modification to the attribute can be applied to the runtime without requiring a restart
RESTART_NONE - org.jboss.as.controller.registry.OperationEntry.Flag
The operation modifies the configuration and can be applied to the runtime without requiring a restart
RESTART_REQUIRED - org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry.RuntimeStatus
The process needs to be restarted to bring runtime services for a capability in sync with their persistent configuration.
RESTART_REQUIRED - org.jboss.as.controller.ControlledProcessState.State
The process must be terminated and replaced with a new process in order to ensure stable operation and/or to bring the running state in line with the persistent configuration.
RESTART_REQUIRED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RESTART_RESOURCE_SERVICES - org.jboss.as.controller.registry.AttributeAccess.Flag
A modification to the attribute can only be applied to the runtime via a restart of services, associated with the attribute's resource, but does not require a restart of all services or a full jvm restart
RESTART_RESOURCE_SERVICES - org.jboss.as.controller.registry.OperationEntry.Flag
The operation modifies the configuration but can only be applied to the runtime via a restart of services, associated with the affected resource, but does not require a restart of all services or a full jvm restart
RESTART_SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
restartingServerAfterBootCliScript(File, String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
restartingServerAfterBootCliScript(File, String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
restartingServerAfterBootCliScript$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
RestartParentResourceAddHandler - Class in org.jboss.as.controller
Simple add handler which, if allowed, restarts a parent resource when the child is added.
RestartParentResourceAddHandler(String) - Constructor for class org.jboss.as.controller.RestartParentResourceAddHandler
 
RestartParentResourceAddHandler(String, Collection<? extends AttributeDefinition>) - Constructor for class org.jboss.as.controller.RestartParentResourceAddHandler
 
RestartParentResourceAddHandler(String, Set<RuntimeCapability>, Collection<? extends AttributeDefinition>) - Constructor for class org.jboss.as.controller.RestartParentResourceAddHandler
Deprecated, for removal: This API element is subject to removal in a future version.
RestartParentResourceAddHandler(String, RuntimeCapability...) - Constructor for class org.jboss.as.controller.RestartParentResourceAddHandler
Deprecated, for removal: This API element is subject to removal in a future version.
RestartParentResourceHandlerBase - Class in org.jboss.as.controller
Simple remove handler that, if allowed, restarts a parent resource when a child is removed.
RestartParentResourceHandlerBase(String) - Constructor for class org.jboss.as.controller.RestartParentResourceHandlerBase
 
RestartParentResourceRemoveHandler - Class in org.jboss.as.controller
Simple remove handler that, if allowed, restarts a parent resource when a child is removed.
RestartParentResourceRemoveHandler(String) - Constructor for class org.jboss.as.controller.RestartParentResourceRemoveHandler
 
RestartParentResourceRemoveHandler(String, RuntimeCapability...) - Constructor for class org.jboss.as.controller.RestartParentResourceRemoveHandler
Deprecated, for removal: This API element is subject to removal in a future version.
RestartParentWriteAttributeHandler - Class in org.jboss.as.controller
Simple AbstractWriteAttributeHandler that, if allowed, restarts a parent resource when a change is made.
RestartParentWriteAttributeHandler(String, Collection<AttributeDefinition>) - Constructor for class org.jboss.as.controller.RestartParentWriteAttributeHandler
 
RestartParentWriteAttributeHandler(String, AttributeDefinition...) - Constructor for class org.jboss.as.controller.RestartParentWriteAttributeHandler
 
restartRequired() - Method in interface org.jboss.as.controller.OperationContext
Notify the context that the process must be terminated and replaced with a new process in order to ensure stable operation and/or to bring the running state in line with the persistent configuration.
restartRequired() - Method in interface org.jboss.as.controller.services.path.PathManager.PathEventContext
 
restoreAddress(PathAddress, PathAddress) - Method in interface org.jboss.as.controller.ProxyOperationAddressTranslator
 
RESULT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RESULT_PATH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RESULT_PATTERN - org.jboss.as.controller.parsing.Attribute
 
RESULT_PATTERN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RESUME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RESUME_SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
retrievePreparedOperation() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener
Retrieves and removes the head of the underlying queue, waiting if necessary until an element becomes available.
retrievePreparedOperation(long, TimeUnit) - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
REVERSE_GROUP - org.jboss.as.controller.parsing.Attribute
 
REVERSE_GROUP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
REVERT_RELOAD_REQUIRED_ROLLBACK_HANDLER - Static variable in interface org.jboss.as.controller.OperationContext.RollbackHandler
revertReloadRequired() - Method in interface org.jboss.as.controller.OperationContext
Notify the context that a previous call to OperationContext.reloadRequired() can be ignored (typically because the change that led to the need for reload has been rolled back.)
revertReloadRequired(Object) - Method in class org.jboss.as.controller.ControlledProcessState
 
revertResourceRestarted(PathAddress, Object) - Method in interface org.jboss.as.controller.OperationContext
Removes the restarted marking on the specified resource, provided the passed owner is the one originally used to obtain the mark.
revertRestartRequired() - Method in interface org.jboss.as.controller.OperationContext
Notify the context that a previous call to OperationContext.restartRequired() can be ignored (typically because the change that led to the need for restart has been rolled back.)
revertRestartRequired(Object) - Method in class org.jboss.as.controller.ControlledProcessState
 
revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, Void) - Method in class org.jboss.as.controller.ModelOnlyWriteAttributeHandler
 
revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, Void) - Method in class org.jboss.as.controller.ReloadRequiredWriteAttributeHandler
 
revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, Void) - Method in class org.jboss.as.controller.security.CredentialReferenceWriteAttributeHandler
 
revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, ModelNode) - Method in class org.jboss.as.controller.RestartParentWriteAttributeHandler
 
revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, T) - Method in class org.jboss.as.controller.AbstractWriteAttributeHandler
ROLE - org.jboss.as.controller.parsing.Element
 
ROLE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ROLE_MAPPING - org.jboss.as.controller.parsing.Element
 
ROLE_MAPPING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
roleIsAlreadyRegistered(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
roleIsAlreadyRegistered(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
roleIsAlreadyRegistered$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
RoleMapper - Interface in org.jboss.as.controller.access.rbac
Determines the set of roles applicable for a management request.
ROLES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ROLES_FILTER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
rollback() - Method in interface org.jboss.as.controller.ModelController.OperationTransaction
Roll the operation back.
rollback() - Method in class org.jboss.as.controller.persistence.AbstractFilePersistenceResource
 
rollback() - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister.PersistenceResource
Discard the changes.
rollback() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.FailedOperation
 
rollback() - Method in class org.jboss.as.controller.remote.BlockingQueueOperationListener.SucceededOperation
 
ROLLBACK - org.jboss.as.controller.OperationContext.ResultAction
The operation will be reverted.
ROLLBACK_ACROSS_GROUPS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ROLLBACK_FAILURE_DESCRIPTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ROLLBACK_ON_RUNTIME_FAILURE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ROLLBACK_ONLY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
rollbackAlreadyInvoked() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rollbackAlreadyInvoked() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the rollback has already been invoked.
rollbackAlreadyInvoked$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rollbackChanges() - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger.AuditLogHandlerUpdater
Roll back changes made as part of the current operation.
rollbackChanges() - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
rollbackCredentialStoreUpdate(AttributeDefinition, OperationContext, String, String) - Static method in class org.jboss.as.controller.security.CredentialReference
 
rollbackCredentialStoreUpdate(AttributeDefinition, OperationContext, Resource) - Static method in class org.jboss.as.controller.security.CredentialReference
 
rollbackCredentialStoreUpdate(AttributeDefinition, OperationContext, ModelNode) - Static method in class org.jboss.as.controller.security.CredentialReference
 
ROLLBACKED_FAILURE_DESC - Static variable in class org.jboss.as.controller.operations.global.ReadResourceHandler
 
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractAddStepHandler
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractBoottimeAddStepHandler
Overrides the superclass to call OperationContext.revertReloadRequired() if OperationContext.isBooting() returns false.
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractModelUpdateHandler
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.ModelOnlyAddStepHandler
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.ReloadRequiredAddStepHandler
 
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.controller.RestartParentResourceHandlerBase
Rollback the update.
ROLLED_BACK - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ROLLING_BACK - org.jboss.as.controller.OperationContext.ExecutionStatus
 
ROLLING_TO_SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ROLLOUT_PLAN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ROLLOUT_PLANS - org.jboss.as.controller.parsing.Element
 
ROLLOUT_PLANS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ROOT_ATTRIBUTES - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
The root attributes.
ROOT_LOGGER - Static variable in interface org.jboss.as.controller.logging.ControllerLogger
Default root logger with category of the package name.
rootRegistrationIsNotOverridable() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
rootRegistrationIsNotOverridable() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an attempt was made to remove a resource registration from the root registration.
rootRegistrationIsNotOverridable$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ROTATE_AT_STARTUP - org.jboss.as.controller.parsing.Attribute
 
ROTATE_AT_STARTUP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ROTATE_SIZE - org.jboss.as.controller.parsing.Attribute
 
ROTATE_SIZE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
rotateLogFile(File) - Method in class org.jboss.as.controller.audit.AbstractFileAuditLogHandler
 
rotateLogFile(File) - Method in class org.jboss.as.controller.audit.FileAuditLogHandler
 
rotateLogFile(File) - Method in class org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler
 
rotateLogFile(File) - Method in class org.jboss.as.controller.audit.SizeRotatingFileAuditLogHandler
 
RunAsRoleMapper - Class in org.jboss.as.controller.access.rbac
A RoleMapper that allows clients to specify the roles they desire to run as.
RunAsRoleMapper(RoleMapper) - Constructor for class org.jboss.as.controller.access.rbac.RunAsRoleMapper
 
RunAsRolePermission - Class in org.jboss.as.controller.access.rbac
A simple Permission to allow code being executed without an associated remote to be granted the permission to execute using a specified role.
RunAsRolePermission(String) - Constructor for class org.jboss.as.controller.access.rbac.RunAsRolePermission
 
runInVm(PrivilegedAction<T>) - Static method in class org.jboss.as.controller.access.InVmAccess
Run an action as an in-vm action.
runInVm(PrivilegedExceptionAction<T>) - Static method in class org.jboss.as.controller.access.InVmAccess
Run an action as an in-vm action.
RUNNING - org.jboss.as.controller.ControlledProcessState.State
The process is started, is running normally and has a runtime state consistent with its persistent configuration.
RUNNING_MODE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RUNNING_SERVER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RUNNING_TIME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RunningMode - Enum in org.jboss.as.controller
The current running mode of the server.
RunningModeControl - Class in org.jboss.as.controller
Provides control over the server's current RunningMode.
RunningModeControl(RunningMode) - Constructor for class org.jboss.as.controller.RunningModeControl
 
RUNTIME - org.jboss.as.controller.OperationContext.Stage
The step applies to the runtime container (read or write).
RUNTIME - org.jboss.as.controller.registry.AttributeAccess.Storage
An attribute whose value is only stored in runtime services, and isn't stored in the persistent configuration.
RUNTIME_CONFIGURATION_STATE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RUNTIME_MODIFICATION_BEGUN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RUNTIME_MODIFICATION_COMPLETE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RUNTIME_NAME - org.jboss.as.controller.parsing.Attribute
 
RUNTIME_NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RUNTIME_ONLY - org.jboss.as.controller.registry.OperationEntry.Flag
Operations with this flag do not affect the mode or change the installed services.
RUNTIME_ONLY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RUNTIME_SERVICE_NOT_REQUIRED - org.jboss.as.controller.registry.AttributeAccess.Flag
An attribute which does not require runtime MSC services to be read or written.
RUNTIME_UPDATE_SKIPPED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
RuntimeCapability<T> - Class in org.jboss.as.controller.capability
A capability exposed in a running WildFly process.
RuntimeCapability.Builder<T> - Class in org.jboss.as.controller.capability
Builder for a RuntimeCapability.
RuntimeCapabilityRegistration - Class in org.jboss.as.controller.capability.registry
Registration information for a RuntimeCapability.
RuntimeCapabilityRegistration(RuntimeCapabilityRegistration) - Constructor for class org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistration
Copy constructor.
RuntimeCapabilityRegistration(RuntimeCapability<?>, CapabilityScope, RegistrationPoint) - Constructor for class org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistration
 
RuntimeCapabilityRegistry - Interface in org.jboss.as.controller.capability.registry
Registry of capabilities available in the runtime.
RuntimeCapabilityRegistry.RuntimeStatus - Enum in org.jboss.as.controller.capability.registry
 
RuntimeHostControllerInfoAccessor - Interface in org.jboss.as.controller.extension
 
RuntimeHostControllerInfoAccessor.HostControllerInfo - Interface in org.jboss.as.controller.extension
 
runtimeModificationBegun() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
runtimeModificationBegun() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
runtimeModificationBegun$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
runtimeModificationComplete() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
runtimeModificationComplete() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
runtimeModificationComplete$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
RuntimePackageDependency - Class in org.jboss.as.controller.registry
A runtime package dependency expresses a dependency to a galleon package.
runtimePackageDependencyAlreadyRegistered(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
runtimePackageDependencyAlreadyRegistered(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
runtimePackageDependencyAlreadyRegistered$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
RuntimeRequirementRegistration - Class in org.jboss.as.controller.capability.registry
Registration information for requirement for a RuntimeCapability.
RuntimeRequirementRegistration(String, String, CapabilityScope, RegistrationPoint) - Constructor for class org.jboss.as.controller.capability.registry.RuntimeRequirementRegistration
Creates a new requirement registration.
RuntimeRequirementRegistration(String, String, CapabilityScope, RegistrationPoint, boolean) - Constructor for class org.jboss.as.controller.capability.registry.RuntimeRequirementRegistration
Creates a new requirement registration.
RuntimeRequirementRegistration(RuntimeRequirementRegistration) - Constructor for class org.jboss.as.controller.capability.registry.RuntimeRequirementRegistration
Copy constructor.
runtimeUpdateSkipped() - Method in interface org.jboss.as.controller.OperationContext
Notify the context that an update to the runtime that would normally have been made could not be made due to the current state of the process.

S

SASL_AUTHENTICATION_FACTORY - org.jboss.as.controller.parsing.Attribute
 
SASL_AUTHENTICATION_FACTORY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SASL_AUTHENTICATION_FACTORY - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
SASL_AUTHENTICATION_FACTORY - Static variable in class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
SASL_AUTHENTICATION_FACTORY_CAPABILITY - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceAddStepHandler
 
SASL_AUTHENTICATION_FACTORY_CAPABILITY - Static variable in class org.jboss.as.controller.management.Capabilities
 
SASL_PROTOCOL - org.jboss.as.controller.parsing.Attribute
 
SASL_PROTOCOL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SASL_PROTOCOL - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
SASL_PROTOCOL - Static variable in class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
Schema - Interface in org.jboss.as.controller.xml
A namespace qualified XML attribute or element.
SCHEMA_LOCATION - org.jboss.as.controller.parsing.Attribute
 
SCHEMA_LOCATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SCHEMA_LOCATIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
schemaAlreadyRegistered(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
schemaAlreadyRegistered(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating a schema with URI, represented by the schemaUri parameter, is already registered with the location, represented by the location parameter.
schemaAlreadyRegistered$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
SchemaLocationAddHandler - Class in org.jboss.as.controller.operations.common
Handler for the root resource add-schema-location operation.
SchemaLocationRemoveHandler - Class in org.jboss.as.controller.operations.common
Handler for the root resource remove-schema-location operation.
schemaNotFound(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
schemaNotFound(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the schema was not found wit the uri.
schemaNotFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ScopedRole(String, String, ScopingConstraint) - Constructor for class org.jboss.as.controller.access.AuthorizerConfiguration.ScopedRole
 
scopedRoleAdded(AuthorizerConfiguration.ScopedRole) - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration.ScopedRoleListener
Notification that a scoped role is being added.
scopedRoleAdded(AuthorizerConfiguration.ScopedRole) - Method in class org.jboss.as.controller.access.rbac.DefaultPermissionFactory
 
scopedRoleRemoved(AuthorizerConfiguration.ScopedRole) - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration.ScopedRoleListener
Notification that a scoped role has been removed.
scopedRoleRemoved(AuthorizerConfiguration.ScopedRole) - Method in class org.jboss.as.controller.access.rbac.DefaultPermissionFactory
 
ScopingConstraint - Interface in org.jboss.as.controller.access.constraint
Interface used to indicate that the implementing class serves to limit the scope of an otherwise standard permission.
ScopingConstraintFactory - Interface in org.jboss.as.controller.access.constraint
Marker interface that indicates the constraints produced by this factory are associated with a ScopingConstraint.
SEARCH_BY - org.jboss.as.controller.parsing.Attribute
 
SEARCH_BY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SEARCH_CREDENTIAL - org.jboss.as.controller.parsing.Attribute
 
SEARCH_CREDENTIAL_REFERENCE - org.jboss.as.controller.parsing.Element
 
SEARCH_DN - org.jboss.as.controller.parsing.Attribute
 
SECRET - org.jboss.as.controller.parsing.Element
 
SECRET - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SECURE_INTERFACE - org.jboss.as.controller.parsing.Attribute
 
SECURE_INTERFACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SECURE_PORT - org.jboss.as.controller.parsing.Attribute
 
SECURE_PORT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SECURE_SOCKET_BINDING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SECURITY - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
SECURITY_DOMAIN - org.jboss.as.controller.parsing.Attribute
 
SECURITY_DOMAIN - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SECURITY_DOMAIN - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
SECURITY_DOMAIN_REF - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SECURITY_DOMAIN_REF - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
SECURITY_REALM - org.jboss.as.controller.parsing.Attribute
 
SECURITY_REALM - org.jboss.as.controller.parsing.Element
 
SECURITY_REALM - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SECURITY_REALM - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
SECURITY_REALM - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SECURITY_REALM_REF - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SECURITY_REALM_REF - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
SECURITY_REALMS - org.jboss.as.controller.parsing.Element
 
SECURITY_REALMS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SECURITY_VAULT - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SECURITY_VAULT - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
SECURITY2 - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
securityIdentitySupplier - Variable in class org.jboss.as.controller.AbstractControllerService
 
SELECT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
selectFailedCouldNotConvertAttributeToType(String, ModelType) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
selectFailedCouldNotConvertAttributeToType(String, ModelType) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an attribute could not be converted to the type required by a query select
selectFailedCouldNotConvertAttributeToType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
SELF_CONTAINED - org.jboss.as.controller.ProcessType
 
SEND_IDENTITY - Static variable in interface org.jboss.as.controller.remote.TransactionalProtocolClient
Attachment whether the client should send the identity as part of the operation request.
SEND_IN_VM - Static variable in interface org.jboss.as.controller.remote.TransactionalProtocolClient
Attachment whether the client should send a flag that allows IN-VM operation requests.
sendEarlyResponse(OperationContext.ResultAction) - Method in interface org.jboss.as.controller.remote.EarlyResponseSendListener
Informs the management kernel that it is ok to send an early response to the operation.
SENSITIVE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SENSITIVE_CLASSIFICATION - org.jboss.as.controller.parsing.Element
 
SENSITIVE_CLASSIFICATIONS - org.jboss.as.controller.parsing.Element
 
SensitiveTargetAccessConstraintDefinition - Class in org.jboss.as.controller.access.management
SensitiveTargetAccessConstraintDefinition(SensitivityClassification) - Constructor for class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
SensitiveTargetConstraint - Class in org.jboss.as.controller.access.constraint
Constraint related to whether a resource, attribute or operation is considered security sensitive.
SensitiveTargetConstraint.Factory - Class in org.jboss.as.controller.access.constraint
 
SensitiveVaultExpressionConstraint - Class in org.jboss.as.controller.access.constraint
Constraint related to whether an attribute is considered security sensitive because it contains a vault expression.
SENSITIVITY_CLASSIFICATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SensitivityClassification - Class in org.jboss.as.controller.access.constraint
Classification to apply to resources, attributes or operation to allow configuration of whether access, reads or writes are sensitive.
SensitivityClassification(String, String, boolean, boolean, boolean) - Constructor for class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SERVER - org.jboss.as.controller.extension.ExtensionRegistryType
The extension registry is for a standalone or managed server.
SERVER - org.jboss.as.controller.ExtensionContext.ContextType
The Extension will be used to extend the functionality of a server instance
SERVER - org.jboss.as.controller.parsing.Element
 
SERVER - org.jboss.as.controller.transform.TransformationTarget.TransformationTargetType
 
SERVER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER - Static variable in interface org.jboss.as.controller.extension.RuntimeHostControllerInfoAccessor
 
SERVER - Static variable in interface org.jboss.as.controller.ProxyOperationAddressTranslator
 
SERVER_BOOTING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_CONFIG - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_GROUP - org.jboss.as.controller.parsing.Element
 
SERVER_GROUP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_GROUP_SCOPED_ROLE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_GROUP_SCOPED_ROLES - org.jboss.as.controller.parsing.Element
 
SERVER_GROUPS - org.jboss.as.controller.parsing.Element
 
SERVER_GROUPS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_IDENTITIES - org.jboss.as.controller.parsing.Element
 
SERVER_IDENTITIES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_IDENTITY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_LAUNCH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_LAUNCH_KEY - Static variable in class org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
Operation attachment key used when the describe operation is being invoked in order to create the operations to launch a server
SERVER_LOGGER - org.jboss.as.controller.parsing.Element
 
SERVER_LOGGER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_NAME - org.jboss.as.controller.parsing.Attribute
 
SERVER_NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_NAME - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
SERVER_NAME - Static variable in class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
SERVER_OPERATIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVER_SSL - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SERVER_SSL - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
ServerGroupEffect - Interface in org.jboss.as.controller.access
Encapsulates information about the relationship of a resource to server groups in a domain.
ServerGroupEffectConstraint - Class in org.jboss.as.controller.access.constraint
Constraint related to whether the target resource is associated with one or more managed domain server groups.
ServerGroupEffectConstraint(List<String>) - Constructor for class org.jboss.as.controller.access.constraint.ServerGroupEffectConstraint
 
serverResultsAccessNotAllowed(ProcessType, ProcessType) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serverResultsAccessNotAllowed(ProcessType, ProcessType) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
serverResultsAccessNotAllowed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
SERVERS - org.jboss.as.controller.parsing.Element
 
SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVICE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVICE_CONTAINER - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SERVICE_CONTAINER - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
SERVICE_CONTAINER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVICE_NAME - Static variable in class org.jboss.as.controller.ControlledProcessStateService
Deprecated.
use the 'org.wildfly.management.process-state-notifier' capability to obtain a ProcessStateNotifier
SERVICE_NAME - Static variable in class org.jboss.as.controller.services.path.PathManagerService
Deprecated.
ServiceName should be obtained from capability
serviceInstallCancelled() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceInstallCancelled() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the service install was cancelled.
serviceInstallCancelled$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceInstallTimedOut(long, ServiceName) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceInstallTimedOut(long, ServiceName) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
serviceInstallTimedOut$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceName(String) - Method in class org.jboss.as.controller.ServiceRemoveStepHandler
The service name to be removed.
serviceName(String, PathAddress) - Method in class org.jboss.as.controller.ServiceRemoveStepHandler
The service name to be removed.
ServiceNameFactory - Class in org.jboss.as.controller
Provides a factory for creating ServiceName instances from dot-separated strings while trying to mitigate the memory overhead of having multiple copies of elements of the name that have the same simple name.
ServiceNameFactory() - Constructor for class org.jboss.as.controller.ServiceNameFactory
 
serviceRegistryRuntimeOperationsOnly() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceRegistryRuntimeOperationsOnly() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the get service registry only supported in runtime operations.
serviceRegistryRuntimeOperationsOnly$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceRemovalRuntimeOperationsOnly() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceRemovalRuntimeOperationsOnly() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the service removal only supported in runtime operations.
serviceRemovalRuntimeOperationsOnly$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
ServiceRemoveStepHandler - Class in org.jboss.as.controller
Abstract remove step handler that simply removes a service.
ServiceRemoveStepHandler(AbstractAddStepHandler) - Constructor for class org.jboss.as.controller.ServiceRemoveStepHandler
Creates a ServiceRemoveStepHandler.
ServiceRemoveStepHandler(ServiceName, AbstractAddStepHandler) - Constructor for class org.jboss.as.controller.ServiceRemoveStepHandler
Creates a ServiceRemoveStepHandler.
SERVICES_MISSING_DEPENDENCIES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SERVICES_MISSING_TRANSITIVE_DEPENDENCIES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
servicesMissing(StringBuilder) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
servicesMissing(StringBuilder) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the missing services.
servicesMissing$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
servicesMissingDependencies() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
servicesMissingDependencies() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message that indicates there are services with missing or unavailable dependencies.
servicesMissingDependencies$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportAvailable(ServiceName) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportAvailable(ServiceName) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message for the service status report for unavailable dependencies.
serviceStatusReportAvailable$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportCorrected() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportCorrected() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message for the service status report indicating new corrected service.
serviceStatusReportCorrected$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportDependencies() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportDependencies() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message for the service status report indicating new missing or unsatisfied dependencies.
serviceStatusReportDependencies$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportFailed() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportFailed() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message for the service status report for failed services.
serviceStatusReportFailed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportFailureHeader() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportFailureHeader() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
serviceStatusReportFailureHeader$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportHeader() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportHeader() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message for the service status report header.
serviceStatusReportHeader$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportMissing(ServiceName, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportMissing(ServiceName, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message for the service status report for missing dependencies.
serviceStatusReportMissing$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportNoLongerRequired(ServiceName) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceStatusReportNoLongerRequired(ServiceName) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message for the service status report for no longer required dependencies.
serviceStatusReportNoLongerRequired$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
servicesWithTransitiveUnavailability(int) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
servicesWithTransitiveUnavailability(int) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message for the service status report for unavailable dependencies.
servicesWithTransitiveUnavailability$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceTargetRuntimeOperationsOnly() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
serviceTargetRuntimeOperationsOnly() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the get service target only supported in runtime operations.
serviceTargetRuntimeOperationsOnly$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
setAccessConstraints(AccessConstraintDefinition...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets access constraints to use with the attribute
setAccessConstraints(AccessConstraintDefinition...) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
setAccessConstraints(AccessConstraintDefinition...) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Set access constraint definitions for this resource
setAccessMechanism(AccessMechanism) - Method in class org.jboss.as.controller.AccessAuditContext
 
setAddHandler(OperationStepHandler) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Sets the add handler.
setAdditionalOperationsGenerator(PersistentResourceXMLDescription.AdditionalOperationsGenerator) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
setAdditionalPackages(RuntimePackageDependency...) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Set the additional packages that this resource exposes
setAddOperation(AbstractAddStepHandler) - Method in interface org.jboss.as.controller.ResourceBuilder
 
setAddOperation(RestartParentResourceAddHandler) - Method in interface org.jboss.as.controller.ResourceBuilder
 
setAddRestartLevel(OperationEntry.Flag) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Sets the add restart level.
setAllowDuplicates(boolean) - Method in class org.jboss.as.controller.ListAttributeDefinition.Builder
toggles default validator strategy to allow / not allow duplicate elements in list
setAllowedGroups(List<String>) - Method in class org.jboss.as.controller.access.constraint.ServerGroupEffectConstraint
 
setAllowedHosts(List<String>) - Method in class org.jboss.as.controller.access.constraint.HostEffectConstraint
 
setAllowedValues(int...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets allowed values for attribute
setAllowedValues(String...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets allowed values for attribute
setAllowedValues(ModelNode...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets allowed values for attribute
setAllowExpression(boolean) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets whether the attribute should allow expressions If not set the default value is false.
setAllowMultipleRegistrations(boolean) - Method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
Sets whether this capability can be registered at more than one point within the same overall scope.
setAllowNullElement(boolean) - Method in class org.jboss.as.controller.ListAttributeDefinition.Builder
Sets whether undefined list elements are valid.
setAllowNullElement(boolean) - Method in class org.jboss.as.controller.MapAttributeDefinition.Builder
Sets whether undefined list elements are valid.
setAlternatives(String...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets names of alternative attributes that should not be defined if this attribute is defined.
setAppName(String) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setAttributeGroup(String) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets the name of the attribute group with which this attribute is associated.
setAttributeMarshaller(AttributeMarshaller) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets a custom AttributeMarshaller to use for marshalling the attribute to xml.
setAttributeParser(AttributeParser) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets a custom AttributeParser to use for parsing attribute from xml.
setAttributeResolver(ResourceDescriptionResolver) - Method in interface org.jboss.as.controller.ResourceBuilder
 
setAttributeResolver(ResourceDescriptionResolver) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
setAuthorizerConfiguration(AuthorizerConfiguration) - Method in interface org.jboss.as.controller.access.CustomAuthorizer
Provides a reference to the AuthorizerConfiguration to the authorizer.
setCapabilities(RuntimeCapability...) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
set possible capabilities that this resource exposes
setCapabilityReference(String) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Records that this attribute's value represents a reference to an instance of a dynamic capability.
setCapabilityReference(String, String) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Records that this attribute's value represents a reference to an instance of a dynamic capability.
setCapabilityReference(String, AttributeDefinition...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Records that this attribute's value represents a reference to an instance of a dynamic capability.
setCapabilityReference(String, RuntimeCapability<?>) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Records that this attribute's value represents a reference to an instance of a dynamic capability.
setCapabilityReference(RuntimeCapability, String, AttributeDefinition...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Records that this attribute's value represents a reference to an instance of a dynamic capability.
setCapabilityReference(CapabilityReferenceRecorder) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Records that this attribute's value represents a reference to an instance of a dynamic capability and assigns the object that should be used to handle adding and removing capability requirements.
setCheckAbsolutePath(boolean) - Method in class org.jboss.as.controller.services.path.ResolvePathHandler.Builder
Sets whether the path is absolute and should ignore the relative-to value.
setCompactJson(boolean) - Method in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
setConfigurationPersister(ConfigurationPersister) - Method in class org.jboss.as.controller.AbstractControllerService
 
setConfiguredApplication(Boolean) - Method in class org.jboss.as.controller.access.constraint.ApplicationTypeConfig
 
setConfiguredRequiresAccessPermission(Boolean) - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
setConfiguredRequiresReadPermission(Boolean) - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
setConfiguredRequiresWritePermission(Boolean) - Method in class org.jboss.as.controller.access.constraint.AbstractSensitivity
 
setConfiguredSecurityDomainSupplier(Supplier<SecurityDomain>) - Method in class org.jboss.as.controller.access.management.ManagementSecurityIdentitySupplier
 
setCorrector(ParameterCorrector) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets a ParameterCorrector to use to adjust any user provided values before validation occurs.
setCurrentOperationID(Integer) - Static method in class org.jboss.as.controller.CurrentOperationIdHolder
Deprecated.
 
setCustomOperationTransformer(OperationTransformer) - Method in interface org.jboss.as.controller.transform.description.OperationTransformationOverrideBuilder
Set an optional operation transformer, which is called after all attribute rules added by the super-interface have been executed.
setCustomResourceTransformer(ResourceTransformer) - Method in interface org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder
Set an optional custom resource transformer.
setDataValueDescriptor(NotificationDefinition.DataValueDescriptor) - Method in class org.jboss.as.controller.NotificationDefinition.Builder
 
setDateFormat(String) - Method in class org.jboss.as.controller.audit.AuditLogItemFormatter
Sets the date format.
setDateSeparator(String) - Method in class org.jboss.as.controller.audit.AuditLogItemFormatter
Sets whether the date should be included when logging the audit log item.
setDefaultValue(ModelNode) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets a default value to use for the attribute if no user-provided value is available.
setDelegate(Authorizer) - Method in class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
setDelegate(ResourceDefinition) - Method in class org.jboss.as.controller.DelegatingResourceDefinition
 
setDeprecated(ModelVersion) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Marks the attribute as deprecated since the given API version.
setDeprecated(ModelVersion) - Method in class org.jboss.as.controller.services.path.ResolvePathHandler.Builder
 
setDeprecated(ModelVersion) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
Marks the operation as deprecated since the given API version.
setDeprecated(ModelVersion) - Method in class org.jboss.as.controller.SimpleResourceDefinition
 
setDeprecated(ModelVersion, boolean) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Marks the attribute as deprecated since the given API version, with the ability to configure that notifications to the user (e.g.
setDeprecated(ModelVersion, boolean) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
Marks the attribute as deprecated since the given API version, with the ability to configure that notifications to the user (e.g.
setDeprecatedSince(ModelVersion) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Call to deprecate the resource
setDeprecationData(DeprecationData) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Call to deprecate the resource
setDescriptionResolver(ResourceDescriptionResolver) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Sets the description resolver to use
setDiscard(DiscardAttributeChecker, String...) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Sets the DiscardChecker to be used to check if an attribute should be discarded.
setDiscard(DiscardAttributeChecker, Collection<AttributeDefinition>) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Sets the DiscardChecker to be used to check if an attribute should be discarded.
setDiscard(DiscardAttributeChecker, AttributeDefinition...) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Sets the DiscardChecker to be used to check if an attribute should be discarded.
setDomainRollout(boolean) - Method in class org.jboss.as.controller.AccessAuditContext
 
setDomainUuid(String) - Method in class org.jboss.as.controller.AccessAuditContext
 
setDynamicNameMapper(Function<PathAddress, String[]>) - Method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
 
setElementValidator(ParameterValidator) - Method in class org.jboss.as.controller.ListAttributeDefinition.Builder
Sets the validator to use for validating list elements.
setElementValidator(ParameterValidator) - Method in class org.jboss.as.controller.MapAttributeDefinition.Builder
Sets the validator to use for validating list elements.
setEntryType(OperationEntry.EntryType) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
setEscapeControlCharacters(boolean) - Method in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
setEscapeNewLine(boolean) - Method in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
setExpressionsDeprecated() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Marks that support for use of an expression for the attribute's value is deprecated and may be removed in a future release.
setFacility(SyslogAuditLogHandler.Facility) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setFeature(boolean) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
set the feature nature of this resource
setFlags(AttributeAccess.Flag...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets the special purpose flags that are relevant to the attribute
setForcedName(String) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use an xml attribute to provide the name of the resource.
setHandback(T) - Method in class org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder
setHostCapable() - Method in interface org.jboss.as.controller.SubsystemRegistration
Mark a subsystem as host capable.
setHostName(String) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setIncludeDate(boolean) - Method in class org.jboss.as.controller.audit.AuditLogItemFormatter
Sets whether the date should be included when logging the audit log item.
setIncorporatingCapabilities(Set<RuntimeCapability>) - Method in interface org.jboss.as.controller.ResourceBuilder
 
setIncorporatingCapabilities(Set<RuntimeCapability>) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Registers a set of capabilities that this resource does not directly provide but to which it contributes.
setInflowSecurityDomainSuppliers(List<Supplier<SecurityDomain>>) - Method in class org.jboss.as.controller.access.management.ManagementSecurityIdentitySupplier
 
setInitialMode(ServiceController.Mode) - Method in interface org.jboss.as.controller.CapabilityServiceBuilder
setInstance(Service) - Method in interface org.jboss.as.controller.CapabilityServiceBuilder
setListValidator(ParameterValidator) - Method in class org.jboss.as.controller.ListAttributeDefinition.Builder
Sets an overall validator for the list.
setLogBoot(boolean) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Set whether to log operations on boot
setLogBoot(boolean) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
setLoggerStatus(AuditLogger.Status) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Sets the status of the audit logger
setLoggerStatus(AuditLogger.Status) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
setLogReadOnly(boolean) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Set whether to log read-only operations
setLogReadOnly(boolean) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
setMapValidator(ParameterValidator) - Method in class org.jboss.as.controller.MapAttributeDefinition.Builder
Sets an overall validator for the map.
setMarshallDefaultValues(boolean) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
If set to false, default attribute values won't be persisted
setMaxHistory(int) - Method in class org.jboss.as.controller.audit.InMemoryAuditLogHandler
 
setMaxHistory(int) - Method in class org.jboss.as.controller.ConfigurationChangesCollector.ConfigurationChangesCollectorImpl
 
setMaxHistory(int) - Method in interface org.jboss.as.controller.ConfigurationChangesCollector
 
setMaxLength(int) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setMaxOccurs(int) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
set the maximum number of occurrences for this resource
setMaxSize(int) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets a maximum size for a collection-type attribute or one whose value is a string or byte[].
setMaxSize(int) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition.Builder
 
setMeasurementUnit(MeasurementUnit) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets a measurement unit to describe the unit in which a numeric attribute is expressed.
setMessageTransfer(SyslogAuditLogHandler.MessageTransfer) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setMinOccurs(int) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
set the minimum number of occurrences for this resource
setMinSize(int) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets a minimum size description for a collection-type attribute or one whose value is a string or byte[].
setMinSize(int) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition.Builder
 
setNameAttributeName(String) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
Sets name for "name" attribute that is used for wildcard resources.
setNewBootFileName(String) - Method in class org.jboss.as.controller.RunningModeControl
Set the new boot file name.
setNoAddOperation(boolean) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
setNonFacadeMBeansSensitive(boolean) - Method in class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
setNonFacadeMBeansSensitive(boolean) - Method in interface org.jboss.as.controller.access.management.JmxAuthorizer
Sets whether JMX calls to non-facade mbeans (i.e.
setNullSignificant(boolean) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets whether an access control check is required to implicitly set an attribute to undefined in a resource "add" operation.
setOperationInstant() - Method in class org.jboss.as.controller.ConfigurationChangesCollector.ConfigurationChange
Sets the operation time to now.
setOrderedChild() - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Call to indicate that a resource is of a type where ordering matters amongst the siblings of the same type.
setParameters(AttributeDefinition...) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
setParentAttribute(AttributeDefinition) - Method in class org.jboss.as.controller.services.path.PathInfoHandler.Builder
 
setParentAttribute(AttributeDefinition) - Method in class org.jboss.as.controller.services.path.ResolvePathHandler.Builder
Sets the parent attribute that the relative-to and path attributes are children of.
setPathAttribute(AttributeDefinition) - Method in class org.jboss.as.controller.services.path.ResolvePathHandler.Builder
Sets the path attribute.
setPathManager(PathManager) - Method in class org.jboss.as.controller.extension.ExtensionRegistry
setPermissionCombinationPolicy(CombinationPolicy) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
setPort(int) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setPrivateEntry() - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
setProcessName(String) - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Sets the process name.
setProfileParsingCompletionHandler(ProfileParsingCompletionHandler) - Method in interface org.jboss.as.controller.parsing.ExtensionParsingContext
Registers a ProfileParsingCompletionHandler to receive a callback upon completion of parsing of a profile.
setReadOnly() - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
setReconnectTimeout(int) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setReject() - Method in interface org.jboss.as.controller.transform.description.OperationTransformationOverrideBuilder
Reject this operation
setRelativeToAttribute(AttributeDefinition) - Method in class org.jboss.as.controller.services.path.ResolvePathHandler.Builder
Sets the relative-to attribute.
setReloaded() - Method in class org.jboss.as.controller.RunningModeControl
 
setReloadRequired() - Method in class org.jboss.as.controller.ControlledProcessState
 
setRemoveHandler(OperationStepHandler) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Sets the remove handler.
setRemoveOperation(AbstractRemoveStepHandler) - Method in interface org.jboss.as.controller.ResourceBuilder
 
setRemoveOperation(RestartParentResourceRemoveHandler) - Method in interface org.jboss.as.controller.ResourceBuilder
 
setRemoveRestartLevel(OperationEntry.Flag) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Sets the remove restart level.
setReplyParameters(AttributeDefinition...) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
setReplyType(ModelType) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
setReplyValueType(ModelType) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
setRequired(boolean) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets whether the attribute should require a defined value in the absence of alternatives.
setRequirements(Set<CapabilityReferenceRecorder>) - Method in interface org.jboss.as.controller.ResourceBuilder
 
setRequires(String...) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets names of required attributes that must be defined if this attribute is defined.
setResolverExtensionRegistry(ResolverExtensionRegistry) - Method in class org.jboss.as.controller.extension.ExtensionRegistry
 
setResourceOnly() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Marks an attribute as only relevant to a resource, and not a valid parameter to an "add" operation that creates that resource.
setRestartAllServices() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Adds the AttributeAccess.Flag.RESTART_ALL_SERVICES flag and removes any conflicting flag.
setRestartJVM() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Adds the AttributeAccess.Flag.RESTART_JVM flag and removes any conflicting flag.
setRestartRequired() - Method in class org.jboss.as.controller.ControlledProcessState
 
setRoleMappingIncludeAll(String, boolean) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
setRollbackOnly() - Method in interface org.jboss.as.controller.OperationContext
Indicate that the operation should be rolled back, regardless of outcome.
setRunning() - Method in class org.jboss.as.controller.ControlledProcessState
 
setRunningMode(RunningMode) - Method in class org.jboss.as.controller.RunningModeControl
 
setRuntime() - Method in interface org.jboss.as.controller.ResourceBuilder
 
setRuntime() - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Call to indicate that a resource is runtime-only.
setRuntime(boolean) - Method in class org.jboss.as.controller.SimpleResourceDefinition.Parameters
Call to indicate that a resource is runtime-only.
setRuntimeOnly() - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
setRuntimeServiceNotRequired() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
setServiceType(Class<?>) - Method in class org.jboss.as.controller.capability.RuntimeCapability.Builder
Sets that the capability installs a service with the given value type.
setStarting() - Method in class org.jboss.as.controller.ControlledProcessState
 
setStopped() - Method in class org.jboss.as.controller.ControlledProcessState
 
setStopping() - Method in class org.jboss.as.controller.ControlledProcessState
 
setStorageRuntime() - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Adds the AttributeAccess.Flag.STORAGE_RUNTIME flag and removes any conflicting flag.
setSubsystemXmlMapping(String, String, Supplier<XMLElementReader<List<ModelNode>>>) - Method in interface org.jboss.as.controller.parsing.ExtensionParsingContext
Set the parser for the profile-wide subsystem configuration XML element.
setSubsystemXmlMapping(String, String, XMLElementReader<List<ModelNode>>) - Method in interface org.jboss.as.controller.parsing.ExtensionParsingContext
Set the parser for the profile-wide subsystem configuration XML element.
setSubsystemXmlMappings(String, Set<S>) - Method in interface org.jboss.as.controller.parsing.ExtensionParsingContext
Set the parser for the profile-wide subsystem configuration XML element.
setSuffix(String) - Method in class org.jboss.as.controller.ObjectTypeAttributeDefinition.Builder
 
setSuspend(Boolean) - Method in class org.jboss.as.controller.RunningModeControl
 
setSyslogServerAddress(InetAddress) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setSyslogType(SyslogHandler.SyslogType) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setTlsClientCertStoreKeyPassword(String) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setTlsClientCertStorePassword(String) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setTlsClientCertStorePath(String) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setTlsClientCertStoreRelativeTo(String) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setTlsTruststorePassword(String) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setTlsTrustStorePath(String) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setTlsTrustStoreRelativeTo(String) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setTransport(SyslogAuditLogHandler.Transport) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setTruncate(boolean) - Method in class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
setUndefinedMetricValue(ModelNode) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets a default value to use for the metric if no runtime value is available (e.g.
setUseCurrentConfig(boolean) - Method in class org.jboss.as.controller.RunningModeControl
 
setUseElementsForGroups(boolean) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
Sets whether attributes with an attribute group defined should be persisted to a child element whose name is the name of the group.
setUseIdentityRoles(boolean) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
setUseValueAsElementName(boolean) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
setValidator(ParameterValidator) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets the validator that should be used to validate attribute values.
setValidator(ParameterValidator) - Method in class org.jboss.as.controller.ListAttributeDefinition.Builder
setValidator(ParameterValidator) - Method in class org.jboss.as.controller.MapAttributeDefinition.Builder
setValueConverter(AttributeConverter, String...) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Use to convert an attribute's value.
setValueConverter(AttributeConverter, AttributeDefinition...) - Method in interface org.jboss.as.controller.transform.description.BaseAttributeTransformationDescriptionBuilder
Use to convert an attribute's value.
setValueType(ObjectTypeAttributeDefinition) - Method in class org.jboss.as.controller.ObjectListAttributeDefinition.Builder
 
setValueType(ModelType) - Method in class org.jboss.as.controller.SimpleMapAttributeDefinition.Builder
 
setWrapXmlList(boolean) - Method in class org.jboss.as.controller.SimpleListAttributeDefinition.Builder
 
setWriterRegistry(SubsystemXmlWriterRegistry) - Method in class org.jboss.as.controller.extension.ExtensionRegistry
Sets the SubsystemXmlWriterRegistry to use for storing subsystem marshallers.
setXmlElementName(String) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
setXmlName(String) - Method in class org.jboss.as.controller.AbstractAttributeDefinitionBuilder
Sets the xml name for the attribute, which is only needed if the name used for the attribute is different from its ordinary name in the model.
setXmlName(String) - Method in class org.jboss.as.controller.PropertiesAttributeDefinition.Builder
Deprecated.
use setParser(new AttributeParser.PropertiesParsers(wrapper)
setXmlWrapperElement(String) - Method in class org.jboss.as.controller.PersistentResourceXMLDescription.PersistentResourceXMLBuilder
 
SHA1 - org.jboss.as.controller.parsing.Attribute
 
shallowCopy() - Method in interface org.jboss.as.controller.registry.Resource
Creates a shallow copy of this resource, which will only have placeholder resources for immediate children.
shouldProcessOperations(RunningMode) - Method in interface org.jboss.as.controller.persistence.ConfigurationExtension
Checks if the configuration extension should process the supplemental configurations.
shouldProcessOperations(RunningMode) - Method in class org.jboss.as.controller.persistence.yaml.YamlConfigurationExtension
 
shutdown() - Method in interface org.jboss.as.controller.access.CustomAuthorizer
Notification that the authorizer is no longer in use and should shut down.
shutdown() - Method in class org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
 
shutdown() - Method in class org.jboss.as.controller.access.rbac.StandardRBACAuthorizer
 
shutdown() - Method in class org.jboss.as.controller.remote.ResponseAttachmentInputStreamSupport
Closes any registered stream entries that have not yet been consumed
SHUTDOWN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SILENT - org.jboss.as.controller.transform.description.DiscardPolicy
Discard silently.
SIMPLE - Static variable in class org.jboss.as.controller.AttributeMarshaller
simple marshaller
SIMPLE - Static variable in interface org.jboss.as.controller.AttributeMarshallers
simple marshaller
SIMPLE - Static variable in class org.jboss.as.controller.AttributeParser
 
SIMPLE - Static variable in interface org.jboss.as.controller.AttributeParsers
Simple attribute parser, that loads attribute from xml attribute
SIMPLE - Static variable in class org.jboss.as.controller.capability.DynamicNameMappers
 
SIMPLE - Static variable in interface org.jboss.as.controller.ExpressionResolver
An ExpressionResolver that can only resolve from system properties and environment variables.
SIMPLE_ELEMENT - Static variable in interface org.jboss.as.controller.AttributeMarshallers
marshalls attributes to element where element name is attribute name and its content is value of attribute
SIMPLE_ELEMENT - Static variable in interface org.jboss.as.controller.AttributeParsers
simple parser that loads attribute value from xml element with name of attribute and takes its content as value of attribute.
SIMPLE_ELEMENT_UNWRAP - Static variable in interface org.jboss.as.controller.AttributeMarshallers
marshalls attributes to element where element name is attribute name and its content is value of resourceModel
SIMPLE_EXPRESSIONS - Static variable in interface org.jboss.as.controller.transform.AttributeTransformationRequirementChecker
 
SIMPLE_EXPRESSIONS - Static variable in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
Checks a simple attribute for expressions
SIMPLE_LENIENT - Static variable in interface org.jboss.as.controller.ExpressionResolver
An expression resolver that will not throw an OperationFailedException when it encounters an unresolvable expression, instead simply returning that expression.
SIMPLE_LIST_EXPRESSIONS - Static variable in interface org.jboss.as.controller.transform.AttributeTransformationRequirementChecker
 
SimpleAcceptAttributeChecker(ModelNode) - Constructor for class org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleAcceptAttributeChecker
 
SimpleAttributeDefinition - Class in org.jboss.as.controller
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.
SimpleAttributeDefinition(AbstractAttributeDefinitionBuilder<?, ? extends SimpleAttributeDefinition>) - Constructor for class org.jboss.as.controller.SimpleAttributeDefinition
 
SimpleAttributeDefinitionBuilder - Class in org.jboss.as.controller
Provides a builder API for creating a SimpleAttributeDefinition.
SimpleAttributeDefinitionBuilder(String, SimpleAttributeDefinition) - Constructor for class org.jboss.as.controller.SimpleAttributeDefinitionBuilder
 
SimpleAttributeDefinitionBuilder(String, ModelType) - Constructor for class org.jboss.as.controller.SimpleAttributeDefinitionBuilder
 
SimpleAttributeDefinitionBuilder(String, ModelType, boolean) - Constructor for class org.jboss.as.controller.SimpleAttributeDefinitionBuilder
 
SimpleAttributeDefinitionBuilder(SimpleAttributeDefinition) - Constructor for class org.jboss.as.controller.SimpleAttributeDefinitionBuilder
 
SimpleListAttributeDefinition - Class in org.jboss.as.controller
AttributeDefinition for attributes that represent lists with simple element types (i.e.
SimpleListAttributeDefinition(ListAttributeDefinition.Builder, AttributeDefinition) - Constructor for class org.jboss.as.controller.SimpleListAttributeDefinition
 
SimpleListAttributeDefinition.Builder - Class in org.jboss.as.controller
 
SimpleManagementPermission - Class in org.jboss.as.controller.access.permission
Simple implementation of ManagementPermission.
SimpleManagementPermission(Action.ActionEffect, List<Constraint>) - Constructor for class org.jboss.as.controller.access.permission.SimpleManagementPermission
Constructs a permission with the specified name.
SimpleManagementPermission(Action.ActionEffect, Constraint...) - Constructor for class org.jboss.as.controller.access.permission.SimpleManagementPermission
 
SimpleMapAttributeDefinition - Class in org.jboss.as.controller
MapAttributeDefinition for maps with keys of ModelType.STRING and values of type ModelType
SimpleMapAttributeDefinition.Builder - Class in org.jboss.as.controller
 
SimpleNamespace - Class in org.jboss.as.controller.xml
Simple Namespace implementation.
SimpleNamespace(String) - Constructor for class org.jboss.as.controller.xml.SimpleNamespace
 
SimpleOperationDefinition - Class in org.jboss.as.controller
Defining characteristics of operation in a Resource SimpleOperationDefinition is simplest implementation that uses DefaultOperationDescriptionProvider for generating description of operation if more complex DescriptionProvider user should extend this class or OperationDefinition and provide its own DescriptionProvider
SimpleOperationDefinition(SimpleOperationDefinitionBuilder) - Constructor for class org.jboss.as.controller.SimpleOperationDefinition
 
SimpleOperationDefinitionBuilder - Class in org.jboss.as.controller
Builder for helping construct SimpleOperationDefinition
SimpleOperationDefinitionBuilder(String, ResourceDescriptionResolver) - Constructor for class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
SimpleRejectAttributeChecker(ModelNode) - Constructor for class org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleRejectAttributeChecker
 
SimpleResourceDefinition - Class in org.jboss.as.controller
Basic implementation of ResourceDefinition.
SimpleResourceDefinition(PathElement, ResourceDescriptionResolver) - Constructor for class org.jboss.as.controller.SimpleResourceDefinition
ResourceDefinition that uses the given {code descriptionResolver} to configure a DefaultResourceDescriptionProvider to describe the resource.
SimpleResourceDefinition(PathElement, ResourceDescriptionResolver, OperationStepHandler, OperationStepHandler) - Constructor for class org.jboss.as.controller.SimpleResourceDefinition
ResourceDefinition that uses the given {code descriptionResolver} to configure a DefaultResourceDescriptionProvider to describe the resource.
SimpleResourceDefinition(SimpleResourceDefinition.Parameters) - Constructor for class org.jboss.as.controller.SimpleResourceDefinition
Constructs a ResourceDefinition using the passed in parameters object.
SimpleResourceDefinition.Parameters - Class in org.jboss.as.controller
Parameters object for the SimpleResourceDefinition constructor
SimpleVersionedNamespace<V extends Comparable<V>,​N extends org.jboss.staxmapper.Versioned<V,​N>> - Class in org.jboss.as.controller.xml
Simple VersionedNamespace implementation.
SimpleVersionedNamespace(String, V) - Constructor for class org.jboss.as.controller.xml.SimpleVersionedNamespace
 
SINCE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SITE_LOCAL_ADDRESS - org.jboss.as.controller.parsing.Element
 
SITE_LOCAL_ADDRESS - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
SiteLocalInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given address is a link-local address.
size() - Method in class org.jboss.as.controller.PathAddress
Get the size of this path, in elements.
SIZE - org.jboss.as.controller.parsing.Attribute
 
SIZE_ROTATING_FILE_HANDLER - org.jboss.as.controller.parsing.Element
 
SIZE_ROTATING_FILE_HANDLER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SizeRotatingFileAuditLogHandler - Class in org.jboss.as.controller.audit
All methods on this class should be called with ManagedAuditLoggerImpl's lock taken.
SizeRotatingFileAuditLogHandler(String, String, int, PathManagerService, String, String, long, int) - Constructor for class org.jboss.as.controller.audit.SizeRotatingFileAuditLogHandler
 
SKIP_GROUP_LOADING - org.jboss.as.controller.parsing.Attribute
 
SKIP_MISSING_GROUPS - org.jboss.as.controller.parsing.Attribute
 
SKIP_MISSING_GROUPS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SLAVE - org.jboss.as.controller.extension.ExtensionRegistryType
The extension registry is for the domain model part in a host controller running as a slave.
SLAVE_HC_INSTANCE - Static variable in class org.jboss.as.controller.operations.common.ValidateOperationHandler
 
SLAVE_SERVER_OPERATION_TRANSMUTERS - Static variable in class org.jboss.as.controller.operations.OperationAttachments
 
snapshot(String, String) - Method in class org.jboss.as.controller.persistence.BackupXmlConfigurationPersister
 
snapshot(String, String) - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister
Take a snapshot of the current configuration.
snapshotAlreadyExistError(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
snapshotAlreadyExistError(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
snapshotAlreadyExistError$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
SnapshotDeleteHandler - Class in org.jboss.as.controller.operations.common
An operation that deletes a snapshot of the current configuration
SnapshotDeleteHandler(ConfigurationPersister) - Constructor for class org.jboss.as.controller.operations.common.SnapshotDeleteHandler
 
SnapshotListHandler - Class in org.jboss.as.controller.operations.common
An operation that lists the snapshots taken of the current configuration
SnapshotListHandler(ConfigurationPersister) - Constructor for class org.jboss.as.controller.operations.common.SnapshotListHandler
 
SNAPSHOTS - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SNAPSHOTS - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
SnapshotTakeHandler - Class in org.jboss.as.controller.operations.common
An operation that takes a snapshot of the current configuration
SnapshotTakeHandler(ConfigurationPersister) - Constructor for class org.jboss.as.controller.operations.common.SnapshotTakeHandler
 
SOCKET - org.jboss.as.controller.parsing.Element
 
SOCKET_BINDING - org.jboss.as.controller.parsing.Element
 
SOCKET_BINDING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SOCKET_BINDING_CAPABILITY_NAME - Static variable in class org.jboss.as.controller.resource.AbstractSocketBindingResourceDefinition
 
SOCKET_BINDING_DEFAULT_INTERFACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SOCKET_BINDING_GROUP - org.jboss.as.controller.parsing.Attribute
 
SOCKET_BINDING_GROUP - org.jboss.as.controller.parsing.Element
 
SOCKET_BINDING_GROUP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SOCKET_BINDING_GROUP_NAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SOCKET_BINDING_GROUPS - org.jboss.as.controller.parsing.Element
 
SOCKET_BINDING_PORT_OFFSET - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SOCKET_BINDING_REF - org.jboss.as.controller.parsing.Attribute
 
SOCKET_BINDING_REF - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SOCKET_BINDING_REF - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
SOCKET_BINDING_REF - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SOCKET_BINDINGS - org.jboss.as.controller.parsing.Element
 
SOCKET_CONFIG - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SOCKET_CONFIG - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
socketBindingalreadyDeclared(String, String, String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
socketBindingalreadyDeclared(String, String, String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
socketBindingalreadyDeclared$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
SOURCE - Static variable in class org.jboss.as.controller.notification.Notification
 
SOURCE_FILE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SOURCE_INTERFACE - org.jboss.as.controller.parsing.Attribute
 
SOURCE_INTERFACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SOURCE_NETWORK - org.jboss.as.controller.parsing.Attribute
 
SOURCE_NETWORK - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SOURCE_PORT - org.jboss.as.controller.parsing.Attribute
 
SOURCE_PORT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SPEC - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SSL - org.jboss.as.controller.parsing.Element
 
SSL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SSL_CONTEXT - org.jboss.as.controller.parsing.Attribute
 
SSL_CONTEXT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SSL_CONTEXT - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceResourceDefinition
 
SSL_CONTEXT - Static variable in class org.jboss.as.controller.management.BaseNativeInterfaceResourceDefinition
 
SSL_CONTEXT_CAPABILITY - Static variable in class org.jboss.as.controller.management.BaseHttpInterfaceAddStepHandler
 
SSL_CONTEXT_CAPABILITY - Static variable in class org.jboss.as.controller.management.Capabilities
 
SSL_PROTOCOL - org.jboss.as.controller.parsing.Attribute
 
SSL_PROTOCOL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SSL_REF - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SSL_REF - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
STACK - org.jboss.as.controller.parsing.Element
 
stageAlreadyComplete(OperationContext.Stage) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
stageAlreadyComplete(OperationContext.Stage) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the stage is already complete.
stageAlreadyComplete$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
STANDALONE_DOMAIN_IDENTIFIER - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
STANDALONE_SERVER - org.jboss.as.controller.ProcessType
 
STANDARD - org.jboss.as.controller.persistence.ConfigurationFile.InteractionPolicy
The typical case; require that the specified file exist and allow updates to it
STANDARD_NAMESPACES - Static variable in enum org.jboss.as.controller.parsing.Namespace
Set of all namespaces, excluding the special Namespace.UNKNOWN value.
STANDARD_ROLE_NAMES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
StandardRBACAuthorizer - Class in org.jboss.as.controller.access.rbac
Standard Authorizer implementation that uses a provided RoleMapper to construct a DefaultPermissionFactory, with that permission factory used for the permissions used by the superclass implementation.
StandardResourceDescriptionResolver - Class in org.jboss.as.controller.descriptions
ResourceBundle based ResourceDescriptionResolver that builds resource bundle keys by taking a "key prefix" provided to the constructor and dot-appending the string params to the various getXXXDescription methods.
StandardResourceDescriptionResolver(String, String, ClassLoader) - Constructor for class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
 
StandardResourceDescriptionResolver(String, String, ClassLoader, boolean, boolean) - Constructor for class org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
 
StandardRole - Enum in org.jboss.as.controller.access.rbac
The standard roles in the WildFly management access control mechanism.
StandardRoleMapper - Class in org.jboss.as.controller.access.rbac
A RoleMapper that supports configuration from the WildFly management API.
StandardRoleMapper(AuthorizerConfiguration) - Constructor for class org.jboss.as.controller.access.rbac.StandardRoleMapper
 
start() - Method in class org.jboss.as.controller.transform.PathAddressTransformer.BuilderImpl
 
start(StartContext) - Method in class org.jboss.as.controller.AbstractControllerService
 
start(StartContext) - Method in class org.jboss.as.controller.ControlledProcessStateService
 
start(StartContext) - Method in class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
start(StartContext) - Method in class org.jboss.as.controller.security.CredentialStoreUpdateService
 
start(StartContext) - Method in class org.jboss.as.controller.services.path.AbstractPathService
 
start(StartContext) - Method in class org.jboss.as.controller.services.path.PathManagerService
 
START - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
START_MODE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
START_SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
startBoot() - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Callback for the controller to call before the controller is booted
startBoot() - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
STARTING - org.jboss.as.controller.ControlledProcessState.State
The process is starting and its runtime state is being made consistent with its persistent configuration.
startReceiving(Channel) - Method in class org.jboss.as.controller.remote.ModelControllerClientOperationHandlerFactoryService
 
startSubsystemElement(String, boolean) - Method in class org.jboss.as.controller.persistence.SubsystemMarshallingContext
 
STATIC_DISCOVERY - org.jboss.as.controller.parsing.Element
 
STATIC_DISCOVERY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
STATISTICS_ENABLED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
STATUS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
STATUS - Static variable in class org.jboss.as.controller.security.CredentialReference
 
STD_READ_OPS - Static variable in class org.jboss.as.controller.operations.global.GlobalOperationHandlers
 
STD_WRITE_OPS - Static variable in class org.jboss.as.controller.operations.global.GlobalOperationHandlers
 
stepHandlerFailed(OperationStepHandler, String, PathAddress, Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
stepHandlerFailed(OperationStepHandler, String, PathAddress, Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the step handler for the operation failed.
stepHandlerFailed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
STEPS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
stop(StopContext) - Method in class org.jboss.as.controller.AbstractControllerService
 
stop(StopContext) - Method in class org.jboss.as.controller.ControlledProcessStateService
 
stop(StopContext) - Method in class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
stop(StopContext) - Method in class org.jboss.as.controller.security.CredentialStoreUpdateService
 
stop(StopContext) - Method in class org.jboss.as.controller.services.path.AbstractPathService
 
stop(StopContext) - Method in class org.jboss.as.controller.services.path.PathManagerService
 
STOP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
STOP_SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
stopAsynchronous(StopContext) - Method in class org.jboss.as.controller.AbstractControllerService
Hook for subclasses to perform work during the asynchronous task started by AbstractControllerService.stop(org.jboss.msc.service.StopContext).
STOPPED - org.jboss.as.controller.ControlledProcessState.State
The process is stopped
STOPPING - org.jboss.as.controller.ControlledProcessState.State
The process is stopping.
STORAGE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
The key for AttributeAccess.Storage fields.
STORAGE_CONFIGURATION - org.jboss.as.controller.registry.AttributeAccess.Flag
An attribute whose value is stored in the persistent configuration.
STORAGE_RUNTIME - org.jboss.as.controller.registry.AttributeAccess.Flag
An attribute whose value is only stored in runtime services, and isn't stored in the persistent configuration.
store(ModelNode, Set<PathAddress>) - Method in class org.jboss.as.controller.persistence.BackupXmlConfigurationPersister
 
store(ModelNode, Set<PathAddress>) - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister
Persist the given configuration model if ConfigurationPersister.isPersisting() would return true, otherwise return a no-op ConfigurationPersister.PersistenceResource.
store(ModelNode, Set<PathAddress>) - Method in class org.jboss.as.controller.persistence.NullConfigurationPersister
Persist the given configuration model if ConfigurationPersister.isPersisting() would return true, otherwise return a no-op ConfigurationPersister.PersistenceResource.
store(ModelNode, Set<PathAddress>) - Method in class org.jboss.as.controller.persistence.XmlConfigurationPersister
Persist the given configuration model if ConfigurationPersister.isPersisting() would return true, otherwise return a no-op ConfigurationPersister.PersistenceResource.
STORE - Static variable in class org.jboss.as.controller.security.CredentialReference
Name of a field in the complex credential reference attribute.
streamWasClosed() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
streamWasClosed() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
streamWasClosed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
streamWasKilled() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
streamWasKilled() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
streamWasKilled$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
strictType - Variable in class org.jboss.as.controller.operations.validation.ModelTypeValidator
 
STRING_LIST - Static variable in class org.jboss.as.controller.AttributeMarshaller
space delimited list marshaller
STRING_LIST - Static variable in interface org.jboss.as.controller.AttributeMarshallers
space delimited list marshaller
STRING_LIST - Static variable in class org.jboss.as.controller.AttributeParser
 
STRING_LIST - Static variable in interface org.jboss.as.controller.AttributeParsers
 
STRING_LIST_COMMA_DELIMITED - Static variable in interface org.jboss.as.controller.AttributeMarshallers
comma delimited list marshaller
STRING_LIST_COMMA_DELIMITED - Static variable in interface org.jboss.as.controller.AttributeParsers
 
STRING_LIST_NAMED_ELEMENT - Static variable in interface org.jboss.as.controller.AttributeMarshallers
String list marshaller that marshalls to named element list example, name of element is attribute.getXmlName()
STRING_LIST_NAMED_ELEMENT - Static variable in interface org.jboss.as.controller.AttributeParsers
 
StringAllowedValuesValidator - Class in org.jboss.as.controller.operations.validation
 
StringAllowedValuesValidator(String...) - Constructor for class org.jboss.as.controller.operations.validation.StringAllowedValuesValidator
 
StringBytesLengthValidator - Class in org.jboss.as.controller.operations.validation
Validates that the given parameter is a string of an allowed length in bytes.
StringBytesLengthValidator(int) - Constructor for class org.jboss.as.controller.operations.validation.StringBytesLengthValidator
 
StringBytesLengthValidator(int, boolean) - Constructor for class org.jboss.as.controller.operations.validation.StringBytesLengthValidator
 
StringBytesLengthValidator(int, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.StringBytesLengthValidator
 
StringBytesLengthValidator(int, int, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.StringBytesLengthValidator
 
StringLengthValidator - Class in org.jboss.as.controller.operations.validation
Validates that the given parameter is a string of an allowed length.
StringLengthValidator(int) - Constructor for class org.jboss.as.controller.operations.validation.StringLengthValidator
Equivalent to this(min, Integer.MAX_VALUE, false, false).
StringLengthValidator(int, boolean) - Constructor for class org.jboss.as.controller.operations.validation.StringLengthValidator
Equivalent to this(min, Integer.MAX_VALUE, nullable, false).
StringLengthValidator(int, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.StringLengthValidator
Equivalent to this(min, Integer.MAX_VALUE, nullable, allowExpressions).
StringLengthValidator(int, int) - Constructor for class org.jboss.as.controller.operations.validation.StringLengthValidator
 
StringLengthValidator(int, int, boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.StringLengthValidator
Creates a new StringLengthValidator.
StringListAttributeDefinition - Class in org.jboss.as.controller
 
StringListAttributeDefinition.Builder - Class in org.jboss.as.controller
 
SUB_OPERATION_NAME - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
subAddress(int) - Method in class org.jboss.as.controller.PathAddress
Get a portion of this address using segments starting at start (inclusive).
subAddress(int, int) - Method in class org.jboss.as.controller.PathAddress
Get a portion of this address using segments between start (inclusive) and end (exclusive).
SUBDEPLOYMENT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SUBNET_MATCH - org.jboss.as.controller.parsing.Element
 
SUBNET_MATCH - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
SubnetMatchInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given address is on the desired subnet.
SubnetMatchInterfaceCriteria(byte[], int) - Constructor for class org.jboss.as.controller.interfaces.SubnetMatchInterfaceCriteria
Creates a new SubnetMatchInterfaceCriteria
SubnetValidator - Class in org.jboss.as.controller.operations.validation
Validates that a String value can resolve to a subnet format based on class SubnetUtils in Apache Commons Net
SubnetValidator(boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.SubnetValidator
 
SUBSYSTEM - org.jboss.as.controller.parsing.Element
 
SUBSYSTEM - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
subsystemBootInterrupted() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
subsystemBootInterrupted() - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating an interruption awaiting subsystem boot operation execution.
subsystemBootInterrupted$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
subsystemBootOperationFailed(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
subsystemBootOperationFailed(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the boot operations for the subsystem, represented by the name parameter, failed without explanation.
subsystemBootOperationFailed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
subsystemBootOperationFailedExecuting(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
subsystemBootOperationFailedExecuting(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating a failure executing subsystem boot operations.
subsystemBootOperationFailedExecuting$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
SubsystemInformation - Interface in org.jboss.as.controller.extension
 
SubsystemMarshallingContext - Class in org.jboss.as.controller.persistence
Context passed to XMLElementWriters that marshal a subsystem.
SubsystemMarshallingContext(ModelNode, XMLExtendedStreamWriter) - Constructor for class org.jboss.as.controller.persistence.SubsystemMarshallingContext
 
SubsystemModel - Interface in org.jboss.as.controller
Defines a subsystem management model.
SubsystemRegistration - Interface in org.jboss.as.controller
A subsystem registration.
SubsystemResourceDescriptionResolver - Class in org.jboss.as.controller.descriptions
Generates resource descriptions for a given subsystem and exposes a mechanism for generating a ResourceDescriptionResolver for child resources.
SubsystemResourceDescriptionResolver(String, Class<?>) - Constructor for class org.jboss.as.controller.descriptions.SubsystemResourceDescriptionResolver
Constructs a resolver of resource descriptions for the specified subsystem and extension class using the default resource name.
SubsystemResourceDescriptionResolver(String, Class<?>, String) - Constructor for class org.jboss.as.controller.descriptions.SubsystemResourceDescriptionResolver
Constructs a resolver of resource descriptions for the specified subsystem and extension class using the specified resource name.
SubsystemSchema<S extends SubsystemSchema<S>> - Interface in org.jboss.as.controller
Defines a versioned schema for a subsystem.
SubsystemTransformerRegistration - Interface in org.jboss.as.controller.transform
Subsystem transformers registration API Methods on this interface provide main transformers registration points for all ExtensionTransformerRegistration implementations.
SubsystemURN<N extends org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,​N>> - Class in org.jboss.as.controller
A versioned subsystem namespace identified by a URN constructed using a version.
SubsystemURN(String, IntVersion) - Constructor for class org.jboss.as.controller.SubsystemURN
Constructs a URN-based versioned namespace using the default subsystem namespace identifier and the specified subsystem name and version.
SubsystemXmlWriterRegistry - Interface in org.jboss.as.controller.persistence
Registry for XMLElementWriters that can marshal the configuration for a subsystem.
SucceededOperation(T, ModelNode) - Constructor for class org.jboss.as.controller.remote.BlockingQueueOperationListener.SucceededOperation
 
SUCCESS - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
SUCCESS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SUCCESSFUL_RESULT - Static variable in interface org.jboss.as.controller.transform.OperationTransformer
 
successfulBoot() - Method in class org.jboss.as.controller.persistence.AbstractConfigurationPersister
 
successfulBoot() - Method in class org.jboss.as.controller.persistence.BackupXmlConfigurationPersister
 
successfulBoot() - Method in interface org.jboss.as.controller.persistence.ConfigurationPersister
Called once the xml has been successfully parsed, translated into updates, executed in the target controller and all services have started successfully.
successfulBoot(File) - Method in class org.jboss.as.controller.persistence.XmlConfigurationPersister
 
SUFFIX - org.jboss.as.controller.parsing.Attribute
 
SUFFIX - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SUMMARY - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
SUMMARY_DEFINITION - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
 
SUPERUSER - org.jboss.as.controller.access.rbac.StandardRole
 
SuperUserRoleMapper - Class in org.jboss.as.controller.access.rbac
A RoleMapper that always maps the user to the role SUPERUSER.
SuperUserRoleMapper(AuthorizerConfiguration) - Constructor for class org.jboss.as.controller.access.rbac.SuperUserRoleMapper
 
SupportsMulticastInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given interface supports multicast
SUSPEND - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SUSPEND_SERVERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SUSPEND_STATE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SUSPEND_TIMEOUT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SYNC_REMOVED_FOR_READD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
Operation header set by the SyncModelOperationHandler to indicate that a resource is being removed with the intention of re-adding it
SYSLOG_FORMAT - org.jboss.as.controller.parsing.Attribute
 
SYSLOG_FORMAT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SYSLOG_HANDLER - org.jboss.as.controller.parsing.Element
 
SYSLOG_HANDLER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SyslogAuditLogHandler - Class in org.jboss.as.controller.audit
 
SyslogAuditLogHandler(String, String, int, PathManagerService, SyslogCredentialReferenceSupplier) - Constructor for class org.jboss.as.controller.audit.SyslogAuditLogHandler
 
SyslogAuditLogHandler.Facility - Enum in org.jboss.as.controller.audit
Facility as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424) and RFC-3164 (http://tools.ietf.org/html/rfc3164).
SyslogAuditLogHandler.MessageTransfer - Enum in org.jboss.as.controller.audit
 
SyslogAuditLogHandler.Transport - Enum in org.jboss.as.controller.audit
 
SyslogCredentialReferenceSupplier - Interface in org.jboss.as.controller.audit
 
SYSLOGD - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
SYSTEM_DAEMONS - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
SYSTEM_PROPERTIES - org.jboss.as.controller.parsing.Element
 
SYSTEM_PROPERTIES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
SYSTEM_PROPERTY - Static variable in class org.jboss.as.controller.access.constraint.SensitivityClassification
 
SYSTEM_PROPERTY - Static variable in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
SYSTEM_PROPERTY - Static variable in interface org.jboss.as.controller.BlockingTimeout
 
SYSTEM_PROPERTY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
systemPropertyAlreadyExist(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
systemPropertyAlreadyExist(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
systemPropertyAlreadyExist$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
systemPropertyUpdated(String, String) - Method in class org.jboss.as.controller.operations.common.ProcessEnvironment
Notifies this ProcessEnvironment that the runtime value of the given system property has been updated, allowing it to update any state that was originally set via the system property during primordial process boot.
systemPropertyUpdated(String, String) - Method in interface org.jboss.as.controller.operations.common.ProcessEnvironmentSystemPropertyUpdater
Notifies this ProcessEnvironment that the runtime value of the given system property has been updated, allowing it to update any state that was originally set via the system property during primordial process boot.

T

tableIsFull() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
tableIsFull() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the table is full.
tableIsFull$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
TAIL_COMMENT_ALLOWED - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TAKE_SNAPSHOT_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TARGET_PATH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TargetAttribute - Class in org.jboss.as.controller.access
An attribute of the resource that is the target of an action for which access control is needed.
TargetAttribute(String, AttributeAccess, ModelNode, TargetResource) - Constructor for class org.jboss.as.controller.access.TargetAttribute
 
TargetResource - Class in org.jboss.as.controller.access
The resource that is the target of an action for which access control is needed.
TCP - org.jboss.as.controller.audit.SyslogAuditLogHandler.Transport
 
TCP - org.jboss.as.controller.parsing.Element
 
TCP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TEST_RESOLVER - Static variable in interface org.jboss.as.controller.ExpressionResolver
An ExpressionResolver suitable for test cases that can only resolve from system properties and environment variables.
threadDump(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
threadDump(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
threadDump$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
threadDumpException(Exception) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
threadDumpException(Exception) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
threadDumpException$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
TIMEOUT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
timeoutAwaitingFinalResponse(String, PathAddress, long) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutAwaitingFinalResponse(String, PathAddress, long) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
timeoutAwaitingFinalResponse$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutAwaitingInitialStability() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutAwaitingInitialStability() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
timeoutAwaitingInitialStability(long, String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutAwaitingInitialStability(long, String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
timeoutAwaitingInitialStability0$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutAwaitingInitialStability3$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutCompletingOperation(long, String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutCompletingOperation(long, String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
timeoutCompletingOperation$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutDetected() - Method in interface org.jboss.as.controller.BlockingTimeout
Notifies this object that a timeout has occurred, allowing shorter timeout values to be returned from BlockingTimeout.getLocalBlockingTimeout().
timeoutExecutingOperation() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutExecutingOperation() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
timeoutExecutingOperation(long, String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutExecutingOperation(long, String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
timeoutExecutingOperation0$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
timeoutExecutingOperation3$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
TIMESTAMP - Static variable in class org.jboss.as.controller.notification.Notification
 
TimeUnitValidator - Class in org.jboss.as.controller.operations.validation
ParameterValidator that validates the value is a string matching one of the TimeUnit names.
TimeUnitValidator(boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.TimeUnitValidator
 
TimeUnitValidator(boolean, boolean, TimeUnit...) - Constructor for class org.jboss.as.controller.operations.validation.TimeUnitValidator
 
TimeUnitValidator(boolean, TimeUnit...) - Constructor for class org.jboss.as.controller.operations.validation.TimeUnitValidator
 
TLS - org.jboss.as.controller.audit.SyslogAuditLogHandler.Transport
 
TLS - org.jboss.as.controller.parsing.Element
 
TLS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TO_LOWER - Static variable in class org.jboss.as.controller.CaseParameterCorrector
Converts the string value of the newValue into lowercase only if the value is not already in lowercase.
TO_PROFILE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TO_REPLACE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TO_UPPER - Static variable in class org.jboss.as.controller.CaseParameterCorrector
Converts the string value of the newValue into uppercase only if the value is not already in uppercase.
toCLIStyleString() - Method in class org.jboss.as.controller.PathAddress
 
toModelNode() - Method in class org.jboss.as.controller.ModelVersion
 
toModelNode() - Method in class org.jboss.as.controller.notification.Notification
 
toModelNode() - Method in enum org.jboss.as.controller.operations.global.ReadResourceDescriptionHandler.AccessControl
 
toModelNode() - Method in class org.jboss.as.controller.PathAddress
Convert this path address to its model node representation.
Tool() - Constructor for class org.jboss.as.controller.registry.ResourceProvider.Tool
 
toPathStyleString() - Method in class org.jboss.as.controller.PathAddress
 
TopRoleConstraint - Class in org.jboss.as.controller.access.constraint
A Constraint for writing to the top level standard roles i.e.
toString() - Method in exception org.jboss.as.controller._private.OperationFailedRuntimeException
 
toString() - Method in enum org.jboss.as.controller.access.Action.ActionEffect
 
toString() - Method in enum org.jboss.as.controller.access.CombinationPolicy
 
toString() - Method in class org.jboss.as.controller.access.management.AccessConstraintKey
 
toString() - Method in class org.jboss.as.controller.access.management.AuthorizedAddress
 
toString() - Method in class org.jboss.as.controller.capability.registry.CapabilityId
 
toString() - Method in class org.jboss.as.controller.capability.registry.RegistrationPoint
 
toString() - Method in class org.jboss.as.controller.capability.RuntimeCapability
 
toString() - Method in enum org.jboss.as.controller.ControlledProcessState.State
 
toString() - Method in class org.jboss.as.controller.interfaces.InetAddressMatchInterfaceCriteria
 
toString() - Method in class org.jboss.as.controller.interfaces.LoopbackAddressInterfaceCriteria
 
toString() - Method in class org.jboss.as.controller.interfaces.OverallInterfaceCriteria
 
toString() - Method in class org.jboss.as.controller.ModelVersion
 
toString() - Method in class org.jboss.as.controller.notification.Notification
 
toString() - Method in enum org.jboss.as.controller.OperationContext.ExecutionStatus
 
toString() - Method in exception org.jboss.as.controller.OperationFailedException
 
toString() - Method in enum org.jboss.as.controller.operations.global.ReadResourceDescriptionHandler.AccessControl
 
toString() - Method in class org.jboss.as.controller.ParsedBootOp
 
toString() - Method in class org.jboss.as.controller.PathAddress
 
toString() - Method in class org.jboss.as.controller.PathElement
 
toString() - Method in enum org.jboss.as.controller.registry.AttributeAccess.AccessType
 
toString() - Method in enum org.jboss.as.controller.registry.AttributeAccess.Storage
 
toString() - Method in exception org.jboss.as.controller.registry.Resource.NoSuchResourceException
 
toString() - Method in class org.jboss.as.controller.registry.RuntimePackageDependency
 
toString() - Method in class org.jboss.as.controller.security.InetAddressPrincipal
Get a human-readable representation of this principal.
toString() - Method in class org.jboss.as.controller.xml.SimpleNamespace
 
trackAllowed() - Method in class org.jboss.as.controller.ConfigurationChangesCollector.ConfigurationChangesCollectorImpl
 
trackAllowed() - Method in interface org.jboss.as.controller.ConfigurationChangesCollector
 
TransactionalOperationImpl - Class in org.jboss.as.controller.remote
 
TransactionalOperationImpl(ModelNode, OperationMessageHandler, OperationAttachments) - Constructor for class org.jboss.as.controller.remote.TransactionalOperationImpl
 
TransactionalProtocolClient - Interface in org.jboss.as.controller.remote
A transactional protocol client.
TransactionalProtocolClient.Operation - Interface in org.jboss.as.controller.remote
An operation wrapper.
TransactionalProtocolClient.PreparedOperation<T extends TransactionalProtocolClient.Operation> - Interface in org.jboss.as.controller.remote
The prepared result.
TransactionalProtocolClient.TransactionalOperationListener<T extends TransactionalProtocolClient.Operation> - Interface in org.jboss.as.controller.remote
The transactional operation listener.
TransactionalProtocolHandlers - Class in org.jboss.as.controller.remote
 
TransactionalProtocolOperationHandler - Class in org.jboss.as.controller.remote
The transactional request handler for a remote TransactionalProtocolClient.
TransactionalProtocolOperationHandler(ModelController, ManagementChannelAssociation, ResponseAttachmentInputStreamSupport) - Constructor for class org.jboss.as.controller.remote.TransactionalProtocolOperationHandler
 
transactionInterrupted() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
transactionInterrupted() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an interruption awaiting a transaction commit or rollback.
transactionInterrupted$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
TRANSFER_ENCODING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
transform(PathElement, PathAddressTransformer.Builder) - Method in class org.jboss.as.controller.transform.PathAddressTransformer.BasicPathAddressTransformer
 
transform(PathElement, PathAddressTransformer.Builder) - Method in class org.jboss.as.controller.transform.PathAddressTransformer.ReplaceElementKey
 
transform(PathElement, PathAddressTransformer.Builder) - Method in interface org.jboss.as.controller.transform.PathAddressTransformer
Transform an address.
transform(TransformationContext, PathAddress, ModelNode) - Method in class org.jboss.as.controller.transform.AbstractOperationTransformer
Transform the operation only.
transformAddress(PathAddress) - Method in interface org.jboss.as.controller.transform.AliasOperationTransformer.AddressTransformer
Deprecated.
Transform an address.
transformAddress(PathAddress, TransformationTarget) - Static method in class org.jboss.as.controller.transform.ChainedTransformationTools
Transform a path address.
transformAddress(PathAddress, TransformationTarget) - Static method in class org.jboss.as.controller.transform.TransformersImpl
Transform a path address.
TransformationContext - Interface in org.jboss.as.controller.transform
 
TransformationDescription - Interface in org.jboss.as.controller.transform.description
The final transformation description including child resources.
TransformationDescription.Tools - Class in org.jboss.as.controller.transform.description
 
TransformationDescriptionBuilder - Interface in org.jboss.as.controller.transform.description
A transformation description builder.
TransformationDescriptionBuilder.Factory - Class in org.jboss.as.controller.transform.description
 
TransformationInputs(OperationContext) - Constructor for class org.jboss.as.controller.transform.Transformers.TransformationInputs
Creates a new TransformationInputs from the given operation context.
TransformationTarget - Interface in org.jboss.as.controller.transform
A potentially remote target requiring transformation.
TransformationTarget.TransformationTargetType - Enum in org.jboss.as.controller.transform
 
TransformationTargetImpl - Class in org.jboss.as.controller.transform
 
transformationWarnings(String, Set<String>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
transformationWarnings(String, Set<String>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
transformationWarnings$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
TransformedOperation(ModelNode, OperationRejectionPolicy, OperationResultTransformer) - Constructor for class org.jboss.as.controller.transform.OperationTransformer.TransformedOperation
 
TransformedOperation(ModelNode, OperationResultTransformer) - Constructor for class org.jboss.as.controller.transform.OperationTransformer.TransformedOperation
 
TRANSFORMER - Static variable in class org.jboss.as.controller.operations.global.QueryOperationHandler
Transformer for this operation for slave Host Controllers running versions prior to WildFly Core 1.0 (i.e.
TransformerEntry - Interface in org.jboss.as.controller.transform
 
transformerLoggerCoreModelOperationTransformerAttributes(ModelNode, PathAddress, ModelVersion, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
transformerLoggerCoreModelOperationTransformerAttributes(ModelNode, PathAddress, ModelVersion, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
transformerLoggerCoreModelOperationTransformerAttributes$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
transformerLoggerCoreModelResourceTransformerAttributes(PathAddress, ModelVersion, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
transformerLoggerCoreModelResourceTransformerAttributes(PathAddress, ModelVersion, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
transformerLoggerCoreModelResourceTransformerAttributes$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
transformerLoggerSubsystemModelOperationTransformerAttributes(ModelNode, PathAddress, String, ModelVersion, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
transformerLoggerSubsystemModelOperationTransformerAttributes(ModelNode, PathAddress, String, ModelVersion, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
transformerLoggerSubsystemModelOperationTransformerAttributes$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
transformerLoggerSubsystemModelResourceTransformerAttributes(PathAddress, String, ModelVersion, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
transformerLoggerSubsystemModelResourceTransformerAttributes(PathAddress, String, ModelVersion, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
transformerLoggerSubsystemModelResourceTransformerAttributes$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
TransformerOperationAttachment - Class in org.jboss.as.controller.transform
If this attachment is attached to an OperationContext, its internal attachments get propagated to the transformers.
TransformerOperationAttachment() - Constructor for class org.jboss.as.controller.transform.TransformerOperationAttachment
 
TransformerRegistry - Class in org.jboss.as.controller.transform
Global transformers registry.
TransformerRegistry.Factory - Class in org.jboss.as.controller.transform
 
TransformerRegistry.TransformersSubRegistrationImpl - Class in org.jboss.as.controller.transform
 
Transformers - Interface in org.jboss.as.controller.transform
Transformers API for manipulating transformation operations between different versions of application server
Transformers.Factory - Class in org.jboss.as.controller.transform
Convenience factory for unit tests, and default internal implementations
Transformers.OperationExcludedTransformationRegistry - Interface in org.jboss.as.controller.transform
Provides information on whether a target process is excluded from receiving operations for a particular resource addresses.
Transformers.ResourceIgnoredTransformationRegistry - Interface in org.jboss.as.controller.transform
Provides information on whether a target process is ignoring particular resource addresses.
Transformers.TransformationInputs - Class in org.jboss.as.controller.transform
Standard inputs into a transformation process.
TransformersImpl - Class in org.jboss.as.controller.transform
 
TransformersLogger - Class in org.jboss.as.controller.transform
Logger utility class that provides a unified mechanism to log warnings that occur as part of the transformation process.
TransformersSubRegistration - Interface in org.jboss.as.controller.transform
Registration for subsystem specific operation transformers.
TransformersSubRegistrationImpl(ModelVersionRange, GlobalTransformerRegistry, PathAddress) - Constructor for class org.jboss.as.controller.transform.TransformerRegistry.TransformersSubRegistrationImpl
 
TransformingProxyController - Interface in org.jboss.as.controller
A ProxyController with transformation capabilities.
TransformingProxyController.Factory - Class in org.jboss.as.controller
Factory methods for creating a TransformingProxyController
transformOperation(OperationContext, ModelNode) - Method in interface org.jboss.as.controller.TransformingProxyController
Transform the operation.
transformOperation(TransformationContext, PathAddress, ModelNode) - Method in class org.jboss.as.controller.transform.AbstractOperationTransformer
 
transformOperation(TransformationContext, PathAddress, ModelNode) - Method in class org.jboss.as.controller.transform.AliasOperationTransformer
Deprecated.
 
transformOperation(TransformationContext, PathAddress, ModelNode) - Method in class org.jboss.as.controller.transform.DiscardAttributesTransformer
 
transformOperation(TransformationContext, PathAddress, ModelNode) - Method in class org.jboss.as.controller.transform.DiscardUndefinedAttributesTransformer
 
transformOperation(TransformationContext, PathAddress, ModelNode) - Method in interface org.jboss.as.controller.transform.OperationTransformer
Transform the operation.
transformOperation(TransformationContext, PathAddress, ModelNode) - Method in class org.jboss.as.controller.transform.RejectExpressionValuesTransformer
 
transformOperation(TransformationContext, ModelNode) - Method in interface org.jboss.as.controller.transform.Transformers
Only for use by test frameworks. Transforms an operation.
transformOperation(TransformationContext, ModelNode) - Method in class org.jboss.as.controller.transform.TransformersImpl
 
transformOperation(Transformers.TransformationInputs, ModelNode) - Method in interface org.jboss.as.controller.transform.Transformers
Transform an operation.
transformOperation(Transformers.TransformationInputs, ModelNode) - Method in class org.jboss.as.controller.transform.TransformersImpl
 
transformOperation(Transformers.TransformationInputs, ModelNode) - Method in interface org.jboss.as.controller.TransformingProxyController
Transform the operation.
transformResource(ResourceTransformationContext, PathAddress, Resource) - Method in class org.jboss.as.controller.transform.AddNameFromAddressResourceTransformer
 
transformResource(ResourceTransformationContext, PathAddress, Resource) - Method in class org.jboss.as.controller.transform.AliasOperationTransformer
Deprecated.
 
transformResource(ResourceTransformationContext, PathAddress, Resource) - Method in class org.jboss.as.controller.transform.DiscardAttributesTransformer
 
transformResource(ResourceTransformationContext, PathAddress, Resource) - Method in class org.jboss.as.controller.transform.DiscardUndefinedAttributesTransformer
 
transformResource(ResourceTransformationContext, PathAddress, Resource) - Method in class org.jboss.as.controller.transform.RejectExpressionValuesTransformer
 
transformResource(ResourceTransformationContext, PathAddress, Resource) - Method in interface org.jboss.as.controller.transform.ResourceTransformer
Transform a resource.
transformResource(ResourceTransformationContext, Resource) - Method in interface org.jboss.as.controller.transform.Transformers
Only for use by test frameworks..
transformResource(ResourceTransformationContext, Resource) - Method in class org.jboss.as.controller.transform.TransformersImpl
 
transformResult(ModelNode) - Method in class org.jboss.as.controller.transform.AbstractOperationTransformer
 
transformResult(ModelNode) - Method in interface org.jboss.as.controller.transform.OperationResultTransformer
Transform the operation result.
transformResult(ModelNode) - Method in class org.jboss.as.controller.transform.OperationTransformer.TransformedOperation
 
transformRootResource(Transformers.TransformationInputs, Resource) - Method in interface org.jboss.as.controller.transform.Transformers
Transform a given root resource, including children.
transformRootResource(Transformers.TransformationInputs, Resource) - Method in class org.jboss.as.controller.transform.TransformersImpl
 
transformRootResource(Transformers.TransformationInputs, Resource, Transformers.ResourceIgnoredTransformationRegistry) - Method in interface org.jboss.as.controller.transform.Transformers
Transform a given resource, including children, removing resources that the given ignoredTransformationRegistry indicates are being ignored by the target process.
transformRootResource(Transformers.TransformationInputs, Resource, Transformers.ResourceIgnoredTransformationRegistry) - Method in class org.jboss.as.controller.transform.TransformersImpl
 
translateAddress(PathAddress) - Method in interface org.jboss.as.controller.ProxyOperationAddressTranslator
 
translateOperationForProxy(ModelNode) - Method in class org.jboss.as.controller.remote.RemoteProxyController
Translate the operation address.
transmmute(OperationContext, ModelNode) - Method in class org.jboss.as.controller.operations.CompositeOperationAwareTransmuter
 
transmmute(OperationContext, ModelNode) - Method in interface org.jboss.as.controller.operations.DomainOperationTransmuter
 
TRIM_DESCRIPTONS - org.jboss.as.controller.operations.global.ReadResourceDescriptionHandler.AccessControl
Access control information should be inclueded alongside the minimal resource descriptions
TRUNCATE - org.jboss.as.controller.parsing.Attribute
 
TRUNCATE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TRUST_MANAGER_ALGORITHM - org.jboss.as.controller.parsing.Attribute
 
TRUST_MANAGER_ALGORITHM - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TRUSTSTORE - org.jboss.as.controller.parsing.Element
 
TRUSTSTORE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TRUSTSTORE_PASSWORD - org.jboss.as.controller.parsing.Attribute
 
TRUSTSTORE_PASSWORD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TRUSTSTORE_PATH - org.jboss.as.controller.parsing.Attribute
 
TRUSTSTORE_PATH - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TRUSTSTORE_TYPE - org.jboss.as.controller.parsing.Attribute
 
TRUSTSTORE_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TYPE - org.jboss.as.controller.parsing.Attribute
 
TYPE - org.jboss.as.controller.parsing.Element
 
TYPE - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
TYPE - Static variable in class org.jboss.as.controller.notification.Notification
 
TYPE - Static variable in class org.jboss.as.controller.security.CredentialReference
Name of a field in the complex credential reference attribute.
TYPE_CORE - Static variable in class org.jboss.as.controller.audit.AuditLogItemFormatter
 
TYPE_JMX - Static variable in class org.jboss.as.controller.audit.AuditLogItemFormatter
 
typeConversionError(ModelNode, Collection<ModelType>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
typeConversionError(ModelNode, Collection<ModelType>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
typeConversionError$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 

U

UDP - org.jboss.as.controller.audit.SyslogAuditLogHandler.Transport
 
UDP - org.jboss.as.controller.parsing.Element
 
UDP - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
udpSyslogServerUnavailable(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
udpSyslogServerUnavailable(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
udpSyslogServerUnavailable$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unableToBuildCommandCredentialSource(Throwable) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unableToBuildCommandCredentialSource(Throwable) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unableToBuildCommandCredentialSource$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unableToResolveExpressions() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unableToResolveExpressions() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unableToResolveExpressions$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unauthorized(String, PathAddress, ModelNode) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unauthorized(String, PathAddress, ModelNode) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unauthorized$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
UnauthorizedException - Exception in org.jboss.as.controller
OperationFailedRuntimeException thrown when an operation is not authorized.
UnauthorizedException(String) - Constructor for exception org.jboss.as.controller.UnauthorizedException
Constructs a OperationFailedException with the given message.
UNDEFINE_ATTRIBUTE_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
UndefineAttributeHandler - Class in org.jboss.as.controller.operations.global
The undefine-attribute handler, writing an undefined value for a single attribute.
UndefineAttributeHandler() - Constructor for class org.jboss.as.controller.operations.global.UndefineAttributeHandler
 
UNDEFINED - Static variable in interface org.jboss.as.controller.transform.description.DiscardAttributeChecker
A standard checker which will discard the attribute if it is undefined, as long as it is not an expression
UNDEFINED - Static variable in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
 
UNDEPLOY - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
undoRoleMappingRemove(Object) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
Undo a prior removal using the supplied undo key.
unexpectedAttribute(QName, StringBuilder, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedAttribute(QName, StringBuilder, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unexpectedAttribute(QName, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedAttribute(QName, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an unexpected attribute, represented by the name parameter, was encountered.
unexpectedAttribute(XMLExtendedStreamReader, int) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting an unexpected XML attribute.
unexpectedAttribute(XMLExtendedStreamReader, int, Set<String>) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting an unexpected XML attribute.
unexpectedAttribute1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedAttribute2$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedElement(QName, StringBuilder, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedElement(QName, StringBuilder, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unexpectedElement(QName, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedElement(QName, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an unexpected element, represented by the name parameter, was encountered.
unexpectedElement(XMLExtendedStreamReader) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting an unexpected XML element.
unexpectedElement(XMLExtendedStreamReader, Set<String>) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting an unexpected XML element.
unexpectedElement1$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedElement2$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedEndElement(QName, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedEndElement(QName, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an unexpected end of an element, represented by the name parameter, was encountered.
unexpectedEndElement(XMLExtendedStreamReader) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting an unexpected end tag for an XML element.
unexpectedEndElement$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedOperationExecutionException(Throwable, List<ModelNode>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedOperationExecutionException(Throwable, List<ModelNode>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unexpectedOperationExecutionException$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedOperationExecutionFailureDescription(RuntimeException) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedOperationExecutionFailureDescription(RuntimeException) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unexpectedOperationExecutionFailureDescription$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedValueForResource(Object, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unexpectedValueForResource(Object, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unexpectedValueForResource$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
UninterruptibleCountDownLatch - Class in org.jboss.as.controller
Enhanced CountDownLatch providing uninterruptible variants of await() methods.
UninterruptibleCountDownLatch(int) - Constructor for class org.jboss.as.controller.UninterruptibleCountDownLatch
 
UNIT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
UNKNOWN - org.jboss.as.controller.parsing.Attribute
 
UNKNOWN - org.jboss.as.controller.parsing.Element
 
UNKNOWN - org.jboss.as.controller.parsing.Namespace
 
unknownAttribute(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownAttribute(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the attribute, represented by the name parameter, is unknown.
unknownAttribute$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownBaseRole(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownBaseRole(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unknownBaseRole$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownCapability(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownCapability(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unknownCapability$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownCapabilityInContext(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownCapabilityInContext(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unknownCapabilityInContext$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownChildType(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownChildType(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating there is no known child type with the name, represented by the name parameter.
unknownChildType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownCriteriaInterfaceProperty(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownCriteriaInterfaceProperty(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the property, represented by the name parameter, is unknown.
unknownCriteriaInterfaceProperty$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownCriteriaInterfaceType(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownCriteriaInterfaceType(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the interface criteria type, represented by the type parameter, is unknown.
unknownCriteriaInterfaceType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownInterface(String, String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownInterface(String, String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the interface, represented by the value attribute, for the attribute, represented by the attributeName parameter, is unknown on in the element.
unknownInterface$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownMulticastAddress(UnknownHostException, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownMulticastAddress(UnknownHostException, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating the value for the attribute, represented by the name parameter, is not a valid multicast address.
unknownMulticastAddress$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownRole(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownRole(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unknownRole$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownValueForElement(String, String, String, String, Location) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unknownValueForElement(String, String, String, String, Location) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating an unknown elementName1 value elementName2 must be declared in the element represented by the parentElement parameter.
unknownValueForElement$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
UnknowRoleException - Exception in org.jboss.as.controller.access.rbac
 
UnknowRoleException() - Constructor for exception org.jboss.as.controller.access.rbac.UnknowRoleException
 
UnknowRoleException(String) - Constructor for exception org.jboss.as.controller.access.rbac.UnknowRoleException
 
UnknowRoleException(String, Throwable) - Constructor for exception org.jboss.as.controller.access.rbac.UnknowRoleException
 
UnknowRoleException(Throwable) - Constructor for exception org.jboss.as.controller.access.rbac.UnknowRoleException
 
UNREADABLE_CHILDREN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
unregisterAccessConstraintUtilizations(PathAddress) - Method in interface org.jboss.as.controller.access.management.AccessConstraintUtilizationRegistry
 
unregisterAccessConstraintUtilizations(PathAddress) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
unregisterAlias(PathElement) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
unregisterAlias(PathElement) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Unregister an alias
unregisterAttribute(String) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
unregisterAttribute(String) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Remove that the given attribute if present.
unregisterNotification(String) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
unregisterNotification(String) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Remove that the given notification can be emitted by this resource.
unregisterNotificationHandler(PathAddress, NotificationHandler, NotificationFilter) - Method in interface org.jboss.as.controller.notification.NotificationHandlerRegistry
Unregister the given NotificationHandler to stop receiving notifications emitted by the resource at the given source address.
unregisterOperationHandler(String) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
unregisterOperationHandler(String) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Unregister an operation handler for this resource.
unregisterOverrideModel(String) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
unregisterOverrideModel(String) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Unregister a specifically named resource that overrides a wildcard registration by adding additional attributes, operations or child types.
unregisterProxyController(PathElement) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
unregisterProxyController(PathElement) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Unregister a proxy controller
unregisterScopedRoleListener(AuthorizerConfiguration.ScopedRoleListener) - Method in interface org.jboss.as.controller.access.AuthorizerConfiguration
Unregister a listener for changes in the configured scoped roles.
unregisterScopedRoleListener(AuthorizerConfiguration.ScopedRoleListener) - Method in class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
unregisterSubModel(PathElement) - Method in class org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
 
unregisterSubModel(PathElement) - Method in interface org.jboss.as.controller.registry.ManagementResourceRegistration
Unregister the existence of an addressable sub-resource of this resource.
unregisterSubsystemWriter(String) - Method in class org.jboss.as.controller.persistence.AbstractConfigurationPersister
 
unregisterSubsystemWriter(String) - Method in interface org.jboss.as.controller.persistence.SubsystemXmlWriterRegistry
Unregisters the XML configuration writer of the named subsystem.
unsupportedCharset(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unsupportedCharset(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unsupportedCharset$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unsupportedElement(QName, Location, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unsupportedElement(QName, Location, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unsupportedElement(XMLExtendedStreamReader, String) - Static method in class org.jboss.as.controller.parsing.ParseUtils
Get an exception reporting a missing, required XML attribute.
unsupportedElement$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unsupportedIdentityParameter(byte, byte) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unsupportedIdentityParameter(byte, byte) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unsupportedIdentityParameter$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unsupportedIdentityType(byte) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unsupportedIdentityType(byte) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unsupportedIdentityType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unsupportedLegacyExtension(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unsupportedLegacyExtension(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unsupportedLegacyExtension$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
UnsupportedSubsystemDescribeHandler - Class in org.jboss.as.controller.extension
Handler for the "describe" operation for an extension that is only supported for non-server use in a mixed-version domain where legacy slaves still support the extension.
UnsupportedSubsystemDescribeHandler(String) - Constructor for class org.jboss.as.controller.extension.UnsupportedSubsystemDescribeHandler
 
unsupportedUsageOfExpression() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unsupportedUsageOfExpression() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
unsupportedUsageOfExpression$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
unwrap(ExpressionResolver, ModelNode) - Method in class org.jboss.as.controller.PropertiesAttributeDefinition
 
unwrap(ExpressionResolver, ModelNode) - Method in class org.jboss.as.controller.StringListAttributeDefinition
 
unwrapModel(ExpressionResolver, ModelNode) - Static method in class org.jboss.as.controller.PropertiesAttributeDefinition
 
UNWRAPPED_OBJECT_LIST_MARSHALLER - Static variable in class org.jboss.as.controller.AttributeMarshaller
 
UNWRAPPED_OBJECT_LIST_PARSER - Static variable in class org.jboss.as.controller.AttributeParser
 
UNWRAPPED_OBJECT_LIST_PARSER - Static variable in interface org.jboss.as.controller.AttributeParsers
 
UnWrappedObjectListParser() - Constructor for class org.jboss.as.controller.AttributeParsers.UnWrappedObjectListParser
 
unwrapValue(ExpressionResolver, ModelNode) - Static method in class org.jboss.as.controller.StringListAttributeDefinition
 
UP - org.jboss.as.controller.parsing.Element
 
UP - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
 
UPDATE_AUTO_START_WITH_SERVER_STATUS - org.jboss.as.controller.parsing.Attribute
 
UPDATE_AUTO_START_WITH_SERVER_STATUS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
UPDATE_ROLLED_BACK - Static variable in class org.jboss.as.controller.security.CredentialReference
 
UPDATE_RUNTIME - Static variable in class org.jboss.as.controller.operations.common.InterfaceCriteriaWriteHandler
 
UPDATED - org.jboss.as.controller.services.path.PathManager.Event
A path entry was updated
updateHandler(AuditLogHandler) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger.AuditLogHandlerUpdater
Update a handler.
updateHandler(AuditLogHandler) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
updateHandlerFormatter(String, String) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Update the handler formatter.
updateHandlerFormatter(String, String) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
updateHandlerMaxFailureCount(String, int) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Update the handler max failure count.
updateHandlerMaxFailureCount(String, int) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
updateInMemoryHandlerMaxHistory(String, int) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Update the handler history size.
updateInMemoryHandlerMaxHistory(String, int) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
updateModel(OperationContext, ModelNode) - Method in class org.jboss.as.controller.RestartParentResourceAddHandler
 
updateModel(OperationContext, ModelNode) - Method in class org.jboss.as.controller.RestartParentResourceHandlerBase
Performs the update to the persistent configuration model.
updateModel(OperationContext, ModelNode) - Method in class org.jboss.as.controller.RestartParentResourceRemoveHandler
Performs the update to the persistent configuration model.
updateModel(ModelNode, Resource) - Method in class org.jboss.as.controller.AbstractModelUpdateHandler
Update the given resource in the persistent configuration model based on the values in the given operation.
updateModel(ModelNode, ModelNode) - Method in class org.jboss.as.controller.AbstractModelUpdateHandler
Update the given node in the persistent configuration model based on the values in the given operation.
updateModel(ModelNode, ModelNode) - Method in class org.jboss.as.controller.operations.common.NamespaceAddHandler
 
updateModel(ModelNode, ModelNode) - Method in class org.jboss.as.controller.operations.common.SchemaLocationAddHandler
 
updateSyslogHandlerAppName(String, String) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Update the handler app-name.
updateSyslogHandlerAppName(String, String) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
updateSyslogHandlerFacility(String, SyslogAuditLogHandler.Facility) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Update the syslog handler facility.
updateSyslogHandlerFacility(String, SyslogAuditLogHandler.Facility) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
updateSyslogHandlerReconnectTimeout(String, int) - Method in interface org.jboss.as.controller.audit.ManagedAuditLogger
Update the handler reconnect timeout.
updateSyslogHandlerReconnectTimeout(String, int) - Method in class org.jboss.as.controller.audit.ManagedAuditLoggerImpl
 
UpInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given interface is up.
UPLOAD_DEPLOYMENT_BYTES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
UPLOAD_DEPLOYMENT_STREAM - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
UPLOAD_DEPLOYMENT_URL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
URI - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
URIValidator - Class in org.jboss.as.controller.operations.validation
A ParameterValidator to verify that a parameter is a correctly formed URI.
URIValidator(boolean, boolean) - Constructor for class org.jboss.as.controller.operations.validation.URIValidator
 
URL - org.jboss.as.controller.parsing.Attribute
 
URL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USE_CURRENT_DOMAIN_CONFIG - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USE_CURRENT_HOST_CONFIG - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USE_CURRENT_SERVER_CONFIG - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USE_IDENTITY_ROLES - org.jboss.as.controller.parsing.Attribute
 
USE_IDENTITY_ROLES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
useGit() - Method in class org.jboss.as.controller.persistence.ConfigurationFile
 
useOperationContextRemoveService() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
useOperationContextRemoveService() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating a user tried calling ServiceController.setMode(REMOVE) from an operation handler.
useOperationContextRemoveService$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
USER - org.jboss.as.controller.access.AuthorizerConfiguration.PrincipalType
 
USER - org.jboss.as.controller.parsing.Attribute
 
USER - org.jboss.as.controller.parsing.Element
 
USER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USER_DN - org.jboss.as.controller.parsing.Attribute
 
USER_DN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USER_DN_ATTRIBUTE - org.jboss.as.controller.parsing.Attribute
 
USER_DN_ATTRIBUTE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USER_ID - Static variable in class org.jboss.as.controller.audit.JsonAuditLogItemFormatter
 
USER_LEVEL - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
USERNAME - org.jboss.as.controller.parsing.Attribute
 
USERNAME - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USERNAME_ATTRIBUTE - org.jboss.as.controller.parsing.Attribute
 
USERNAME_ATTRIBUTE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USERNAME_FILTER - org.jboss.as.controller.parsing.Element
 
USERNAME_FILTER - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USERNAME_IS_DN - org.jboss.as.controller.parsing.Element
 
USERNAME_IS_DN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USERNAME_LOAD - org.jboss.as.controller.parsing.Attribute
 
USERNAME_LOAD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USERNAME_TO_DN - org.jboss.as.controller.parsing.Element
 
USERNAME_TO_DN - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
USERS - org.jboss.as.controller.parsing.Element
 
USERS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
Util - Class in org.jboss.as.controller.operations.common
Utility methods related to working with detyped operations.
UUCP - org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
 
UUID - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
UUID_FILE - Static variable in class org.jboss.as.controller.operations.common.ProcessEnvironment
The name of the file used to store the process UUID
uuidIsEmpty(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
uuidIsEmpty(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
uuidIsEmpty$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
uuidNotValid(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
uuidNotValid(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
uuidNotValid$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 

V

V4 - org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria.Version
 
V6 - org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria.Version
 
VALID - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
validate(ModelNode) - Method in class org.jboss.as.controller.operations.validation.ParametersValidator
 
VALIDATE_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
ValidateAddressOperationHandler - Class in org.jboss.as.controller.operations.common
 
ValidateAddressOperationHandler() - Constructor for class org.jboss.as.controller.operations.common.ValidateAddressOperationHandler
 
validateAndSet(AttributeDefinition, ModelNode, ModelNode) - Method in class org.jboss.as.controller.operations.common.InterfaceAddHandler
 
validateAndSet(ModelNode, ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Finds a value in the given operationObject whose key matches this attribute's name, validates it using this attribute's validator, and, stores it under this attribute's name in the given model.
validateOperation(ModelNode) - Method in class org.jboss.as.controller.AttributeDefinition
Finds a value in the given operationObject whose key matches this attribute's name and validates it using this attribute's validator.
validateOperation(ModelNode) - Static method in class org.jboss.as.controller.operations.common.Util
 
validateOperation(ModelNode) - Method in class org.jboss.as.controller.operations.validation.OperationValidator
Validates an operation against its description provider
ValidateOperationHandler - Class in org.jboss.as.controller.operations.common
Validates an operation
validateOperations(List<ModelNode>) - Method in class org.jboss.as.controller.operations.validation.OperationValidator
Validates operations against their description providers
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.BytesValidator
Validate the parameter with the given name.
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.ChainedParameterValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.CharsetValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.EnumValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.InetAddressValidator
Validate the parameter with the given name.
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.IntAllowedValuesValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.IntRangeValidator
Validate the parameter with the given name.
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.ListValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.LongRangeValidator
Validate the parameter with the given name.
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.MapValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.MaskedAddressValidator
Validate the parameter with the given name.
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.ModelTypeValidator
Validate the parameter with the given name.
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.MulticastAddressValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.NillableOrExpressionParameterValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.ObjectTypeValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.ParametersValidator
 
validateParameter(String, ModelNode) - Method in interface org.jboss.as.controller.operations.validation.ParameterValidator
Validate the parameter with the given name.
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.PathAddressValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.PropertyValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.StringAllowedValuesValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.StringBytesLengthValidator
Validate the parameter with the given name.
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.StringLengthValidator
Validate the parameter with the given name.
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.SubnetValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.TimeUnitValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.controller.operations.validation.URIValidator
 
validateUpdatedModel(OperationContext, Resource) - Method in class org.jboss.as.controller.AbstractWriteAttributeHandler
Hook to allow subclasses to validate the model following the application of the new attribute value.
validationFailed(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailed(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
A message indicating the validation failed.
validationFailed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedActualParameterNotDescribed(String, Set<String>, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedActualParameterNotDescribed(String, Set<String>, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that the operation contains a parameter not in its descriptor
validationFailedActualParameterNotDescribed$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedCouldNotConvertParamToType(String, ModelType, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedCouldNotConvertParamToType(String, ModelType, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an operation parameter could not be converted to the required type
validationFailedCouldNotConvertParamToType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedInvalidElementType(String, ModelType, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedInvalidElementType(String, ModelType, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an operation parameter list value has an element that is not of the accepted type
validationFailedInvalidElementType$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedNoOperationFound(String, PathAddress, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedNoOperationFound(String, PathAddress, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that the operation could not be found
validationFailedNoOperationFound$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedOperationHasANullOrEmptyName(String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedOperationHasANullOrEmptyName(String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that the operation has an empty name.
validationFailedOperationHasANullOrEmptyName$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedOperationHasNoField(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedOperationHasNoField(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that the operation is missing one of the standard fields.
validationFailedOperationHasNoField$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedRequiredParameterNotPresent(String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedRequiredParameterNotPresent(String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that the operation does not contain a required parameter
validationFailedRequiredParameterNotPresent$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedRequiredParameterPresentAsWellAsAlternative(String, String, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedRequiredParameterPresentAsWellAsAlternative(String, String, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that the operation contains both an alternative and a required parameter
validationFailedRequiredParameterPresentAsWellAsAlternative$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedValueIsGreaterThanMax(Number, String, Number, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedValueIsGreaterThanMax(Number, String, Number, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an operation parameter value is greater than the allowed minimum value
validationFailedValueIsGreaterThanMax$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedValueIsLongerThanMaxLength(Object, String, Object, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedValueIsLongerThanMaxLength(Object, String, Object, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an operation parameter value is longer than the allowed maximum length
validationFailedValueIsLongerThanMaxLength$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedValueIsShorterThanMinLength(Object, String, Object, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedValueIsShorterThanMinLength(Object, String, Object, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an operation parameter value is shorter than the allowed minimum length
validationFailedValueIsShorterThanMinLength$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedValueIsSmallerThanMin(Number, String, Number, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validationFailedValueIsSmallerThanMin(Number, String, Number, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an operation parameter value is smaller than the allowed minimum value
validationFailedValueIsSmallerThanMin$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
validTypes - Variable in class org.jboss.as.controller.operations.validation.ModelTypeValidator
 
VALUE - org.jboss.as.controller.parsing.Attribute
 
VALUE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
VALUE_TYPE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
valueOf(String) - Static method in enum org.jboss.as.controller.access.Action.ActionEffect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.access.AuthorizationResult.Decision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.access.AuthorizerConfiguration.PrincipalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.access.CombinationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.access.JmxAction.Impact
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.access.management.WritableAuthorizerConfiguration.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.access.rbac.StandardRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.audit.AuditLogger.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler.Period
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.audit.SyslogAuditLogHandler.MessageTransfer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.audit.SyslogAuditLogHandler.Transport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry.RuntimeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.ControlledProcessState.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.extension.ExtensionRegistryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.ExtensionContext.ContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.OperationContext.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.OperationContext.ResultAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.OperationContext.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.operations.global.QueryOperationHandler.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.operations.global.ReadResourceDescriptionHandler.AccessControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.parsing.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.parsing.Element
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.parsing.Namespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.persistence.ConfigurationFile.InteractionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.ProcessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.registry.AttributeAccess.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.registry.AttributeAccess.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.registry.AttributeAccess.Storage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.registry.OperationEntry.EntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.registry.OperationEntry.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.RunningMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.services.path.PathManager.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.transform.description.DiscardPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.transform.TransformationTarget.TransformationTargetType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.controller.access.Action.ActionEffect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.access.AuthorizationResult.Decision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.access.AuthorizerConfiguration.PrincipalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.access.CombinationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.access.JmxAction.Impact
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.access.management.WritableAuthorizerConfiguration.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.access.rbac.StandardRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.audit.AuditLogger.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler.Period
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.audit.SyslogAuditLogHandler.Facility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.audit.SyslogAuditLogHandler.MessageTransfer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.audit.SyslogAuditLogHandler.Transport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry.RuntimeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.ControlledProcessState.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.extension.ExtensionRegistryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.ExtensionContext.ContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.OperationContext.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.OperationContext.ResultAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.OperationContext.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.operations.global.QueryOperationHandler.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.operations.global.ReadResourceDescriptionHandler.AccessControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.parsing.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.parsing.Element
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.parsing.Namespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.persistence.ConfigurationFile.InteractionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.ProcessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.registry.AttributeAccess.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.registry.AttributeAccess.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.registry.AttributeAccess.Storage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.registry.OperationEntry.EntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.registry.OperationEntry.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.RunningMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.services.path.PathManager.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.transform.description.DiscardPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.transform.TransformationTarget.TransformationTargetType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE - org.jboss.as.controller.parsing.Element
 
VAULT - org.jboss.as.controller.parsing.Element
 
VAULT - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
VAULT_EXPRESSION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
VAULT_EXPRESSION_SENSITIVITY - org.jboss.as.controller.parsing.Element
 
VAULT_OPTION - org.jboss.as.controller.parsing.Element
 
VAULT_OPTION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
VAULT_OPTIONS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
VaultExpressionSensitivityConfig - Class in org.jboss.as.controller.access.constraint
Allows configuration as to whether reads and writes of data involving vault expressions are to be considered sensitive.
VERBOSE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
VERIFY - org.jboss.as.controller.OperationContext.Stage
The step checks the result of a runtime container operation (read only).
VersionedNamespace<V extends Comparable<V>,​N extends org.jboss.staxmapper.Versioned<V,​N>> - Interface in org.jboss.as.controller.xml
A versioned namespace.
VersionedSchema<V extends Comparable<V>,​S extends org.jboss.staxmapper.Versioned<V,​S>> - Interface in org.jboss.as.controller.xml
A versioned schema, whose namespace is a versioned namespace.
VersionedURN<N extends org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,​N>> - Class in org.jboss.as.controller.xml
A versioned namespace identified by a URN constructed using a version.
VersionedURN(String, String, IntVersion) - Constructor for class org.jboss.as.controller.xml.VersionedURN
Constructs a versioned URN-based namespace using the specified namespace identifier, namespace specific string, and version.
VersionedURN(String, IntVersion) - Constructor for class org.jboss.as.controller.xml.VersionedURN
Constructs a versioned URN-based namespace using the specified namespace identifier and version.
VersionedURN(List<String>, IntVersion) - Constructor for class org.jboss.as.controller.xml.VersionedURN
Constructs a versioned URN-based namespace using the specified URN components and version.
violates(Constraint, Action.ActionEffect) - Method in class org.jboss.as.controller.access.constraint.AllowAllowNotConstraint
 
violates(Constraint, Action.ActionEffect) - Method in interface org.jboss.as.controller.access.constraint.Constraint
Gets whether this constraint violates another constraint
violates(Constraint, Action.ActionEffect) - Method in class org.jboss.as.controller.access.constraint.HostEffectConstraint
 
violates(Constraint, Action.ActionEffect) - Method in class org.jboss.as.controller.access.constraint.ServerGroupEffectConstraint
 
VIRTUAL - org.jboss.as.controller.parsing.Element
 
VIRTUAL - Static variable in class org.jboss.as.controller.resource.InterfaceDefinition
The any-* alternatives.
VirtualInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria that tests whether a given interface is virtual.

W

WARNING - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
WARNING_LEVEL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
WARNINGS - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
WEB_URL - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
WEEK - org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler.Period
 
WHERE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
WHERE_ATT - Static variable in class org.jboss.as.controller.operations.global.QueryOperationHandler
 
WILDCARD - org.jboss.as.controller.parsing.Attribute
 
WILDCARD - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
WILDCARD_VALUE - Static variable in class org.jboss.as.controller.PathElement
 
wildcardAddressDetected() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
wildcardAddressDetected() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Logs a warning message indicating a wildcard address was detected and will ignore other interface criteria.
wildcardAddressDetected$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
WildcardInetAddressInterfaceCriteria - Class in org.jboss.as.controller.interfaces
InterfaceCriteria Placeholder interface criteria; enables support of wildcard addresses for inet-address.
WildcardInetAddressInterfaceCriteria(InetAddress) - Constructor for class org.jboss.as.controller.interfaces.WildcardInetAddressInterfaceCriteria
 
WildcardInetAddressInterfaceCriteria.Version - Enum in org.jboss.as.controller.interfaces
 
wildcardOperationFailedAtMultipleAddresses(String, Set<PathAddress>) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
wildcardOperationFailedAtMultipleAddresses(String, Set<PathAddress>) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
wildcardOperationFailedAtMultipleAddresses$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
wildcardOperationFailedAtSingleAddress(String, PathAddress, String) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
wildcardOperationFailedAtSingleAddress(String, PathAddress, String) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
wildcardOperationFailedAtSingleAddress$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
wildcardOperationFailedAtSingleAddressWithComplexFailure(String, PathAddress) - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
wildcardOperationFailedAtSingleAddressWithComplexFailure(String, PathAddress) - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
wildcardOperationFailedAtSingleAddressWithComplexFailure$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
WildcardReadResourceDescriptionAddressHack - Class in org.jboss.as.controller.registry
This class is private api
WildcardReadResourceDescriptionAddressHack() - Constructor for class org.jboss.as.controller.registry.WildcardReadResourceDescriptionAddressHack
 
wildcardRegistrationIsNotAnOverride() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
wildcardRegistrationIsNotAnOverride() - Method in interface org.jboss.as.controller.logging.ControllerLogger
Creates an exception indicating that an attempt was made to remove a wildcard model registration via the unregisterOverrideModel API.
wildcardRegistrationIsNotAnOverride$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
WILDFLY_IDENTIFIER - Static variable in class org.jboss.as.controller.xml.VersionedURN
 
WITH_RESULT - Static variable in class org.jboss.as.controller.NoopOperationStepHandler
A NoopOperationStepHandler that also calls OperationContext.getResult() thus initializing it to ModelType.UNDEFINED.
withAuditLogger(ManagedAuditLogger) - Method in class org.jboss.as.controller.extension.ExtensionRegistry.Builder
Overrides the default ManagedAuditLogger of the extension registry.
withAuthorizer(JmxAuthorizer) - Method in class org.jboss.as.controller.extension.ExtensionRegistry.Builder
Overrides the default JmxAuthorizer of the extension registry.
withFlag(OperationEntry.Flag) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
withFlags(EnumSet<OperationEntry.Flag>) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
withFlags(OperationEntry.Flag...) - Method in class org.jboss.as.controller.SimpleOperationDefinitionBuilder
 
withHostControllerInfoAccessor(RuntimeHostControllerInfoAccessor) - Method in class org.jboss.as.controller.extension.ExtensionRegistry.Builder
Overrides the default RuntimeHostControllerInfoAccessor of the extension registry.
WITHOUT_RESULT - Static variable in class org.jboss.as.controller.NoopOperationStepHandler
A NoopOperationStepHandler that doesn't do anything to establish the operation result node.
withRunningMode(RunningMode) - Method in class org.jboss.as.controller.extension.ExtensionRegistry.Builder
Convenience method for setting the RunningModeControl of the extension registry.
withRunningModeControl(RunningModeControl) - Method in class org.jboss.as.controller.extension.ExtensionRegistry.Builder
Overrides the default RunningModeControl of the extension registry.
withSecurityIdentitySupplier(Supplier<SecurityIdentity>) - Method in class org.jboss.as.controller.extension.ExtensionRegistry.Builder
Overrides the default SecurityIdentity supplier of the extension registry.
wrap(ModelNode, OperationMessageHandler, OperationAttachments) - Static method in class org.jboss.as.controller.remote.TransactionalProtocolHandlers
Wrap an operation's parameters in a simple encapsulating object
wrapAsList() - Method in class org.jboss.as.controller.access.management.ApplicationTypeAccessConstraintDefinition
 
wrapAsList() - Method in class org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition
 
wrapElement - Variable in class org.jboss.as.controller.AttributeMarshallers.MapAttributeMarshaller
 
wrapElement - Variable in class org.jboss.as.controller.AttributeParsers.MapParser
 
WRAPPED_OBJECT_LIST_MARSHALLER - Static variable in class org.jboss.as.controller.AttributeMarshaller
 
WRAPPED_OBJECT_LIST_PARSER - Static variable in class org.jboss.as.controller.AttributeParser
 
WRAPPED_OBJECT_LIST_PARSER - Static variable in interface org.jboss.as.controller.AttributeParsers
 
WrappedObjectListParser() - Constructor for class org.jboss.as.controller.AttributeParsers.WrappedObjectListParser
 
wrapperElement - Variable in class org.jboss.as.controller.AttributeMarshallers.MapAttributeMarshaller
 
wrapperElement - Variable in class org.jboss.as.controller.AttributeParsers.MapParser
 
WritableAuthorizerConfiguration - Class in org.jboss.as.controller.access.management
Standard AuthorizerConfiguration implementation that also exposes mutator APIs for use by the WildFly management layer.
WritableAuthorizerConfiguration(Authorizer.AuthorizerDescription) - Constructor for class org.jboss.as.controller.access.management.WritableAuthorizerConfiguration
 
WritableAuthorizerConfiguration.MatchType - Enum in org.jboss.as.controller.access.management
Types of matching strategies used in org.jboss.as.controller.access.Caller to AuthorizerConfiguration.RoleMapping mapping.
WRITE - org.jboss.as.controller.access.JmxAction.Impact
The call writes data
WRITE - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
WRITE_ATTRIBUTE_OPERATION - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
WRITE_CONFIG - org.jboss.as.controller.access.Action.ActionEffect
Modify the persistent configuration
WRITE_RUNTIME - org.jboss.as.controller.access.Action.ActionEffect
Modify runtime state
writeAttribute(XMLExtendedStreamWriter, Attribute, String) - Static method in class org.jboss.as.controller.parsing.WriteUtils
 
WriteAttributeHandler - Class in org.jboss.as.controller.operations.global
OperationStepHandler writing a single attribute.
writeContent(XMLExtendedStreamWriter, SubsystemMarshallingContext) - Method in class org.jboss.as.controller.PersistentResourceXMLDescriptionWriter
 
writeContent(XMLExtendedStreamWriter, SubsystemMarshallingContext) - Method in class org.jboss.as.controller.PersistentResourceXMLParser
 
writeElement(XMLExtendedStreamWriter, Element) - Static method in class org.jboss.as.controller.parsing.WriteUtils
 
writeExtensions(XMLExtendedStreamWriter, ModelNode) - Method in class org.jboss.as.controller.parsing.ExtensionXml
 
writeListAsMultipleElements(XMLExtendedStreamWriter, Element, Attribute, ModelNode) - Static method in class org.jboss.as.controller.parsing.WriteUtils
 
writeModel(ModelNode) - Method in class org.jboss.as.controller.extension.ExtensionResource
 
writeModel(ModelNode) - Method in class org.jboss.as.controller.registry.DelegatingResource
 
writeModel(ModelNode) - Method in class org.jboss.as.controller.registry.PlaceholderResource
 
writeModel(ModelNode) - Method in interface org.jboss.as.controller.registry.Resource
Write the model.
writeNewLine(XMLExtendedStreamWriter) - Static method in class org.jboss.as.controller.parsing.WriteUtils
 
writeSingleElement(XMLExtendedStreamWriter, Element, Attribute, ModelNode) - Static method in class org.jboss.as.controller.parsing.WriteUtils
 
WriteUtils - Class in org.jboss.as.controller.parsing
Utility methods for writing XML.
wrongMaskedPasswordFormat() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 
wrongMaskedPasswordFormat() - Method in interface org.jboss.as.controller.logging.ControllerLogger
 
wrongMaskedPasswordFormat$str() - Method in class org.jboss.as.controller.logging.ControllerLogger_$logger
 

X

XML_FORMAT - Static variable in class org.jboss.as.controller.operations.global.GlobalInstallationReportHandler
Supported FORMATs
XML_NAMESPACES - Static variable in class org.jboss.as.controller.descriptions.ModelDescriptionConstants
 
XML_NAMESPACES - Static variable in class org.jboss.as.controller.extension.ExtensionSubsystemResourceDefinition
 
XML_SCHEMA_INSTANCE - org.jboss.as.controller.parsing.Namespace
 
XMLAttributeSchema<S extends org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,​S>,​T> - Interface in org.jboss.as.controller.xml
A versioned schema for an XML attribute.
XmlConfigurationPersister - Class in org.jboss.as.controller.persistence
A configuration persister which uses an XML file for backing storage.
XmlConfigurationPersister(File, QName, XMLElementReader<List<ModelNode>>, XMLElementWriter<ModelMarshallingContext>) - Constructor for class org.jboss.as.controller.persistence.XmlConfigurationPersister
Construct a new instance.
XmlConfigurationPersister(File, QName, XMLElementReader<List<ModelNode>>, XMLElementWriter<ModelMarshallingContext>, boolean) - Constructor for class org.jboss.as.controller.persistence.XmlConfigurationPersister
Construct a new instance.
XMLElementSchema<S extends org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,​S>,​T> - Interface in org.jboss.as.controller.xml
A versioned schema for an XML element.
XmlMarshallingHandler - Class in org.jboss.as.controller.operations.common
A OperationStepHandler that can output a model in XML form
XmlMarshallingHandler(ConfigurationPersister) - Constructor for class org.jboss.as.controller.operations.common.XmlMarshallingHandler
 

Y

YamlConfigurationExtension - Class in org.jboss.as.controller.persistence.yaml
 
YamlConfigurationExtension() - Constructor for class org.jboss.as.controller.persistence.yaml.YamlConfigurationExtension
 
YEAR - org.jboss.as.controller.audit.PeriodicRotatingFileAuditLogHandler.Period
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages