public class CoreManagementResourceDefinition extends SimpleResourceDefinition
ResourceDefinition
for the the core management resource.
The content of this resource is dependent on the process it is being used within i.e. standalone server, host controller or
domain server.SimpleResourceDefinition.Parameters
Modifier and Type | Field and Description |
---|---|
static PathElement |
PATH_ELEMENT |
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerAttributes, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMaxOccurs, getMinOccurs
public static final PathElement PATH_ELEMENT
public static void registerDomainResource(Resource parent, AccessConstraintUtilizationRegistry registry)
public void registerChildren(ManagementResourceRegistration resourceRegistration)
ResourceDefinition
registerChildren
in interface ResourceDefinition
registerChildren
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionpublic void registerOperations(ManagementResourceRegistration resourceRegistration)
SimpleResourceDefinition
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionpublic static SimpleResourceDefinition forDomain(DelegatingConfigurableAuthorizer authorizer)
public static SimpleResourceDefinition forDomainServer(DelegatingConfigurableAuthorizer authorizer, ManagedAuditLogger auditLogger, PathManagerService pathManager, EnvironmentNameReader environmentReader, BootErrorCollector bootErrorCollector)
public static SimpleResourceDefinition forHost(DelegatingConfigurableAuthorizer authorizer, ManagedAuditLogger auditLogger, PathManagerService pathManager, EnvironmentNameReader environmentReader, BootErrorCollector bootErrorCollector, ResourceDefinition... interfaces)
public static SimpleResourceDefinition forStandaloneServer(DelegatingConfigurableAuthorizer authorizer, ManagedAuditLogger auditLogger, PathManagerService pathManager, EnvironmentNameReader environmentReader, BootErrorCollector bootErrorCollector, ResourceDefinition... interfaces)
Copyright © 2023 JBoss by Red Hat. All rights reserved.