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, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerAttributes, registerCapabilities, 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, ManagementSecurityIdentitySupplier securityIdentitySupplier)
public static SimpleResourceDefinition forDomainServer(DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, ManagedAuditLogger auditLogger, PathManagerService pathManager, EnvironmentNameReader environmentReader, BootErrorCollector bootErrorCollector)
public static SimpleResourceDefinition forHost(DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, ManagedAuditLogger auditLogger, PathManagerService pathManager, EnvironmentNameReader environmentReader, BootErrorCollector bootErrorCollector, ResourceDefinition... interfaces)
public static SimpleResourceDefinition forStandaloneServer(DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, ManagedAuditLogger auditLogger, PathManagerService pathManager, EnvironmentNameReader environmentReader, BootErrorCollector bootErrorCollector, ResourceDefinition... interfaces)
Copyright © 2018 JBoss by Red Hat. All rights reserved.