Package org.wildfly.extension.health
Class HealthSubsystemDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.PersistentResourceDefinition
-
- org.wildfly.extension.health.HealthSubsystemDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class HealthSubsystemDefinition extends org.jboss.as.controller.PersistentResourceDefinition- Author:
- Jeff Mesnil (c) 2020 Red Hat inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEALTH_HTTP_SECURITY_CAPABILITY
-
Constructor Summary
Constructors Modifier Constructor Description protectedHealthSubsystemDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.jboss.as.controller.AttributeDefinition>getAttributes()-
Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition
getChildren, registerAttributes, registerChildren
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getAddOperationParameters, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
HEALTH_HTTP_SECURITY_CAPABILITY
public static final String HEALTH_HTTP_SECURITY_CAPABILITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAttributes
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
- Specified by:
getAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
-