private SecurityRealmResourceDefinition() {
   super(
       PathElement.pathElement(ModelDescriptionConstants.SECURITY_REALM),
       CommonDescriptions.getResourceDescriptionResolver("core.management.security-realm"),
       SecurityRealmAddHandler.INSTANCE,
       SecurityRealmRemoveHandler.INSTANCE,
       OperationEntry.Flag.RESTART_NONE,
       OperationEntry.Flag.RESTART_RESOURCE_SERVICES);
 }