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.| Modifier and Type | Field and Description |
|---|---|
static PathElement |
PATH_ELEMENT |
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerAttributes, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final PathElement PATH_ELEMENT
public static void registerDomainResource(Resource parent, AccessConstraintUtilizationRegistry registry)
public void registerChildren(ManagementResourceRegistration resourceRegistration)
registerChildren in interface ResourceDefinitionregisterChildren in class SimpleResourceDefinitionpublic void registerOperations(ManagementResourceRegistration resourceRegistration)
registerOperations in interface ResourceDefinitionregisterOperations in class SimpleResourceDefinitionpublic 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 © 2015 JBoss by Red Hat. All rights reserved.